Lines Matching refs:GYP
203 pattern = input_api.re.compile(r"base.gyp:rtc_base\s*'")
207 'base_tests.gyp',
209 'libjingle.gyp',
210 'libjingle_tests.gyp',
211 'p2p.gyp',
212 'sound.gyp',
213 'webrtc_test_common.gyp',
225 'file(s) to rtc_base_approved.\nChanged GYP files:',
230 # Disallow referencing source files with paths above the GYP file location.
248 'Referencing source files above the directory of the GYP file is not '
249 'allowed. Please introduce new GYP targets and/or GYP files in the '
253 'Violating GYP files:' % '\n'.join(violating_source_entries),
259 x, white_list=(r'.+\.(gyp|gypi)$',))
269 'As you\'re changing GYP files: please make sure corresponding '
270 'BUILD.gn files are also updated.\nChanged GYP files:',
382 r'^tools[\\\/]gyp[\\\/].*\.py$',
404 # Skip long-lines check for DEPS, GN and GYP files.
406 black_list=(r'.+\.gyp$', r'.+\.gypi$', r'.+\.gn$', r'.+\.gni$', 'DEPS'))