Searched defs:chdir (Results 1 - 25 of 88) sorted by relevance

1234

/external/chromium_org/tools/gyp/test/actions/
H A Dgyptest-default.py15 test.run_gyp('actions.gyp', chdir='src')
25 test.build('actions.gyp', test.ALL, chdir='relocate/src')
29 test.build('actions.gyp', chdir='relocate/src')
32 test.build('actions.gyp', chdir='relocate/src')
40 test.build('actions.gyp', test.ALL, chdir='relocate/src')
51 chdir = 'relocate/src/subdir1' variable
53 chdir = 'relocate/src' variable
54 test.run_built_executable('program', chdir=chdir, stdout=expect)
63 chdir variable
65 chdir = 'relocate/src' variable
[all...]
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-all.py15 test.run_gyp('copies.gyp', chdir='src')
19 test.build('copies.gyp', test.ALL, chdir='relocate/src')
25 chdir='relocate/src') variable
29 chdir='relocate/src') variable
32 chdir='relocate/src') variable
35 chdir='relocate/src') variable
38 chdir='relocate/src') variable
H A Dgyptest-default.py15 test.run_gyp('copies.gyp', chdir='src')
19 test.build('copies.gyp', chdir='relocate/src')
25 chdir='relocate/src') variable
29 chdir='relocate/src') variable
32 chdir='relocate/src') variable
35 chdir='relocate/src') variable
38 chdir='relocate/src') variable
H A Dgyptest-samedir.py16 test.run_gyp('copies-samedir.gyp', chdir='src')
18 test.build('copies-samedir.gyp', 'copies_samedir', chdir='relocate/src')
22 chdir='relocate/src') variable
26 chdir='relocate/src') variable
H A Dgyptest-slash.py14 test.run_gyp('copies-slash.gyp', chdir='src')
16 test.build('copies-slash.gyp', chdir='relocate/src')
20 chdir='relocate/src') variable
23 chdir='relocate/src') variable
26 chdir='relocate/src') variable
30 chdir='relocate/src') variable
33 chdir='relocate/src') variable
36 chdir='relocate/src') variable
H A Dgyptest-updir.py16 test.run_gyp('copies-updir.gyp', chdir='src')
18 test.build('copies-updir.gyp', 'copies_up', chdir='relocate/src')
22 chdir='relocate/src') variable
/external/chromium_org/tools/gyp/test/dependency-copy/
H A Dgyptest-copy.py15 test.run_gyp('copies.gyp', chdir='src')
17 test.build('copies.gyp', 'proj2', chdir='src')
20 chdir='src', variable
23 chdir='src', variable
/external/chromium_org/tools/gyp/test/generator-output/
H A Dgyptest-actions.py22 chdir='actions') variable
42 test.build('actions.gyp', test.ALL, chdir='relocate/gypfiles')
51 chdir = 'relocate/actions/subdir1' variable
53 chdir = 'relocate/gypfiles' variable
54 test.run_built_executable('program', chdir=chdir, stdout=expect)
H A Dgyptest-copies.py22 chdir='copies') variable
36 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles')
42 chdir = 'relocate/copies/build' variable
44 chdir = 'relocate/gypfiles/out' variable
46 chdir = 'relocate/gypfiles' variable
47 test.must_match([chdir, 'Default', 'copies-out', 'file2'], "file2 contents\n")
53 chdir = 'relocate/copies/subdir/build' variable
55 chdir = 'relocate/gypfiles/out' variable
57 chdir = 'relocate/gypfiles' variable
58 test.must_match([chdir, 'Defaul
[all...]
H A Dgyptest-relocate.py22 chdir='src') variable
35 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
37 chdir = 'relocate/gypfiles' variable
49 chdir = 'relocate/src' variable
50 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
53 chdir = 'relocate/src/subdir2' variable
54 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
57 chdir variable
[all...]
H A Dgyptest-rules.py21 chdir='rules') variable
35 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles')
46 chdir = 'relocate/rules/subdir1' variable
48 chdir = 'relocate/gypfiles' variable
49 test.run_built_executable('program', chdir=chdir, stdout=expect)
H A Dgyptest-subdir2-deep.py25 chdir='src/subdir2/deeper') variable
27 test.build('deeper.gyp', test.ALL, chdir='gypfiles')
29 chdir = 'gypfiles' variable
32 chdir = 'src/subdir2/deeper' variable
34 chdir=chdir, variable
H A Dgyptest-top-all.py23 chdir='src') variable
29 test.build('prog1.gyp', test.ALL, chdir='gypfiles')
31 chdir = 'gypfiles' variable
43 chdir = 'src' variable
44 test.run_built_executable('prog1', chdir=chdir, stdout=expect % 'prog1.c')
47 chdir = 'src/subdir2' variable
48 test.run_built_executable('prog2', chdir=chdir, stdout=expect % 'prog2.c')
51 chdir variable
[all...]
/external/chromium_org/tools/gyp/test/hard_dependency/
H A Dgyptest-exported-hard-dependency.py21 test.run_gyp('hard_dependency.gyp', chdir='src')
23 chdir = 'relocate/src' variable
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'c', chdir=chdir)
32 test.built_file_must_exist('a', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
34 test.built_file_must_exist('c', type=test.STATIC_LIB, chdir
[all...]
H A Dgyptest-no-exported-hard-dependency.py21 test.run_gyp('hard_dependency.gyp', chdir='src')
23 chdir = 'relocate/src' variable
24 test.relocate('src', chdir)
26 test.build('hard_dependency.gyp', 'd', chdir=chdir)
31 test.built_file_must_not_exist('a', type=test.STATIC_LIB, chdir=chdir)
32 test.built_file_must_not_exist('b', type=test.STATIC_LIB, chdir=chdir)
33 test.built_file_must_not_exist('c', type=test.STATIC_LIB, chdir
[all...]
/external/chromium_org/tools/gyp/test/include_dirs/
H A Dgyptest-all.py15 test.run_gyp('includes.gyp', chdir='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' variable
33 chdir='relocate/src' variable
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
H A Dgyptest-default.py15 test.run_gyp('includes.gyp', chdir='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' variable
33 chdir='relocate/src' variable
41 test.run_built_executable('subdir_includes', stdout=expect, chdir=chdir)
/external/chromium_org/tools/gyp/test/library/
H A Dgyptest-shared.py26 chdir='src') variable
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
44 chdir='relocate/src') variable
52 test.build('library.gyp', test.ALL, chdir='relocate/src')
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
66 chdir='relocate/src') variable
79 test.build('library.gyp', test.ALL, chdir='relocate/src')
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
H A Dgyptest-static.py26 chdir='src') variable
30 test.build('library.gyp', test.ALL, chdir='relocate/src')
38 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
44 chdir='relocate/src') variable
52 test.build('library.gyp', test.ALL, chdir='relocate/src')
60 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
66 chdir='relocate/src') variable
79 test.build('library.gyp', test.ALL, chdir='relocate/src')
87 test.run_built_executable('program', chdir='relocate/src', stdout=expect)
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-clang-cxx-language-standard.py19 chdir='clang-cxx-language-standard') variable
22 chdir='clang-cxx-language-standard') variable
H A Dgyptest-debuginfo.py18 test.run_gyp('test.gyp', chdir='debuginfo')
20 test.build('test.gyp', test.ALL, chdir='debuginfo')
23 chdir='debuginfo') variable
25 chdir='debuginfo') variable
27 chdir='debuginfo') variable
30 chdir='debuginfo') variable
32 chdir='debuginfo') variable
34 chdir='debuginfo') variable
H A Dgyptest-depend-on-bundle.py18 test.run_gyp('test.gyp', chdir='depend-on-bundle')
20 test.build('test.gyp', 'dependent_on_bundle', chdir='depend-on-bundle')
23 test.built_file_must_exist('dependent_on_bundle', chdir='depend-on-bundle')
28 chdir='depend-on-bundle') variable
31 chdir='depend-on-bundle') variable
34 chdir='depend-on-bundle') variable
38 chdir='depend-on-bundle') variable
H A Dgyptest-missing-cfbundlesignature.py18 test.run_gyp('test.gyp', chdir='missing-cfbundlesignature')
19 test.build('test.gyp', test.ALL, chdir='missing-cfbundlesignature')
22 chdir='missing-cfbundlesignature') variable
25 chdir='missing-cfbundlesignature') variable
28 chdir='missing-cfbundlesignature') variable
H A Dgyptest-sourceless-module.py18 test.run_gyp('test.gyp', chdir='sourceless-module')
21 test.build('test.gyp', 'empty_bundle', chdir='sourceless-module')
23 'empty_bundle.bundle', chdir='sourceless-module')
26 test.build('test.gyp', 'resource_bundle', chdir='sourceless-module')
30 chdir='sourceless-module') variable
33 chdir='sourceless-module') variable
39 chdir='sourceless-module') variable
44 chdir='sourceless-module') variable
48 'test.gyp', 'dependent_on_resource_bundle', chdir='sourceless-module')
52 chdir variable
55 chdir='sourceless-module') variable
67 chdir='sourceless-module') variable
70 chdir='sourceless-module') variable
[all...]
/external/chromium_org/tools/gyp/test/restat/
H A Dgyptest-restat.py17 test.run_gyp('restat.gyp', chdir='src')
19 chdir = 'relocate/src' variable
20 test.relocate('src', chdir)
25 test.build('restat.gyp', 'dependent', chdir=chdir)
26 test.built_file_must_exist('side_effect', chdir=chdir)
27 os.remove(test.built_file_path('side_effect', chdir=chdir))
28 test.build('restat.gyp', 'dependent', chdir
[all...]

Completed in 1272 milliseconds

1234