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

1234567891011>>

/external/chromium_org/v8/tools/
H A Dmingw-generate-makefiles.sh30 cat > build/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...]
/external/chromium_org/tools/gyp/test/variables/commands/
H A Dupdate_golden7 python ../../../gyp --debug variables --format gypd --depth . commands.gyp > commands.gyp.stdout
8 python ../../../gyp --ignore-environment --debug variables --format gypd --depth . commands.gyp > commands.gyp.ignore-env.stdout
10 python ../../../gyp --debug variables --format gypd --depth . commands-repeated.gyp > commands-repeated.gyp.stdout
/external/chromium_org/tools/gyp/test/variables/filelist/
H A Dupdate_golden7 python ../../../gyp --debug variables --debug general --format gypd --depth . src/filelist.gyp > filelist.gyp.stdout
/external/chromium_org/tools/gyp/
H A Dgyp_main.py11 import gyp namespace
15 import gyp namespace
18 sys.exit(gyp.script_main())
/external/chromium_org/tools/gyp/test/custom-generator/
H A Dmygenerator.py5 """Custom gyp generator that doesn't do much."""
7 import gyp.common namespace
/external/chromium_org/tools/gyp/tools/emacs/
H A Drun-unit-tests.sh6 --load ert.el --load gyp.el --load gyp-tests.el \
/external/chromium_org/tools/gyp/tools/Xcode/Specifications/
H A Dgyp.pbfilespec2 gyp.pbfilespec
18 Identifier = sourcecode.gyp;
21 Extensions = ("gyp", "gypi");
22 MIMETypes = ("text/gyp");
23 Language = "xcode.lang.gyp";
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Ddump_dependency_json.py7 import gyp namespace
8 import gyp.common namespace
9 import gyp.msvs_emulation namespace
21 # Some gyp steps fail if these are empty(!).
36 default_variables.setdefault('OS', gyp.common.GetFlavor(params))
38 flavor = gyp.common.GetFlavor(params)
42 import gyp.generator.msvs as msvs_generator namespace
48 gyp.msvs_emulation.CalculateCommonVariables(default_variables, params)
53 gyp)."""
H A Dgypd.py7 This module produces gyp input as its output. Output files are given the
8 .gypd extension to avoid overwriting the .gyp files that they are generated
9 from. Internal references to .gyp files (such as those found in
11 unlike other paths, which are relative to the .gyp or .gypd file, such paths
12 are relative to the directory from which gyp was run to create the .gypd file.
16 various merges, expansions, and conditional evaluations performed by gyp
19 It's not advisable to rename .gypd files produced by this module to .gyp,
22 dependencies may be wrong; and various sections that do not belong in .gyp
25 general-purpose gyp pretty-printer; for that, you probably just want to
26 run "pprint.pprint(eval(open('source.gyp')
34 import gyp.common namespace
[all...]
H A Dxcode_test.py9 import gyp.generator.xcode as xcode namespace
/external/chromium_org/third_party/webrtc/build/
H A Dvie-webrtc.sh36 # update gyp settings
37 echo '[Updating gyp settings...]'
40 webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_components.gyp
42 webrtc/modules/video_coding/utility/video_coding_utility.gyp
43 ./build/gyp_chromium --depth=. third_party/opus/opus.gyp
44 ./build/gyp_chromium --depth=. third_party/libyuv/libyuv.gyp
45 ./build/gyp_chromium --depth=. third_party/libjpeg/libjpeg.gyp
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon_test.py9 import gyp.common namespace
26 gyp.common.TopologicallySorted(graph.keys(), GetEdge),
40 gyp.common.CycleError, gyp.common.TopologicallySorted,
45 """Test that gyp.common.GetFlavor works as intended"""
56 self.assertEqual(expected, gyp.common.GetFlavor(param))
H A DMSVSToolFile.py7 import gyp.common namespace
8 import gyp.easy_xml as easy_xml namespace
/external/chromium_org/third_party/libjingle/source/talk/build/
H A Dcommon.gypi44 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); 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")',
/external/chromium_org/third_party/skia/experimental/webtry/setup/
H A Dcontinue_install55 GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
/external/skia/experimental/webtry/setup/
H A Dcontinue_install54 GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
/external/chromium_org/third_party/angle/build/
H A Dgyp_angle16 sys.path.append(os.path.join(angle_dir, 'third_party', 'gyp', 'pylib'))
17 import gyp
22 print 'Updating projects from gyp files...'
32 # Add all.gyp as the main gyp file to be generated.
33 args.append(os.path.join(script_dir, 'all.gyp'))
34 sys.exit(gyp.main(args))
/external/chromium_org/tools/vim/
H A Dfiletypes.vim1 " To get syntax highlighting and tab settings for gyp(i) and DEPS files,
6 au! BufRead,BufNewFile *.gyp set filetype=python expandtab tabstop=2 shiftwidth=2
/external/chromium_org/third_party/ots/
H A Dgyp_ots12 _GYP_FETCH_URL = 'https://gyp.googlecode.com/svn/trunk@' + _GYP_REVISION
15 gyp_dir = os.path.join('third_party', 'gyp')
19 raise "Couldn't fetch gyp"
27 import gyp namespace
32 args.append(os.path.join(script_dir, 'ots-standalone.gyp'))
33 sys.exit(gyp.main(args))
/external/chromium_org/skia/
H A Dskia_chrome_opts.target.darwin-arm.mk1 # This file is generated by gyp; do not edit.
30 # Alias gyp target name.
H A Dskia_chrome_opts.target.darwin-arm64.mk1 # This file is generated by gyp; do not edit.
30 # Alias gyp target name.
H A Dskia_chrome_opts.target.darwin-mips64.mk1 # This file is generated by gyp; do not edit.
30 # Alias gyp target name.
H A Dskia_chrome_opts.target.linux-arm.mk1 # This file is generated by gyp; do not edit.
30 # Alias gyp target name.
H A Dskia_chrome_opts.target.linux-arm64.mk1 # This file is generated by gyp; do not edit.
30 # Alias gyp target name.
H A Dskia_chrome_opts.target.linux-mips64.mk1 # This file is generated by gyp; do not edit.
30 # Alias gyp target name.

Completed in 563 milliseconds

1234567891011>>