Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: PRESUBMIT.py

Issue 2600453006: Fix native_client/PRESUBMIT.py . (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index c4af92c96c097d0c085a2824c2d5b7a634b4d5c1..90b3b06b732c33b9b134aaf03dd60bd745793f61 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -197,7 +197,7 @@ def GetPreferredTryMasters(_, change):
has_toolchain_build = False
has_others = False
- for file in change.AffectedFiles(include_dirs=True):
+ for file in change.AffectedFiles():
if IsFileInDirectories(file.AbsoluteLocalPath(),
[os.path.join(NACL_TOP_DIR, 'build'),
os.path.join(NACL_TOP_DIR, 'buildbot'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698