Searched defs:TestGyp (Results 1 - 25 of 253) sorted by relevance

1234567891011

/external/chromium_org/tools/gyp/test/build-option/
H A Dgyptest-build.py12 import TestGyp namespace
14 test = TestGyp.TestGyp(workdir='workarea_default')
/external/chromium_org/tools/gyp/test/compilable/
H A Dgyptest-headers.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/configurations/basics/
H A Dgyptest-configurations.py11 import TestGyp namespace
13 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/custom-generator/
H A Dgyptest-custom-generator.py9 import TestGyp namespace
11 test = TestGyp.TestGypCustom(format='mygenerator.py')
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-defines.py11 import TestGyp namespace
13 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-double-dependency.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
H A Dgyptest-extra-targets.py11 import TestGyp namespace
13 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/exclusion/
H A Dgyptest-exclusion.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/external-cross-compile/
H A Dgyptest-cross.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/hello/
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')
H A Dgyptest-disable-regyp.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
H A Dgyptest-regyp.py11 import TestGyp namespace
15 test = TestGyp.TestGyp(formats=['make'])
H A Dgyptest-target.py12 import TestGyp namespace
14 test = TestGyp.TestGyp(workdir='workarea_target')
/external/chromium_org/tools/gyp/test/many-actions/
H A Dgyptest-many-actions-unsorted.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
H A Dgyptest-many-actions.py12 import TestGyp namespace
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/module/
H A Dgyptest-default.py13 import TestGyp namespace
16 test = TestGyp.TestGyp(formats=['!android'])
/external/chromium_org/tools/gyp/test/msvs/express/
H A Dgyptest-express.py12 import TestGyp namespace
14 test = TestGyp.TestGyp(formats=['msvs'])
/external/chromium_org/tools/gyp/test/msvs/props/
H A Dgyptest-props.py12 import TestGyp namespace
14 test = TestGyp.TestGyp(workdir='workarea_all', formats=['msvs'])
/external/chromium_org/tools/gyp/test/msvs/uldi2010/
H A Dgyptest-all.py11 import TestGyp namespace
13 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all')
/external/chromium_org/tools/gyp/test/multiple-targets/
H A Dgyptest-all.py10 import TestGyp namespace
12 test = TestGyp.TestGyp()
H A Dgyptest-default.py10 import TestGyp namespace
12 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/no-output/
H A Dgyptest-no-output.py11 import TestGyp namespace
15 test = TestGyp.TestGyp(formats=['!ninja'])
/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/rules/
H A Dgyptest-input-root.py11 import TestGyp namespace
13 test = TestGyp.TestGyp()

Completed in 210 milliseconds

1234567891011