Home | History | Annotate | Download | only in build

Lines Matching refs:gyp

30 # This script is wrapper for V8 that adds some support for how GYP
43 sys.path.insert(0, os.path.join(v8_root, 'build', 'gyp', 'pylib'))
44 import gyp
110 rc = gyp.main(args)
120 print 'Error running GYP'
136 if arg.endswith('.gyp'):
141 # assuming 'all.gyp' from the same directory as the script.
149 args.append(os.path.join(script_dir, 'all.gyp'))
153 # There shouldn't be a circular dependency relationship between .gyp files
156 # Set the GYP DEPTH variable to the root of the V8 project.
159 # If V8_GYP_SYNTAX_CHECK is set to 1, it will invoke gyp with --check
165 print 'Updating projects from gyp files...'