| 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 ebeb7381b7dcce5e8b47ceab6c74495323e765d2..9f17c4923511557276bf3cd164faeb5956952357 100755
|
| --- a/third_party/closure_compiler/compiler_test.py
|
| +++ b/third_party/closure_compiler/compiler_test.py
|
| @@ -19,9 +19,7 @@ _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")
|
| _PROMISE_RESOLVER_JS = os.path.join(_RESOURCES_DIR, "promise_resolver.js")
|
| -_POLYMER_EXTERNS = os.path.join(_SRC_DIR, "third_party", "polymer", "v1_0",
|
| - "components-chromium", "polymer-externs",
|
| - "polymer.externs.js")
|
| +_POLYMER_EXTERNS = os.path.join(_SCRIPT_DIR, "externs", "polymer-1.0.js")
|
| _CHROME_SEND_EXTERNS = os.path.join(_SRC_DIR, "third_party", "closure_compiler",
|
| "externs", "chrome_send.js")
|
| _CLOSURE_ARGS_GYPI = os.path.join(_SCRIPT_DIR, "closure_args.gypi")
|
|
|