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

1 2

  /external/chromium_org/tools/gyp/test/mac/
gyptest-debuginfo.py 22 test.built_file_must_exist('libnonbundle_shared_library.dylib.dSYM',
24 test.built_file_must_exist('nonbundle_loadable_module.so.dSYM',
26 test.built_file_must_exist('nonbundle_executable.dSYM',
29 test.built_file_must_exist('bundle_shared_library.framework.dSYM',
31 test.built_file_must_exist('bundle_loadable_module.bundle.dSYM',
33 test.built_file_must_exist('My App.app.dSYM',
gyptest-framework.py 23 test.built_file_must_exist(
28 test.built_file_must_exist(
33 test.built_file_must_exist(
39 test.built_file_must_exist('Test Framework.framework/Versions/Current',
41 test.built_file_must_exist('Test Framework.framework/Resources',
43 test.built_file_must_exist('Test Framework.framework/Test Framework',
gyptest-postbuild.py 29 test.built_file_must_exist('el.a_touch',
32 test.built_file_must_exist('el.a_gyp_touch',
35 test.built_file_must_exist('nest_el.a_touch',
38 test.built_file_must_exist(
41 test.built_file_must_exist(
44 test.built_file_must_exist(
47 test.built_file_must_exist('dyna_standalone.dylib_gyp_touch',
50 test.built_file_must_exist('copied_file.txt', chdir='postbuilds')
51 test.built_file_must_exist('copied_file_2.txt', chdir=chdir)
gyptest-depend-on-bundle.py 23 test.built_file_must_exist('dependent_on_bundle', chdir='depend-on-bundle')
26 test.built_file_must_exist(
29 test.built_file_must_exist( # package_framework
32 test.built_file_must_exist( # plist
35 test.built_file_must_exist(
gyptest-app.py 23 test.built_file_must_exist('Test App Gyp.app/Contents/MacOS/Test App Gyp',
34 test.built_file_must_exist(
37 test.built_file_must_exist(
42 test.built_file_must_exist('Test App Gyp.app/Contents/PkgInfo',
gyptest-framework-headers.py 25 test.built_file_must_exist(
28 test.built_file_must_exist(
34 test.built_file_must_exist('libTestLibrary.a', chdir=CHDIR)
36 test.built_file_must_exist('include/myframework.h', chdir=CHDIR)
gyptest-xcode-env-order.py 25 test.built_file_must_exist('Test-copy-brace/main.c', chdir=CHDIR)
26 test.built_file_must_exist('Test-copy-paren/main.c', chdir=CHDIR)
27 test.built_file_must_exist('Test-copy-bare/main.c', chdir=CHDIR)
30 test.built_file_must_exist('action-copy-brace.txt', chdir=CHDIR)
31 test.built_file_must_exist('action-copy-paren.txt', chdir=CHDIR)
32 test.built_file_must_exist('action-copy-bare.txt', chdir=CHDIR)
35 test.built_file_must_exist('rule-copy-brace.txt', chdir=CHDIR)
36 test.built_file_must_exist('rule-copy-paren.txt', chdir=CHDIR)
38 #test.built_file_must_exist('rule-copy-bare.txt', chdir=CHDIR)
gyptest-sourceless-module.gyp 28 test.built_file_must_exist(
39 test.built_file_must_exist(
gyptest-copies.py 25 test.built_file_must_exist(
28 test.built_file_must_exist(
31 test.built_file_must_exist(
47 test.built_file_must_exist('action_file', chdir='framework')
gyptest-copy-dylib.py 22 test.built_file_must_exist(
  /external/chromium_org/tools/gyp/test/ios/
gyptest-app-ios.py 23 test.built_file_must_exist('Test App Gyp.bundle/Test App Gyp',
30 test.built_file_must_exist(
33 test.built_file_must_exist(
38 test.built_file_must_exist('Test App Gyp.bundle/PkgInfo',
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-outputfile.py 22 test.built_file_must_exist('blorp.exe', chdir=CHDIR)
23 test.built_file_must_exist('blorp.dll', chdir=CHDIR)
24 test.built_file_must_exist('subdir/blorp.exe', chdir=CHDIR)
25 test.built_file_must_exist('blorp.lib', chdir=CHDIR)
26 test.built_file_must_exist('subdir/blorp.lib', chdir=CHDIR)
gyptest-link-shard.py 22 test.built_file_must_exist('shard_0.lib', chdir=CHDIR)
23 test.built_file_must_exist('shard_1.lib', chdir=CHDIR)
24 test.built_file_must_exist('shard_2.lib', chdir=CHDIR)
25 test.built_file_must_exist('shard_3.lib', chdir=CHDIR)
gyptest-macro-targetname.py 21 test.built_file_must_exist('test_targetname_plus_something1.exe',
23 test.built_file_must_exist(
26 test.built_file_must_exist('prod_name_plus_something3.exe', chdir=CHDIR)
27 test.built_file_must_exist('prod_prefixprod_name_plus_something4.exe',
gyptest-cl-pdbname-override.py 24 test.built_file_must_exist('compiler_generated.pdb', chdir=CHDIR)
25 test.built_file_must_exist('linker_generated.pdb', chdir=CHDIR)
gyptest-macro-projectname.py 21 test.built_file_must_exist('test_expansions_plus_something.exe', chdir=CHDIR)
22 test.built_file_must_exist(
gyptest-cl-pdbname.py 24 test.built_file_must_exist('obj/test_pdbname.pdb', chdir=CHDIR)
27 test.built_file_must_exist('test_pdbname.exe', chdir=CHDIR)
28 test.built_file_must_exist('test_pdbname.exe.pdb', chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/product/
gyptest-product.py 21 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
23 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
26 test.built_file_must_exist(test.dll_ + 'alt4' + test._dll,
28 test.built_file_must_exist(test.dll_ + 'hello5.stuff',
30 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
33 test.built_file_must_exist(test.lib_ + 'alt7' + test._lib,
35 test.built_file_must_exist(test.lib_ + 'hello8.stuff',
37 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True)
40 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True
    [all...]
  /external/chromium_org/tools/gyp/test/hard_dependency/
gyptest-exported-hard-dependency.py 32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
34 test.built_file_must_exist('c', type=test.STATIC_LIB, chdir=chdir)
  /external/chromium_org/tools/gyp/test/msvs/props/
gyptest-props.py 20 test.built_file_must_exist('Greet.exe')
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
gyptest-use-built-dependencies.py 19 test.built_file_must_exist('main_output', chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/dependencies/
gyptest-lib-only.py 22 test.built_file_must_exist('a', type=test.STATIC_LIB)
33 test.built_file_must_exist('b', type=test.STATIC_LIB)
37 test.built_file_must_exist('b', type=test.STATIC_LIB, subdir='b')
  /external/chromium_org/tools/gyp/test/exclusion/
gyptest-exclusion.py 20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
  /external/chromium_org/tools/gyp/test/many-actions/
gyptest-many-actions.py 19 test.built_file_must_exist('generated_%d.h' % i)
  /external/chromium_org/tools/gyp/test/ninja/action_dependencies/
gyptest-action-dependencies.py 40 test.built_file_must_exist(os.path.join('obj', 'b.b' + objext), chdir=chdir)
48 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
49 test.built_file_must_exist('b', type=test.EXECUTABLE, chdir=chdir)
50 test.built_file_must_exist(os.path.join('obj', 'c.c' + objext), chdir=chdir)

Completed in 127 milliseconds

1 2