Home
last modified time | relevance | path

Searched refs:gypfile (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/gyp/test/compiler-override/
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 …]
Dgyptest-compiler-env-toolchain.py29 def CheckCompiler(test, gypfile, check_for, run_gyp): argument
31 test.run_gyp(gypfile)
32 test.build(gypfile)
Dgyptest-compiler-env.py28 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/
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)
/external/skia/gyp/
Djsoncpp.gyp9 # It would be better for us to depend on that gypfile within the external