Searched refs:gypfile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-global-settings.py24 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...]
H A Dgyptest-compiler-env-toolchain.py29 def CheckCompiler(test, gypfile, check_for, run_gyp):
31 test.run_gyp(gypfile)
32 test.build(gypfile)
H A Dgyptest-compiler-env.py28 def CheckCompiler(test, gypfile, check_for, run_gyp):
30 test.run_gyp(gypfile)
31 test.build(gypfile)
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-link-update-manifest.py75 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)

Completed in 2452 milliseconds