HomeSort by relevance Sort by last modified time
    Searched refs:CHDIR (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /external/chromium_org/tools/gyp/test/mac/
gyptest-xctest.py 32 CHDIR = 'xctest'
33 test.run_gyp('test.gyp', chdir=CHDIR)
34 test.build('test.gyp', chdir=CHDIR, arguments=['-scheme', 'classes', 'test'])
37 'foo\n', chdir=CHDIR)
gyptest-postbuild-copy-bundle.py 21 CHDIR = 'postbuild-copy-bundle'
22 test.run_gyp('test.gyp', chdir=CHDIR)
24 app_bundle_dir = test.built_file_path('Test app.app', chdir=CHDIR)
34 test.build('test.gyp', 'test_app', chdir=CHDIR)
48 test.build('test.gyp', 'test_app', chdir=CHDIR)
58 test.build('test.gyp', 'test_app', chdir=CHDIR
    [all...]
gyptest-strip-default.py 21 CHDIR='strip'
22 test.run_gyp('test-defaults.gyp', chdir=CHDIR)
24 test.build('test-defaults.gyp', test.ALL, chdir=CHDIR)
28 return test.built_file_path(s, chdir=CHDIR)
71 'bundle_dylib.framework/Versions/A/bundle_dylib', chdir=CHDIR),
81 'bundle_so.bundle/Contents/MacOS/bundle_so', chdir=CHDIR)
    [all...]
gyptest-installname.py 21 CHDIR = 'installname'
22 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
26 p = test.built_file_path(p, chdir=CHDIR)
gyptest-rpath.py 21 CHDIR = 'rpath'
22 test.run_gyp('test.gyp', chdir=CHDIR)
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
26 p = test.built_file_path(p, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-buffer-security-check.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('buffer-security-check.gyp', chdir=CHDIR)
20 test.build('buffer-security-check.gyp', chdir=CHDIR)
26 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-link-ordering.py 18 CHDIR = 'linker-flags'
19 test.run_gyp('link-ordering.gyp', chdir=CHDIR)
20 test.build('link-ordering.gyp', test.ALL, chdir=CHDIR)
23 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-cl-function-level-linking.py 18 CHDIR = 'compiler-flags'
19 test.run_gyp('function-level-linking.gyp', chdir=CHDIR)
20 test.build('function-level-linking.gyp', test.ALL, chdir=CHDIR)
42 chdir=CHDIR),
48 chdir=CHDIR), variable
gyptest-link-enable-uac.py 51 CHDIR = 'linker-flags'
52 test.run_gyp('enable-uac.gyp', chdir=CHDIR)
53 test.build('enable-uac.gyp', test.ALL, chdir=CHDIR)
57 'enable_uac.exe', chdir=CHDIR), 1))
59 'enable_uac_no.exe', chdir=CHDIR), 1))
61 'enable_uac_admin.exe', chdir=CHDIR), 1)
    [all...]
gyptest-link-update-manifest.py 51 CHDIR = 'linker-flags'
78 with open(os.path.join(CHDIR, gypfile), 'wb') as f:
83 test.run_gyp(gypfile, chdir=CHDIR)
85 test.build(gypfile, chdir=CHDIR)
86 exe_file = test.built_file_path('test_update_manifest.exe', chdir=CHDIR)
95 test.up_to_date(gypfile, test.ALL, chdir=CHDIR)
    [all...]
gyptest-link-base-address.py 19 CHDIR = 'linker-flags'
20 test.run_gyp('base-address.gyp', chdir=CHDIR)
21 test.build('base-address.gyp', test.ALL, chdir=CHDIR)
24 full_path = test.built_file_path(exe, chdir=CHDIR)
gyptest-link-generate-manifest.py 51 CHDIR = 'linker-flags'
52 test.run_gyp('generate-manifest.gyp', chdir=CHDIR)
53 test.build('generate-manifest.gyp', test.ALL, chdir=CHDIR)
56 test.run_gyp('generate-manifest.gyp', chdir=CHDIR)
57 test.up_to_date('generate-manifest.gyp', test.ALL, chdir=CHDIR)
61 exe_file = test.built_file_path(filename, chdir=CHDIR
    [all...]
  /external/chromium_org/tools/gyp/test/no-cpp/
gyptest-no-cpp.py 23 CHDIR = 'src'
24 test.run_gyp('test.gyp', chdir=CHDIR)
25 test.build('test.gyp', 'no_cpp', chdir=CHDIR)
28 path = test.built_file_path(path, chdir=CHDIR)
47 test.build('test.gyp', 'no_cpp_dep_on_cc_lib', chdir=CHDIR,
  /external/chromium_org/tools/gyp/test/linux/
gyptest-implicit-rpath.py 20 CHDIR = 'implicit-rpath'
21 test.run_gyp('test.gyp', chdir=CHDIR)
22 test.build('test.gyp', test.ALL, chdir=CHDIR)
25 p = test.built_file_path(p, chdir=CHDIR)

Completed in 494 milliseconds

1 2 3 45