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

  /external/v8/
Makefile 100 # - "dependencies": pulls in external dependencies (currently: GYP)
121 GYPFILES = build/all.gyp build/common.gypi build/standalone.gypi \
122 preparser/preparser.gyp samples/samples.gyp src/d8.gyp \
123 test/cctest/cctest.gyp tools/gyp/v8.gyp
212 # GYP file generation targets.
214 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp
    [all...]
  /external/webkit/Source/WebKit/chromium/
gyp_webkit 30 # This file is used by gclient execute gyp with the proper command
40 sys.path.append(os.path.join(script_dir, 'tools', 'gyp', 'pylib'))
41 import gyp namespace
79 # There shouldn't be a circular dependency relationship between .gyp files,
80 # but in Chromium's .gyp files, on non-Mac platforms, circular relationships
88 # On linux, we want gyp to output a makefile (default is scons).
98 # gyp variable defines.
103 # gyp hack: otherwise gyp assumes its in chromium's src/ dir.
106 # gyp file to execute
    [all...]
  /external/webkit/Tools/Scripts/
update-webkit 60 'gyp' => \$useGYP,
69 --gyp generate project files from gyp after update
build-webkit 350 --gyp Use GYP-generated project files
378 'gyp' => \$useGYP,
436 # Generate the generate project files from .gyp files
593 my $projectPath = $useGYPProject ? "gyp/$project" : $project;
  /external/chromium/build/
gyp_chromium 7 # This script is wrapper for Chromium that adds some support for how GYP
19 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
20 import gyp namespace
30 # it (the GYP running time is a lot shorter, so the JIT startup cost
108 # http://code.google.com/p/gyp/issues/detail?id=177
128 if arg.endswith('.gyp'):
133 # assuming 'all.gyp' from the same directory as the script.
141 args.append(os.path.join(script_dir, 'all.gyp'))
145 # There shouldn't be a circular dependency relationship between .gyp files,
146 # but in Chromium's .gyp files, on non-Mac platforms, circular relationship
    [all...]
  /external/v8/build/
gyp_v8 30 # This script is wrapper for V8 that adds some support for how GYP
44 sys.path.insert(0, os.path.join(v8_root, 'build', 'gyp', 'pylib'))
45 import gyp namespace
107 rc = gyp.main(args)
109 print 'Error running GYP'
125 if arg.endswith('.gyp'):
130 # assuming 'all.gyp' from the same directory as the script.
138 args.append(os.path.join(script_dir, 'all.gyp'))
142 # There shouldn't be a circular dependency relationship between .gyp files
145 # Set the GYP DEPTH variable to the root of the V8 project
    [all...]
  /external/webkit/Source/gyp/
configure 40 def gyp(): function
41 return os.path.join('ThirdParty', 'gyp', 'gyp')
52 return os.path.join(self._name, 'gyp')
55 # Gyp uses the gyp file name as the XCode proj file name, so for now "apple-mac" must be ProjectName.gyp
57 return '%s.gyp' % self._name
58 return "%s.gyp" % port
64 os.path.join('gyp', 'common.gypi')
    [all...]

Completed in 247 milliseconds