Searched refs:gypfile (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/tools/gyp/test/compiler-override/ |
D | gyptest-compiler-global-settings.py | 24 gypfile = 'compiler-global-settings.gyp' variable 32 s = Template(open(gypfile + '.in').read()) 33 output = open(gypfile, 'w') 39 test.run_gyp(gypfile) 43 test.build(gypfile) 48 s = Template(open(gypfile + '.in').read()) 49 output = open(gypfile, 'w') 55 test.run_gyp(gypfile) 59 test.build(gypfile) 66 test.run_gyp(gypfile) [all …]
|
D | gyptest-compiler-env-toolchain.py | 29 def CheckCompiler(test, gypfile, check_for, run_gyp): argument 31 test.run_gyp(gypfile) 32 test.build(gypfile)
|
D | gyptest-compiler-env.py | 28 def CheckCompiler(test, gypfile, check_for, run_gyp): argument 30 test.run_gyp(gypfile) 31 test.build(gypfile)
|
/external/chromium_org/tools/gyp/test/win/ |
D | gyptest-link-update-manifest.py | 75 gypfile = 'update-manifest.gyp' variable 78 with open(os.path.join(CHDIR, gypfile), 'wb') as f: 83 test.run_gyp(gypfile, chdir=CHDIR) 85 test.build(gypfile, chdir=CHDIR) 95 test.up_to_date(gypfile, test.ALL, chdir=CHDIR)
|
/external/skia/gyp/ |
D | jsoncpp.gyp | 9 # It would be better for us to depend on that gypfile within the external
|