Searched defs:gypfile (Results 1 - 2 of 2) 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...]
/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 224 milliseconds