HomeSort by relevance Sort by last modified time
    Searched refs:built_file_must_match (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/tools/gyp/test/copies/
gyptest-slash.py 18 test.built_file_must_match('copies-out-slash/directory/file3',
21 test.built_file_must_match('copies-out-slash/directory/file4',
24 test.built_file_must_match('copies-out-slash/directory/subdir/file5',
28 test.built_file_must_match('copies-out-slash-2/directory/file3',
31 test.built_file_must_match('copies-out-slash-2/directory/file4',
34 test.built_file_must_match('copies-out-slash-2/directory/subdir/file5',
gyptest-default.py 23 test.built_file_must_match('copies-out/file2',
27 test.built_file_must_match('copies-out/directory/file3',
30 test.built_file_must_match('copies-out/directory/file4',
33 test.built_file_must_match('copies-out/directory/subdir/file5',
36 test.built_file_must_match('copies-out/subdir/file6',
gyptest-all.py 23 test.built_file_must_match('copies-out/file2',
27 test.built_file_must_match('copies-out/directory/file3',
30 test.built_file_must_match('copies-out/directory/file4',
33 test.built_file_must_match('copies-out/directory/subdir/file5',
36 test.built_file_must_match('copies-out/subdir/file6',
gyptest-samedir.py 20 test.built_file_must_match('copies-out-samedir/file1',
24 test.built_file_must_match('copies-out-samedir/file2',
gyptest-updir.py 20 test.built_file_must_match('../copies-out-updir/file1',
  /external/chromium_org/tools/gyp/test/mac/
gyptest-missing-cfbundlesignature.py 21 test.built_file_must_match('mytarget.app/Contents/PkgInfo', 'APPL????',
24 test.built_file_must_match('myothertarget.app/Contents/PkgInfo', 'APPL????',
27 test.built_file_must_match('thirdtarget.app/Contents/PkgInfo', 'APPL????',
gyptest-bundle-resources.py 39 test.built_file_must_match('resource.app/Contents/Resources/secret.txt',
41 test.built_file_must_match('source_rule.app/Contents/Resources/secret.txt',
44 test.built_file_must_match(
55 test.built_file_must_match(
gyptest-xctest.py 36 test.built_file_must_match('tests.xctest/Contents/Resources/resource.txt',
gyptest-app.py 93 test.built_file_must_match('Test App Gyp.app/Contents/PkgInfo', 'APPLause',
  /external/chromium_org/tools/gyp/test/android/
gyptest-make-functions.py 21 test.built_file_must_match('file.in', file_content)
22 test.built_file_must_match('file.out', file_content)
  /external/chromium_org/tools/gyp/test/actions-subdir/
gyptest-action.py 23 test.built_file_must_match('file.out', file_content, chdir='src')
24 test.built_file_must_match('subdir_file.out', subdir_file_content, chdir='src')
  /external/chromium_org/tools/gyp/test/rules-use-built-dependencies/
gyptest-use-built-dependencies.py 20 test.built_file_must_match('main_output', 'output', chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/actions-bare/
gyptest-bare.py 21 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/actions-none/
gyptest-none.py 21 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/additional-targets/
gyptest-additional.py 28 test.built_file_must_match('out2.txt', file_content, chdir=chdir)
  /external/chromium_org/tools/gyp/test/ios/
gyptest-app-ios.py 43 test.built_file_must_match('Test App Gyp.app/PkgInfo', 'APPLause',
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 170 def built_file_must_match(self, name, contents, **kw): member in class:TestGypBase
    [all...]

Completed in 160 milliseconds