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

Unified Diff: third_party/polymer/v1_0/PRESUBMIT.py

Issue 2526053002: MD Settings: roll paper-radio-button, 1.2.1 -> 1.3.1 (Closed)
Patch Set: Roll to 1.3.1 Created 4 years, 1 month 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
Index: third_party/polymer/v1_0/PRESUBMIT.py
diff --git a/third_party/polymer/v1_0/PRESUBMIT.py b/third_party/polymer/v1_0/PRESUBMIT.py
index 939b831a48d2dc8cf746d8d25d39de3f79c4a767..5677e3c4f76c3c79160ca49804316ac6e2c6cc54 100644
--- a/third_party/polymer/v1_0/PRESUBMIT.py
+++ b/third_party/polymer/v1_0/PRESUBMIT.py
@@ -17,7 +17,7 @@ def _CheckBowerDependencies(input_api, output_api):
components_dir = os_path.join(cwd, 'components-chromium')
bower_json_path = os_path.join(cwd, 'bower.json')
- for f in input_api.AffectedFiles(include_dirs=True):
+ for f in input_api.AffectedFiles():
p = f.AbsoluteLocalPath()
if p == bower_json_path or p.startswith(components_dir):
break

Powered by Google App Engine
This is Rietveld 408576698