/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-copies.py | 25 test.relocate('copies', 'relocate/copies') 26 test.relocate('gypfiles', 'relocate/gypfiles') 28 test.writable(test.workpath('relocate/copies'), False) 30 test.writable(test.workpath('relocate/copies/build'), True) 31 test.writable(test.workpath('relocate/copies/copies-out'), True) 32 test.writable(test.workpath('relocate/copies/subdir/build'), True) 33 test.writable(test.workpath('relocate/copies/subdir/copies-out'), True) 35 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles' [all...] |
gyptest-rules.py | 24 test.relocate('rules', 'relocate/rules') 25 test.relocate('gypfiles', 'relocate/gypfiles') 27 test.writable(test.workpath('relocate/rules'), False) 29 test.writable(test.workpath('relocate/rules/build'), True) 30 test.writable(test.workpath('relocate/rules/subdir1/build'), True) 31 test.writable(test.workpath('relocate/rules/subdir2/build'), True) 32 test.writable(test.workpath('relocate/rules/subdir2/rules-out'), True) 34 test.build('rules.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...] |
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-all.py | 20 test.relocate('src', 'relocate/src') 22 test.build('actions.gyp', test.ALL, chdir='relocate/src') 31 chdir = 'relocate/src/subdir1' 33 chdir = 'relocate/src' 42 chdir = 'relocate/src/subdir3' 44 chdir = 'relocate/src' 47 test.must_match('relocate/src/subdir2/file1.out', 'Hello from file1.in\n') 48 test.must_match('relocate/src/subdir2/file2.out', 'Hello from file2.in\n') 50 test.must_match('relocate/src/subdir2/file1.out2', 'Hello from file1.in\n' [all...] |
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...] |
gyptest-input-root.py | 17 test.relocate('src', 'relocate/src') 19 test.build('input-root.gyp', target='test', chdir='relocate/src') 25 test.run_built_executable('test', chdir='relocate/src', stdout=expect)
|
/external/chromium_org/tools/gyp/test/rules-rebuild/ |
gyptest-all.py | 18 test.relocate('src', 'relocate/src') 21 test.build('same_target.gyp', test.ALL, chdir='relocate/src') 29 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 35 contents = test.read(['relocate', 'src', 'prog1.in']) 37 test.write(['relocate', 'src', 'prog1.in'], contents) 39 test.build('same_target.gyp', test.ALL, chdir='relocate/src') 47 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src' [all...] |
gyptest-default.py | 18 test.relocate('src', 'relocate/src') 21 test.build('same_target.gyp', chdir='relocate/src') 29 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 31 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src') 35 contents = test.read(['relocate', 'src', 'prog1.in']) 37 test.write(['relocate', 'src', 'prog1.in'], contents) 39 test.build('same_target.gyp', chdir='relocate/src') 47 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 49 test.up_to_date('same_target.gyp', 'program', chdir='relocate/src' [all...] |
/external/chromium_org/tools/gyp/test/rules-use-built-dependencies/ |
gyptest-use-built-dependencies.py | 16 test.relocate('src', 'relocate/src') 17 test.build('use-built-dependencies-rule.gyp', chdir='relocate/src') 19 test.built_file_must_exist('main_output', chdir='relocate/src') 20 test.built_file_must_match('main_output', 'output', chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/rules-variables/ |
gyptest-rules-variables.py | 15 test.relocate('src', 'relocate/src') 17 test.run_gyp('variables.gyp', chdir='relocate/src') 19 test.build('variables.gyp', chdir='relocate/src') 22 chdir='relocate/src',
|
/external/chromium_org/tools/gyp/test/same-rule-output-file-name/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 19 test.build('subdirs.gyp', test.ALL, chdir='relocate/src') 20 test.must_exist('relocate/src/subdir1/rule.txt') 21 test.must_exist('relocate/src/subdir2/rule.txt')
|
/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/rules-dirname/ |
gyptest-dirname.py | 18 test.relocate('src', 'relocate/src') 20 test.build('actions.gyp', chdir='relocate/src') 27 chdir = 'relocate/src/subdir' 29 chdir = 'relocate/src' 32 test.must_match('relocate/src/subdir/foo/bar/baz.printed', 34 test.must_match('relocate/src/subdir/a/b/c.printed', os.path.join('a', 'b'))
|
/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-bare/ |
gyptest-bare.py | 16 test.relocate('src', 'relocate/src') 17 test.build('bare.gyp', chdir='relocate/src') 21 test.built_file_must_match('out.txt', file_content, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/actions-none/ |
gyptest-none.py | 16 test.relocate('src', 'relocate/src') 17 test.build('none_with_source_files.gyp', chdir='relocate/src') 21 test.built_file_must_match('fake.out', file_content, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/copies/ |
gyptest-all.py | 17 test.relocate('src', 'relocate/src') 19 test.build('copies.gyp', test.ALL, chdir='relocate/src') 21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n') 25 chdir='relocate/src') 29 chdir='relocate/src') 32 chdir='relocate/src') 35 chdir='relocate/src') 38 chdir='relocate/src')
|
gyptest-default.py | 17 test.relocate('src', 'relocate/src') 19 test.build('copies.gyp', chdir='relocate/src') 21 test.must_match(['relocate', 'src', 'copies-out', 'file1'], 'file1 contents\n') 25 chdir='relocate/src') 29 chdir='relocate/src') 32 chdir='relocate/src') 35 chdir='relocate/src') 38 chdir='relocate/src')
|
gyptest-slash.py | 15 test.relocate('src', 'relocate/src') 16 test.build('copies-slash.gyp', chdir='relocate/src') 20 chdir='relocate/src') 23 chdir='relocate/src') 26 chdir='relocate/src') 30 chdir='relocate/src') 33 chdir='relocate/src') 36 chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/subdirectory/ |
gyptest-subdir2-deep.py | 17 test.relocate('src', 'relocate/src') 19 test.build('prog3.gyp', test.ALL, chdir='relocate/src/subdir/subdir2') 22 chdir='relocate/src/subdir/subdir2',
|
/external/chromium_org/tools/gyp/test/variables/latelate/ |
gyptest-latelate.py | 17 test.relocate('src', 'relocate/src') 19 test.build('latelate.gyp', test.ALL, chdir='relocate/src') 22 'program', chdir='relocate/src', stdout='program.cc\n')
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared.py | 22 test.relocate('src', 'relocate/src') 24 test.build('library.gyp', test.ALL, chdir='relocate/src') 32 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 38 chdir='relocate/src') 42 contents = test.read('relocate/src/program.c') 44 test.write('relocate/src/program.c', contents) 46 test.build('library.gyp', test.ALL, chdir='relocate/src') 54 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 60 chdir='relocate/src' [all...] |
gyptest-static.py | 22 test.relocate('src', 'relocate/src') 24 test.build('library.gyp', test.ALL, chdir='relocate/src') 32 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 38 chdir='relocate/src') 42 contents = test.read('relocate/src/program.c') 44 test.write('relocate/src/program.c', contents) 46 test.build('library.gyp', test.ALL, chdir='relocate/src') 54 test.run_built_executable('program', chdir='relocate/src', stdout=expect) 60 chdir='relocate/src' [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'
|