Searched refs:run_gyp (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/dependencies/
H A Dgyptest-double-dependency.py16 test.run_gyp('double_dependency.gyp')
H A Dgyptest-extra-targets.py15 test.run_gyp('extra_targets.gyp')
/external/chromium_org/tools/gyp/test/msvs/express/
H A Dgyptest-express.py16 test.run_gyp('express.gyp', '-G', 'msvs_version=2005')
19 test.run_gyp('express.gyp', '-G', 'msvs_version=2008')
22 test.run_gyp('express.gyp', '-G', 'msvs_version=2005e')
25 test.run_gyp('express.gyp', '-G', 'msvs_version=2008e')
/external/chromium_org/tools/gyp/test/self-dependency/
H A Dgyptest-self-dependency.py16 test.run_gyp('self_dependency.gyp')
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dgyptest-commands-repeated-multidir.py21 test.run_gyp('repeated_multidir/main.gyp', '--no-parallel')
/external/chromium_org/tools/gyp/test/analyzer/
H A Dgyptest-analyzer.py23 test.run_gyp('test.gyp',
29 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=found)
33 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=not_found)
37 test.run_gyp('test.gyp', '-Gfile_path=test_file', '-Dtest_variable=1',
42 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=not_found)
46 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=not_found)
50 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=found)
54 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=found)
58 test.run_gyp('test.gyp', '-Gfile_path=test_file', stdout=not_found)
62 test.run_gyp('tes
[all...]
/external/chromium_org/tools/gyp/test/msvs/buildevents/
H A Dgyptest-msbuild-supports-prepostbuild.py16 test.run_gyp('buildevents.gyp', '-G', 'msvs_version=2008')
20 test.run_gyp('buildevents.gyp', '-G', 'msvs_version=2010')
H A Dgyptest-ninja-warnings.py19 test.run_gyp('buildevents.gyp',
24 test.run_gyp('buildevents.gyp',
/external/chromium_org/tools/gyp/test/same-gyp-name/
H A Dgyptest-library.py18 test.run_gyp('test.gyp', chdir='library')
/external/chromium_org/tools/gyp/test/msvs/missing_sources/
H A Dgyptest-missing.py20 test.run_gyp('hello_missing.gyp')
25 test.run_gyp('hello_missing.gyp')
37 test.run_gyp('hello_missing.gyp', status=1, stderr=None)
/external/chromium_org/tools/gyp/test/errors/
H A Dgyptest-errors.py22 test.run_gyp('duplicate_targets.gyp', status=1, stderr=stderr,
26 test.run_gyp('missing_targets.gyp', status=1, stderr=stderr,
31 test.run_gyp('duplicate_rule.gyp', status=1, stderr=stderr,
36 test.run_gyp('duplicate_node.gyp', '--check', status=1, stderr=stderr,
40 test.run_gyp('duplicate_basenames.gyp', status=1, stderr=stderr)
44 test.run_gyp('missing_dep.gyp', status=1, stderr=stderr,
/external/chromium_org/tools/gyp/test/msvs/list_excluded/
H A Dgyptest-all.py22 test.run_gyp('hello_exclude.gyp')
32 test.run_gyp('hello_exclude.gyp')
42 test.run_gyp('hello_exclude.gyp')
/external/chromium_org/tools/gyp/test/android/
H A Dgyptest-space-filenames.py17 test.run_gyp('space_filenames.gyp', status=1, stderr=stderr)
/external/chromium_org/tools/gyp/test/custom-generator/
H A Dgyptest-custom-generator.py12 test.run_gyp('test.gyp')
/external/chromium_org/tools/gyp/test/link-dependency/
H A Dgyptest-link-dependency.py19 test.run_gyp('test.gyp')
/external/chromium_org/tools/gyp/test/msvs/props/
H A Dgyptest-props.py16 test.run_gyp('hello.gyp')
/external/chromium_org/tools/gyp/test/msvs/uldi2010/
H A Dgyptest-all.py15 test.run_gyp('hello.gyp')
/external/chromium_org/tools/gyp/test/same-source-file-name/
H A Dgyptest-fail-shared.py16 test.run_gyp('double-shared.gyp', chdir='src', status=1, stderr=None)
H A Dgyptest-fail-static.py16 test.run_gyp('double-static.gyp', chdir='src', status=1, stderr=None)
/external/chromium_org/tools/gyp/test/same-target-name/
H A Dgyptest-same-target-name.py16 test.run_gyp('all.gyp', chdir='src', status=1, stderr=None)
/external/chromium_org/tools/gyp/test/sanitize-rule-names/
H A Dgyptest-sanitize-rule-names.py15 test.run_gyp('sanitize-rule-names.gyp')
/external/chromium_org/tools/gyp/test/defines/
H A Dgyptest-define-override.py26 test.run_gyp('defines.gyp', '-D', 'OS=fakeos')
33 test.run_gyp('defines.gyp')
39 test.run_gyp('defines.gyp')
/external/chromium_org/tools/gyp/test/rename/
H A Dgyptest-filecase.py16 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.run_gyp('test.gyp', chdir=CHDIR)
32 test.run_gyp('test-casesensitive.gyp', chdir=CHDIR)
/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-errors.py17 test.run_gyp('action_missing_name.gyp', chdir='src', status=1, stderr=None)
/external/chromium_org/tools/gyp/test/actions-bare/
H A Dgyptest-bare.py15 test.run_gyp('bare.gyp', chdir='src')

Completed in 400 milliseconds

1234567891011>>