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

Unified Diff: third_party/closure_compiler/compile.py

Issue 1158973006: Rolling forward https://codereview.chromium.org/1155683008/ which was (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one commit from the old cl Created 5 years, 7 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
Index: third_party/closure_compiler/compile.py
diff --git a/third_party/closure_compiler/compile.py b/third_party/closure_compiler/compile.py
index f39f94f3380c79cd5fa224763685863a7f55d20f..0b1ddee32885bd9592d9fedfb2752f38fad6d442 100755
--- a/third_party/closure_compiler/compile.py
+++ b/third_party/closure_compiler/compile.py
@@ -418,7 +418,7 @@ if __name__ == "__main__":
externs = set(opts.externs or [])
polymer_externs = os.path.join(os.path.dirname(_CURRENT_DIR), 'polymer',
- 'v0_8', 'components-chromium',
+ 'v1_0', 'components-chromium',
'polymer-externs', 'polymer.externs.js')
externs.add(polymer_externs)
« no previous file with comments | « content/browser/webui/shared_resources_data_source.cc ('k') | third_party/closure_compiler/compiler_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698