| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index e940a1ecfeb4ef0c21ec5e447863b592ab516132..04c2a5be6137034da331614d7ce66e011b0a0bbd 100755
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -26,15 +26,11 @@ def GetPreferredTryMasters(project, change):
|
| 'win',
|
| 'win_rel',
|
| 'win_x64_rel',
|
| - 'win_x64_gyp',
|
| - 'win_x64_gyp_rel',
|
| 'win_clang',
|
| 'win_clang_rel',
|
| 'win_x64_clang_rel',
|
| 'mac',
|
| 'mac_rel',
|
| - 'mac_gyp',
|
| - 'mac_gyp_rel',
|
| 'mac_asan',
|
| 'ios',
|
| 'ios_rel',
|
| @@ -42,8 +38,6 @@ def GetPreferredTryMasters(project, change):
|
| 'ios_arm64_rel',
|
| 'linux',
|
| 'linux_rel',
|
| - 'linux_gyp',
|
| - 'linux_gyp_rel',
|
| 'linux_memcheck',
|
| 'linux_tsan2',
|
| 'linux_asan',
|
| @@ -57,8 +51,6 @@ def GetPreferredTryMasters(project, change):
|
| 'android_mips',
|
| 'android_x64',
|
| 'android_x86',
|
| - 'android_gyp',
|
| - 'android_gyp_rel',
|
| ]
|
| if not files or all(re.search(r'[\\/]OWNERS$', f) for f in files):
|
| return {}
|
|
|