Searched refs:TestGyp (Results 276 - 300 of 313) sorted by relevance

<<111213

/external/chromium_org/tools/gyp/test/rules-rebuild/
H A Dgyptest-all.py12 import TestGyp namespace
14 test = TestGyp.TestGyp(workdir='workarea_all')
H A Dgyptest-default.py12 import TestGyp namespace
14 test = TestGyp.TestGyp(workdir='workarea_default')
/external/chromium_org/tools/gyp/test/small/
H A Dgyptest-small.py16 import TestGyp namespace
19 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/standalone-static-library/
H A Dgyptest-standalone-static-library.py14 import TestGyp namespace
20 test = TestGyp.TestGyp(formats=['!android'])
/external/chromium_org/tools/gyp/test/variables/filelist/
H A Dgyptest-filelist-golden.py14 import TestGyp namespace
16 test = TestGyp.TestGyp(format='gypd')
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-buffer-security-check.py11 import TestGyp namespace
16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
H A Dgyptest-cl-function-level-linking.py11 import TestGyp namespace
16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
H A Dgyptest-link-defrelink.py11 import TestGyp namespace
16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
H A Dgyptest-link-mapfile.py11 import TestGyp namespace
16 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
H A Dgyptest-link-base-address.py11 import TestGyp namespace
17 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
H A Dgyptest-link-large-pdb.py11 import TestGyp namespace
41 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
H A Dgyptest-link-update-manifest.py11 import TestGyp namespace
49 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env-toolchain.py10 import TestGyp namespace
37 test = TestGyp.TestGyp(formats=['ninja'])
62 with TestGyp.LocalEnv(env):
H A Dgyptest-compiler-global-settings.py10 import TestGyp namespace
22 test = TestGyp.TestGyp(formats=['ninja', 'make'])
/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-all.py13 import TestGyp namespace
15 test = TestGyp.TestGyp(workdir='workarea_all')
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-bundle-resources.py11 import TestGyp namespace
32 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-infoplist-process.py11 import TestGyp namespace
16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-installname.py12 import TestGyp namespace
19 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-postbuild-copy-bundle.py12 import TestGyp namespace
19 test = TestGyp.TestGyp(formats=['ninja', 'xcode'])
H A Dgyptest-strip-default.py11 import TestGyp namespace
19 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-strip.py11 import TestGyp namespace
20 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-xcode-env-order.py11 import TestGyp namespace
18 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
/external/chromium_org/tools/gyp/test/product/
H A Dgyptest-product.py12 import TestGyp namespace
15 test = TestGyp.TestGyp(formats=['!android'])
/external/chromium_org/tools/gyp/test/prune_targets/
H A Dgyptest-prune-targets.py11 import TestGyp namespace
13 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/win/generator-output-different-drive/
H A Dgyptest-generator-output-different-drive.py12 import TestGyp namespace
21 test = TestGyp.TestGyp(formats=['msvs', 'ninja'])

Completed in 327 milliseconds

<<111213