Index: third_party/closure_compiler/compiler_test.py |
diff --git a/third_party/closure_compiler/compiler_test.py b/third_party/closure_compiler/compiler_test.py |
index ee1056d6d25249d0b4d588367cc64cb83c9e99a5..a39776a4193851d81b3b671186fa22f4601de292 100755 |
--- a/third_party/closure_compiler/compiler_test.py |
+++ b/third_party/closure_compiler/compiler_test.py |
@@ -17,7 +17,7 @@ _RESOURCES_DIR = os.path.join(_SRC_DIR, "ui", "webui", "resources", "js") |
_ASSERT_JS = os.path.join(_RESOURCES_DIR, "assert.js") |
_CR_JS = os.path.join(_RESOURCES_DIR, "cr.js") |
_CR_UI_JS = os.path.join(_RESOURCES_DIR, "cr", "ui.js") |
-_POLYMER_EXTERNS = os.path.join(_SRC_DIR, "third_party", "polymer", "v0_8", |
+_POLYMER_EXTERNS = os.path.join(_SRC_DIR, "third_party", "polymer", "v1_0", |
"components-chromium", "polymer-externs", |
"polymer.externs.js") |