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

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

Issue 1269803005: Remove third_party/polymer from .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months 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 | « third_party/polymer/v1_0/.gitignore ('k') | third_party/polymer/v1_0/components/font-roboto/.bower.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4a765f3b97136690d159f24d5f84c39ee3b08d5d..939b831a48d2dc8cf746d8d25d39de3f79c4a767 100644
--- a/third_party/polymer/v1_0/PRESUBMIT.py
+++ b/third_party/polymer/v1_0/PRESUBMIT.py
@@ -14,7 +14,7 @@ import json
def _CheckBowerDependencies(input_api, output_api):
os_path = input_api.os_path
cwd = input_api.PresubmitLocalPath()
- components_dir = os_path.join(cwd, 'components')
+ 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):
« no previous file with comments | « third_party/polymer/v1_0/.gitignore ('k') | third_party/polymer/v1_0/components/font-roboto/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698