HomeSort by relevance Sort by last modified time
    Searched refs:run_gyp (Results 1 - 25 of 300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/msvs/express/
gyptest-express.py 16 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/analyzer/
gyptest-analyzer.py 23 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('test.gyp', '-Gfile_path=test_file', stdout=found
    [all...]
  /external/chromium_org/tools/gyp/test/msvs/buildevents/
gyptest-msbuild-supports-prepostbuild.py 16 test.run_gyp('buildevents.gyp', '-G', 'msvs_version=2008')
20 test.run_gyp('buildevents.gyp', '-G', 'msvs_version=2010')
  /external/chromium_org/tools/gyp/test/custom-generator/
gyptest-custom-generator.py 12 test.run_gyp('test.gyp')
  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-double-dependency.py 16 test.run_gyp('double_dependency.gyp')
gyptest-extra-targets.py 15 test.run_gyp('extra_targets.gyp')
  /external/chromium_org/tools/gyp/test/link-dependency/
gyptest-link-dependency.py 19 test.run_gyp('test.gyp')
  /external/chromium_org/tools/gyp/test/same-gyp-name/
gyptest-library.py 18 test.run_gyp('test.gyp', chdir='library')
  /external/chromium_org/tools/gyp/test/self-dependency/
gyptest-self-dependency.py 16 test.run_gyp('self_dependency.gyp')
  /external/chromium_org/tools/gyp/test/variables/commands/
gyptest-commands-repeated-multidir.py 21 test.run_gyp('repeated_multidir/main.gyp', '--no-parallel')
  /external/chromium_org/tools/gyp/test/errors/
gyptest-errors.py 22 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/copies/
gyptest-updir.py 16 test.run_gyp('copies-updir.gyp', chdir='src')
  /external/chromium_org/tools/gyp/test/msvs/props/
gyptest-props.py 16 test.run_gyp('hello.gyp')
  /external/chromium_org/tools/gyp/test/msvs/uldi2010/
gyptest-all.py 15 test.run_gyp('hello.gyp')
  /external/chromium_org/tools/gyp/test/no-output/
gyptest-no-output.py 17 test.run_gyp('nooutput.gyp', chdir='src')
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
gyptest-use-built-dependencies.py 15 test.run_gyp('use-built-dependencies-rule.gyp', chdir='src')
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-fail-shared.py 16 test.run_gyp('double-shared.gyp', chdir='src', status=1, stderr=None)
gyptest-fail-static.py 16 test.run_gyp('double-static.gyp', chdir='src', status=1, stderr=None)
  /external/chromium_org/tools/gyp/test/same-target-name/
gyptest-same-target-name.py 16 test.run_gyp('all.gyp', chdir='src', status=1, stderr=None)
  /external/chromium_org/tools/gyp/test/sanitize-rule-names/
gyptest-sanitize-rule-names.py 15 test.run_gyp('sanitize-rule-names.gyp')
  /external/chromium_org/tools/gyp/test/rename/
gyptest-filecase.py 16 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/defines/
gyptest-define-override.py 26 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/msvs/list_excluded/
gyptest-all.py 22 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/msvs/missing_sources/
gyptest-missing.py 20 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/actions/
gyptest-errors.py 17 test.run_gyp('action_missing_name.gyp', chdir='src', status=1, stderr=None)

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>