aboutsummaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'PRESUBMIT.py')
-rwxr-xr-xPRESUBMIT.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 612f87704d..14bc50b30b 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -128,7 +128,8 @@ def _CheckGypChanges(input_api, output_api):
gyp_files = []
for f in input_api.AffectedSourceFiles(source_file_filter):
- gyp_files.append(f)
+ if f.LocalPath().startswith('webrtc'):
+ gyp_files.append(f)
result = []
if gyp_files: