Lines Matching refs:gyp
30 # This script is wrapper for V8 that adds some support for how GYP
46 sys.path.insert(0, os.path.join(v8_root, 'tools', 'gyp', 'pylib'))
47 import gyp
55 """Returns the output directory that GYP will use."""
104 rc = gyp.main(args)
114 print 'Error running GYP'
128 print 'GYP is now disabled by default in runhooks.\n'
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
163 # Set the GYP DEPTH variable to the root of the V8 project.
166 # If V8_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
172 print 'Updating projects from gyp files...'