HomeSort by relevance Sort by last modified time
    Searched refs:run_gyp (Results 1 - 25 of 256) 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/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/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/errors/
gyptest-errors.py 22 test.run_gyp('duplicate_targets.gyp', status=1, stderr=stderr,
27 test.run_gyp('missing_targets.gyp', status=1, stderr=stderr,
32 test.run_gyp('duplicate_rule.gyp', status=1, stderr=stderr,
38 test.run_gyp('duplicate_node.gyp', '--check', status=1, stderr=stderr,
42 test.run_gyp('duplicate_basenames.gyp', status=1, stderr=stderr)
46 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/defines/
gyptest-define-override.py 17 test.run_gyp('defines.gyp', '-D', 'OS=fakeos')
24 test.run_gyp('defines.gyp')
30 test.run_gyp('defines.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/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)
  /external/chromium_org/tools/gyp/test/actions-bare/
gyptest-bare.py 15 test.run_gyp('bare.gyp', chdir='src')
  /external/chromium_org/tools/gyp/test/actions-none/
gyptest-none.py 15 test.run_gyp('none_with_source_files.gyp', chdir='src')
  /external/chromium_org/tools/gyp/test/build-option/
gyptest-build.py 16 test.run_gyp('hello.gyp', '--build=Default')
  /external/chromium_org/tools/gyp/test/compilable/
gyptest-headers.py 16 test.run_gyp('headers.gyp', chdir='src')

Completed in 1960 milliseconds

1 2 3 4 5 6 7 8 91011