HomeSort by relevance Sort by last modified time
    Searched refs:gyp (Results 1 - 25 of 3748) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/tools/
mingw-generate-makefiles.sh 29 # Monkey-patch GYP.
30 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_ITI
    [all...]
  /external/chromium_org/tools/gyp/test/variables/commands/
update_golden 7 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/
update_golden 7 python ../../../gyp --debug variables --debug general --format gypd --depth . src/filelist.gyp > filelist.gyp.stdout
  /external/chromium_org/tools/gyp/
gyp_main.py 11 import gyp namespace
15 import gyp namespace
18 sys.exit(gyp.script_main())
  /external/chromium_org/tools/gyp/tools/emacs/
run-unit-tests.sh 6 --load ert.el --load gyp.el --load gyp-tests.el \
  /external/chromium_org/tools/gyp/tools/Xcode/Specifications/
gyp.pbfilespec 2 gyp.pbfilespec
3 GYP source file spec for Xcode 3
18 Identifier = sourcecode.gyp;
20 Name = "GYP Files";
21 Extensions = ("gyp", "gypi");
22 MIMETypes = ("text/gyp");
23 Language = "xcode.lang.gyp";
  /external/chromium_org/tools/gyp/test/custom-generator/
mygenerator.py 5 """Custom gyp generator that doesn't do much."""
7 import gyp.common namespace
  /external/chromium_org/tools/gyp/test/defines-escaping/
gyptest-defines-escaping.py 8 Verifies build of an executable with C++ define specified by a gyp define using
22 test.run_gyp('defines-escaping.gyp')
26 test.build('defines-escaping.gyp')
38 test.run_gyp('defines-escaping.gyp')
44 test.build('defines-escaping.gyp')
61 test.run_gyp('defines-escaping.gyp')
67 test.build('defines-escaping.gyp')
84 test.run_gyp('defines-escaping.gyp')
90 test.build('defines-escaping.gyp')
106 test.run_gyp('defines-escaping.gyp')
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
dump_dependency_json.py 7 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)."""
gypd.py 7 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').read()))", which will still stri
34 import gyp.common namespace
    [all...]
gypsh.py 7 gypsh is a GYP shell. It's not really a generator per se. All it does is
10 aid, to facilitate the exploration of .gyp structures after being processed
13 The expected usage is "gyp -f gypsh -D OS=desired_os".
xcode_test.py 9 import gyp.generator.xcode as xcode namespace
  /external/chromium_org/third_party/webrtc/build/
vie-webrtc.sh 36 # 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/
common_test.py 9 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))
MSVSToolFile.py 7 import gyp.common namespace
8 import gyp.easy_xml as easy_xml namespace
  /external/chromium_org/third_party/libjingle/source/talk/build/
common.gypi 43 '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")',
146 '<(DEPTH)/third_party/openssl/openssl.gyp:openssl',
157 '<(DEPTH)/build/linux/system.gyp:ssl',
162 '<(DEPTH)/net/third_party/nss/ssl.gyp:libssl',
163 '<(DEPTH)/third_party/nss/nss.gyp:nspr',
164 '<(DEPTH)/third_party/nss/nss.gyp:nss',
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 54 GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
  /external/skia/experimental/webtry/setup/
continue_install 54 GYP_GENERATORS=ninja ./gyp_skia gyp/webtry.gyp gyp/most.gyp -Dskia_gpu=0
  /external/chromium_org/third_party/angle/build/
gyp_angle 7 # This script is wrapper for ANGLE that adds some support for how GYP
16 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/
filetypes.vim 1 " 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/
gyp_ots 12 _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/third_party/skia/
Makefile 1 # Makefile that wraps the Gyp and build steps for Unix and Mac (but not Windows)
25 # If you want more fine-grained control, you can run gyp and then build the
26 # gyp-generated projects yourself.
35 # to the gyp-generated Makefile for *any* target name.
76 # target. See https://code.google.com/p/skia/issues/detail?id=932 ("gyp
88 # Run gyp no matter what.
89 .PHONY: gyp
90 gyp:
93 # For all specific targets: run gyp if necessary, and then pass control to
94 # the gyp-generated buildfiles
    [all...]
  /external/skia/
Makefile 1 # Makefile that wraps the Gyp and build steps for Unix and Mac (but not Windows)
25 # If you want more fine-grained control, you can run gyp and then build the
26 # gyp-generated projects yourself.
35 # to the gyp-generated Makefile for *any* target name.
76 # target. See https://code.google.com/p/skia/issues/detail?id=932 ("gyp
88 # Run gyp no matter what.
89 .PHONY: gyp
90 gyp:
93 # For all specific targets: run gyp if necessary, and then pass control to
94 # the gyp-generated buildfiles
    [all...]
  /external/chromium_org/mojo/tools/
mojob.sh 23 gyp - Run gyp for mojo (does not sync), with clang.
24 sync - Sync using gclient (does not run gyp).
33 Compiler options (specified before gyp):
69 echo "Running gyp with GYP_DEFINES=$gyp_defines ..."
70 GYP_DEFINES="$gyp_defines" build/gyp_chromium mojo/mojo.gyp || exit 1
74 # Note: sync only (with hooks, but no gyp-ing).
144 gyp)
  /external/chromium_org/v8/
Makefile.nacl 94 # NACL GYP file generation targets.
101 build/gyp/gyp --generator-output="${OUTDIR}" build/all.gyp \

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>