HomeSort by relevance Sort by last modified time
    Searched refs:gypfile (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gyp/test/compiler-override/
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...]
gyptest-compiler-env-toolchain.py 29 def CheckCompiler(test, gypfile, check_for, run_gyp):
31 test.run_gyp(gypfile)
32 test.build(gypfile)
gyptest-compiler-env.py 28 def CheckCompiler(test, gypfile, check_for, run_gyp):
30 test.run_gyp(gypfile)
31 test.build(gypfile)
  /external/chromium_org/tools/gyp/test/win/
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)

Completed in 576 milliseconds