diff options
author | dbeam <dbeam@chromium.org> | 2015-06-17 15:09:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-17 22:10:05 +0000 |
commit | 46c37f91f72a0ca8a7f3a9935e6678f9ea5abb56 (patch) | |
tree | 083144326a672245f655fc537af3e7f3c2e894ac /ui | |
parent | 055e2bd7dc6638376904f5cea25fe5fadcb5790a (diff) | |
download | chromium_src-46c37f91f72a0ca8a7f3a9935e6678f9ea5abb56.zip chromium_src-46c37f91f72a0ca8a7f3a9935e6678f9ea5abb56.tar.gz chromium_src-46c37f91f72a0ca8a7f3a9935e6678f9ea5abb56.tar.bz2 |
Remove pending_compiler_externs.js as createHTMLDocument() is in compiler.jar's externs now.
TBR=tbreisacher@chromium.org
BUG=none
TEST=closure bots still work
Review URL: https://codereview.chromium.org/1184633010
Cr-Commit-Position: refs/heads/master@{#334936}
Diffstat (limited to 'ui')
-rw-r--r-- | ui/webui/resources/js/compiled_resources.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/webui/resources/js/compiled_resources.gyp b/ui/webui/resources/js/compiled_resources.gyp index d366b90..fdfc299 100644 --- a/ui/webui/resources/js/compiled_resources.gyp +++ b/ui/webui/resources/js/compiled_resources.gyp @@ -40,9 +40,6 @@ }, { 'target_name': 'parse_html_subset', - 'variables': { - 'externs': ['../../../../third_party/closure_compiler/externs/pending_compiler_externs.js'], - }, 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], }, { |