/external/chromium_org/tools/gyp/test/include_dirs/ |
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('includes.gyp', test.ALL, chdir='relocate/src') 28 test.run_built_executable('includes', stdout=expect, chdir='relocate/src') 31 chdir='relocate/src/subdir' 33 chdir='relocate/src'
|
/external/chromium_org/tools/gyp/test/multiple-targets/ |
gyptest-all.py | 16 test.relocate('src', 'relocate/src') 18 test.build('multiple.gyp', test.ALL, chdir='relocate/src', stderr=None) 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src') 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
gyptest-default.py | 16 test.relocate('src', 'relocate/src') 18 test.build('multiple.gyp', chdir='relocate/src') 30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src') 31 test.run_built_executable('prog2', stdout=expect2, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/restat/ |
gyptest-restat.py | 19 chdir = 'relocate/src' 20 test.relocate('src', chdir)
|
/external/chromium_org/tools/gyp/test/same-source-file-name/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', test.ALL, chdir='relocate/src') 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1) 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', chdir='relocate/src') 31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1) 32 test.run_built_executable('prog2', chdir='relocate/src', stdout=expect2)
|
/external/chromium_org/tools/gyp/test/same-target-name-different-directory/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 20 test.build('subdirs.gyp', 'target', chdir='relocate/src') 21 test.must_exist('relocate/src/subdir1/action1.txt') 22 test.must_exist('relocate/src/subdir2/action2.txt') 26 test.build('subdirs.gyp', 'target_same_action_name', chdir='relocate/src') 27 test.must_exist('relocate/src/subdir1/action.txt') 28 test.must_exist('relocate/src/subdir2/action.txt') 32 test.build('subdirs.gyp', 'target_same_rule_name', chdir='relocate/src') 33 test.must_exist('relocate/src/subdir1/rule.txt' [all...] |
/external/chromium_org/tools/gyp/test/sibling/ |
gyptest-relocate.py | 16 test.relocate('src', 'relocate/src') 18 test.build('build/all.gyp', test.ALL, chdir='relocate/src') 20 chdir = 'relocate/src/build' 27 chdir = 'relocate/src' 30 chdir = 'relocate/src/prog1' 36 chdir = 'relocate/src/prog2'
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-SYMROOT-all.py | 24 test.relocate('src', 'relocate/src') 27 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src') 31 chdir='relocate/src') 34 chdir='relocate/src')
|
gyptest-subdir-all.py | 22 test.relocate('src', 'relocate/src') 24 chdir = 'relocate/src/subdir'
|
gyptest-subdir-default.py | 23 test.relocate('src', 'relocate/src') 25 chdir = 'relocate/src/subdir'
|
gyptest-top-all.py | 27 test.relocate('src', 'relocate/src') 29 test.build('prog1.gyp', test.ALL, chdir='relocate/src') 33 chdir='relocate/src') 36 chdir = 'relocate/src/subdir' 38 chdir = 'relocate/src'
|
gyptest-top-default.py | 27 test.relocate('src', 'relocate/src') 29 test.build('prog1.gyp', chdir='relocate/src') 33 chdir='relocate/src') 36 chdir = 'relocate/src/subdir' 38 chdir = 'relocate/src'
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-actions.py | 26 test.relocate('actions', 'relocate/actions') 27 test.relocate('gypfiles', 'relocate/gypfiles') 29 test.writable(test.workpath('relocate/actions'), False) 36 test.writable(test.workpath('relocate/actions/build'), True) 37 test.writable(test.workpath('relocate/actions/subdir1/build'), True) 38 test.writable(test.workpath('relocate/actions/subdir1/actions-out'), True) 39 test.writable(test.workpath('relocate/actions/subdir2/build'), True) 40 test.writable(test.workpath('relocate/actions/subdir2/actions-out'), True [all...] |
gyptest-copies.py | 26 test.relocate('copies', 'relocate/copies') 27 test.relocate('gypfiles', 'relocate/gypfiles') 29 test.writable(test.workpath('relocate/copies'), False) 31 test.writable(test.workpath('relocate/copies/build'), True) 32 test.writable(test.workpath('relocate/copies/copies-out'), True) 33 test.writable(test.workpath('relocate/copies/subdir/build'), True) 34 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True) 36 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles' [all...] |
gyptest-relocate.py | 26 test.relocate('src', 'relocate/src') 27 test.relocate('gypfiles', 'relocate/gypfiles') 29 test.writable(test.workpath('relocate/src'), False) 31 test.writable(test.workpath('relocate/src/build'), True) 32 test.writable(test.workpath('relocate/src/subdir2/build'), True) 33 test.writable(test.workpath('relocate/src/subdir3/build'), True) 35 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles') 37 chdir = 'relocate/gypfiles [all...] |
gyptest-rules.py | 25 test.relocate('rules', 'relocate/rules') 26 test.relocate('gypfiles', 'relocate/gypfiles') 28 test.writable(test.workpath('relocate/rules'), False) 30 test.writable(test.workpath('relocate/rules/build'), True) 31 test.writable(test.workpath('relocate/rules/subdir1/build'), True) 32 test.writable(test.workpath('relocate/rules/subdir2/build'), True) 33 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True) 35 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles' [all...] |
/external/chromium_org/tools/gyp/test/additional-targets/ |
gyptest-additional.py | 16 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', chdir='relocate/src') 22 chdir = 'relocate/src/dir1' 24 chdir = 'relocate/src' 30 test.built_file_must_not_exist('out.txt', chdir='relocate/src') 37 chdir='relocate/src' 39 chdir='relocate/src/dir1'
|
/external/chromium_org/tools/gyp/test/home_dot_gyp/ |
gyptest-home-includes-config-env.py | 25 test.relocate('src', 'relocate/src') 27 test.build('all.gyp', test.ALL, chdir='relocate/src') 30 chdir='relocate/src',
|
gyptest-home-includes-regyp.py | 25 test.relocate('src', 'relocate/src') 27 test.build('all.gyp', test.ALL, chdir='relocate/src') 30 chdir='relocate/src', 38 test.build('all.gyp', test.ALL, chdir='relocate/src') 41 chdir='relocate/src',
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('actions.gyp', chdir='relocate/src') 28 chdir = 'relocate/src/subdir1' 30 chdir = 'relocate/src' 39 chdir = 'relocate/src/subdir3' 41 chdir = 'relocate/src' 44 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n') 45 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n') 47 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n' [all...] |
/external/chromium_org/tools/gyp/test/same-gyp-name/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', test.ALL, chdir='relocate/src') 30 chdir1 = 'relocate/src/subdir1' 31 chdir2 = 'relocate/src/subdir2' 33 chdir1 = chdir2 = 'relocate/src'
|
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('all.gyp', chdir='relocate/src') 30 chdir1 = 'relocate/src/subdir1' 31 chdir2 = 'relocate/src/subdir2' 33 chdir1 = chdir2 = 'relocate/src'
|
/external/chromium_org/tools/gyp/test/actions/ |
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 25 test.build('actions.gyp', test.ALL, chdir='relocate/src') 29 test.build('actions.gyp', chdir='relocate/src') 30 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '1') 31 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '1') 32 test.build('actions.gyp', chdir='relocate/src') 33 test.must_match('relocate/src/subdir1/actions-out/action-counter.txt', '2') 34 test.must_match('relocate/src/subdir1/actions-out/action-counter_2.txt', '2') 40 test.build('actions.gyp', test.ALL, chdir='relocate/src' [all...] |
/external/chromium_org/tools/gyp/test/actions-multiple/ |
gyptest-all.py | 19 test.relocate('src', 'relocate/src') 44 test.build('actions.gyp', chdir='relocate/src', target=target) 45 test.must_contain('relocate/src/multi2.txt', 'hello there') 46 test.must_contain('relocate/src/multi_dep.txt', 'hello there') 50 test.build('actions.gyp', test.ALL, chdir='relocate/src') 51 test.must_contain('relocate/src/output1.txt', 'hello there') 52 test.must_contain('relocate/src/output2.txt', 'hello there') 53 test.must_contain('relocate/src/output3.txt', 'hello there') 54 test.must_contain('relocate/src/output4.txt', 'hello there' [all...] |