Home
last modified time | relevance | path

Searched refs:TestGyp (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/chromium_org/tools/gyp/test/cflags/
Dgyptest-cflags.py15 import TestGyp
20 test = TestGyp.TestGyp(formats=FORMATS)
23 with TestGyp.LocalEnv({'CFLAGS': '',
34 with TestGyp.LocalEnv({'CFLAGS': '-DFOO=1',
48 with TestGyp.LocalEnv({'CFLAGS': ''}):
57 with TestGyp.LocalEnv({'CFLAGS': '-DFOO=1'}):
/external/chromium_org/tools/gyp/test/make_global_settings/ar/
Dgyptest-make_global_settings_ar.py13 import TestGyp
72 test = TestGyp.TestGyp(formats=test_format)
80 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1'}):
87 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1'}):
93 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1'}):
102 with TestGyp.LocalEnv({'AR': 'my_ar_target2',
116 with TestGyp.LocalEnv({'AR_host': 'my_ar_host3'}):
/external/chromium_org/tools/gyp/test/cxxflags/
Dgyptest-cxxflags.py15 import TestGyp
19 test = TestGyp.TestGyp(formats=FORMATS)
23 with TestGyp.LocalEnv({'CXXFLAGS': ''}):
35 with TestGyp.LocalEnv({'CXXFLAGS': '-DABC'}):
/external/chromium_org/tools/gyp/test/make_global_settings/ld/
Dgyptest-make_global_settings_ld.py13 import TestGyp
82 test = TestGyp.TestGyp(formats=test_format)
90 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1'}):
97 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1'}):
103 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1'}):
118 with TestGyp.LocalEnv({'GYP_CROSSCOMPILE': '1',
/external/chromium_org/tools/gyp/test/self-dependency/
Dgyptest-self-dependency.py12 import TestGyp
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/variables/commands/
Dgyptest-commands-repeated-multidir.py12 import TestGyp
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/dependencies/
Dgyptest-double-dependency.py12 import TestGyp
14 test = TestGyp.TestGyp()
Dgyptest-extra-targets.py11 import TestGyp
13 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/same-gyp-name/
Dgyptest-library.py12 import TestGyp
16 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/link-dependency/
Dgyptest-link-dependency.py13 import TestGyp
17 test = TestGyp.TestGyp(formats=['!cmake'])
/external/chromium_org/tools/gyp/test/same-target-name/
Dgyptest-same-target-name.py11 import TestGyp
13 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/sanitize-rule-names/
Dgyptest-sanitize-rule-names.py12 import TestGyp
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/ninja/empty-and-non-empty-duplicate-name/
Dgyptest-empty-and-non-empty-duplicate-name.py12 import TestGyp
14 test = TestGyp.TestGyp(formats=['ninja'])
/external/chromium_org/tools/gyp/test/android/
Dgyptest-space-filenames.py11 import TestGyp
13 test = TestGyp.TestGyp(formats=['android'])
Dgyptest-noalias.py11 import TestGyp
13 test = TestGyp.TestGyp(formats=['android'])
/external/chromium_org/tools/gyp/test/empty-target/
Dgyptest-empty-target.py13 import TestGyp
15 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/compiler-override/
Dgyptest-compiler-env-toolchain.py10 import TestGyp
37 test = TestGyp.TestGyp(formats=['ninja'])
62 with TestGyp.LocalEnv(env):
/external/chromium_org/tools/gyp/test/msvs/props/
Dgyptest-props.py12 import TestGyp
14 test = TestGyp.TestGyp(workdir='workarea_all', formats=['msvs'])
/external/chromium_org/tools/gyp/test/msvs/uldi2010/
Dgyptest-all.py11 import TestGyp
13 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all')
/external/chromium_org/tools/gyp/test/variables/variable-in-path/
Dgyptest-variable-in-path.py11 import TestGyp
15 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/no-output/
Dgyptest-no-output.py11 import TestGyp
15 test = TestGyp.TestGyp(formats=['!ninja'])
/external/chromium_org/tools/gyp/test/hello/
Dgyptest-target.py12 import TestGyp
14 test = TestGyp.TestGyp(workdir='workarea_target')
/external/chromium_org/tools/gyp/test/many-actions/
Dgyptest-many-actions.py12 import TestGyp
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/rules/
Dgyptest-special-variables.py11 import TestGyp
14 test = TestGyp.TestGyp()
/external/chromium_org/tools/gyp/test/actions/
Dgyptest-errors.py12 import TestGyp
14 test = TestGyp.TestGyp(workdir='workarea_errors')

12345678910>>...13