Searched refs:gyp (Results 1 - 18 of 18) sorted by relevance

/external/v8/tools/
H A Dmingw-generate-makefiles.sh30 cat > tools/gyp/gyp.mingw << EOF
41 import gyp
45 import gyp
51 return [p for p in target_list if gyp.common.BuildFile(p) == build_file]
52 gyp.common.BuildFileTargets = MonkeyBuildFileTargets
54 import gyp.generator.make
59 # Xcode puts shared_library results into PRODUCT_DIR, and some gyp files
67 gyp.generator.make.MakefileWriter._InstallableTargetInstallPath = Monkey_ITIP
70 sys.exit(gyp
[all...]
H A Dgyp_flag_compare.py8 """Given the output of -t commands from a ninja build for a gyp and GN generated
159 def CompareLists(gyp, gn, name, dont_care_gyp=None, dont_care_gn=None):
160 """Return a report of any differences between gyp and gn lists, ignoring
161 anything in |dont_care_{gyp|gn}| respectively."""
168 if gyp[name] != gn[name]:
169 gyp_set = set(gyp[name])
178 output += ' In gyp, but not in GN:\n %s' % '\n '.join(
182 output += ' In GN, but not in gyp:\n %s' % '\n '.join(
217 print >> sys.stderr, 'Expecting gyp outdir in %s...' % gyp_out_dir
218 gyp
[all...]
/external/boringssl/src/util/bot/
H A Dvs_env.py19 # vs_toolchain adds gyp to sys.path.
20 import gyp.MSVSVersion namespace
30 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion()
H A Dvs_toolchain.py14 sys.path.insert(0, os.path.join(script_dir, 'gyp', 'pylib'))
18 import gyp namespace
26 """Sets up os.environ to use the depot_tools VS toolchain with gyp, and
28 the output directory after gyp generation.
56 gyp_defines_dict = gyp.NameValueListToDict(gyp.ShlexEnv('GYP_DEFINES'))
99 information required to pass to gyp which we use in |GetToolchainDir()|.
H A Dupdate_clang.py146 # Use gyp to find the MSVS installation, either in depot_tools as per above,
148 sys.path.append(os.path.join(THIS_DIR, 'gyp', 'pylib'))
149 import gyp.MSVSVersion namespace
150 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion(
/external/webrtc/talk/build/
H A Dcommon.gypi39 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-7-openjdk-amd64\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
H A Dbuild_ios_libs.sh45 echo "Failed to find gyp generator." >&2
75 webrtc/build/gyp_webrtc talk/build/merge_ios_libs.gyp
/external/google-breakpad/src/build/
H A Dgyp_breakpad38 sys.path.insert(0, os.path.join(breakpad_root, 'tools', 'gyp', 'pylib'))
39 import gyp namespace
42 rc = gyp.main(args)
50 args.append(os.path.join(script_dir, 'all.gyp'))
60 print 'Updating projects from gyp files...'
/external/v8/
H A DMakefile269 GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
272 gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \
273 test/cctest/cctest.gyp test/fuzzer/fuzzer.gyp \
274 test/unittests/unittests.gyp src/v8.gyp \
275 tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
[all...]
H A Dgenmakefiles.py5 # Given a list of source files from the V8 gyp file, create a string that
278 # Slurp in the content of the V8 gyp file.
279 with open(os.path.join(os.getcwd(), './src/v8.gyp'), 'r') as f:
280 gyp = eval(f.read())
283 for target in gyp['targets']:
/external/libyuv/files/
H A Dgyp_libyuv26 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
27 import gyp namespace
48 if arg.endswith('.gyp'):
52 # If we didn't get a file, assume 'all.gyp' in the root of the checkout.
54 # Because of a bug in gyp, simply adding the abspath to all.gyp doesn't
57 args.append('all.gyp')
59 # There shouldn't be a circular dependency relationship between .gyp files,
70 # Enforce gyp syntax checking. This adds about 20% execution time.
86 # Set the gyp dept
[all...]
/external/webrtc/webrtc/build/
H A Dgyp_webrtc27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
28 import gyp namespace
62 if arg.endswith('.gyp'):
66 # If we didn't get a file, assume 'all.gyp' in the root of the checkout.
68 # Because of a bug in gyp, simply adding the abspath to all.gyp doesn't
71 args.append('all.gyp')
73 # There shouldn't be a circular dependency relationship between .gyp files,
91 # Enforce gyp syntax checking. This adds about 20% execution time.
107 # Set the gyp dept
[all...]
/external/v8/gypfiles/
H A Dgyp_v846 sys.path.insert(0, os.path.join(v8_root, 'tools', 'gyp', 'pylib'))
47 import gyp namespace
104 rc = gyp.main(args)
143 if arg.endswith('.gyp'):
148 # assuming 'all.gyp' from the same directory as the script.
156 args.append(os.path.join(script_dir, 'all.gyp'))
160 # There shouldn't be a circular dependency relationship between .gyp files
166 # If V8_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
172 print 'Updating projects from gyp files...'
H A Dvs_toolchain.py20 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
24 import gyp namespace
32 """Sets up os.environ to use the depot_tools VS toolchain with gyp, and
34 the output directory after gyp generation.
65 gyp_defines_dict = gyp.NameValueListToDict(gyp.ShlexEnv('GYP_DEFINES'))
232 This needs to be run after gyp has been run so that the expected target
297 information required to pass to gyp which we use in |GetToolchainDir()|.
/external/v8/tools/gcmole/
H A Dgcmole.lua186 -- TODO(machenbach): Remove this when deprecating gyp.
190 { "src/v8.gyp", "'([^']-%.cc)'", "src/" },
191 { "test/cctest/cctest.gyp", "'(test-[^']-%.cc)'", "test/cctest/" }
199 local gyp = gyp_file:read('*a')
201 gyp:gmatch "%[.-### gcmole%((.-)%) ###(.-)%]" do
264 -- TODO(machenbach): Remove this comparison logic when deprecating gyp.
/external/v8/tools/vim/
H A Dninja-build.vim14 " Requires that gyp has already generated build.ninja files, and that ninja is
/external/v8/tools/mb/
H A Dmb.py91 subp.add_argument('--gyp-script', metavar='PATH',
93 help='path to gyp script relative to project root '
456 gyp = set()
466 if vals['type'] == 'gyp':
467 gyp.add(builder)
474 if vals['type'] == 'gyp':
475 gyp.add(builder)
484 if master_only or config_only or tbd or gyp:
488 PrintBuilders(STAT_GYP, gyp, notes)
580 assert vals['type'] in ('gn', 'gyp'), (
[all...]
/external/v8/tools/clang/scripts/
H A Dupdate.py363 # Use gyp to find the MSVS installation, either in depot_tools as per above,
365 sys.path.append(os.path.join(CHROMIUM_DIR, 'tools', 'gyp', 'pylib'))
366 import gyp.MSVSVersion namespace
367 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion(

Completed in 350 milliseconds