Home | History | Annotate | Download | only in build

Lines Matching refs:gyp

11 # This script is used to run GYP for WebRTC. It contains selected parts of the
27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
28 import gyp
31 """Returns a list of the supplemental files that are included in all GYP
62 if arg.endswith('.gyp'):
66 # If we didn't get a file, assume 'all.gyp' in the root of the checkout.
68 # Because of a bug in gyp, simply adding the abspath to all.gyp doesn't
71 args.append('all.gyp')
73 # There shouldn't be a circular dependency relationship between .gyp files,
80 # Enable check for missing sources in GYP files on Windows.
91 # Enforce gyp syntax checking. This adds about 20% execution time.
107 # Set the gyp depth variable to the root of the checkout.
111 print 'Updating projects from gyp files...'
115 gyp_rc = gyp.main(args)