diff options
author | vitalyp <vitalyp@chromium.org> | 2014-09-30 19:04:27 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-01 02:04:58 +0000 |
commit | 5a238e9876b47d41cb26cfed77cf874affe6caab (patch) | |
tree | c09234199d937499c2dbf5c0a6e5ba459e82b4e6 /third_party/closure_compiler | |
parent | 2a138b4397012b911537730ed96d9ea5bfb777a9 (diff) | |
download | chromium_src-5a238e9876b47d41cb26cfed77cf874affe6caab.zip chromium_src-5a238e9876b47d41cb26cfed77cf874affe6caab.tar.gz chromium_src-5a238e9876b47d41cb26cfed77cf874affe6caab.tar.bz2 |
Typecheck chrome://apps using Closure Compiler
R=dbeam@chromium.org
BUG=393873
TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/ntp4/compiled_resources.gyp && ninja -C out/Default
Review URL: https://codereview.chromium.org/546023002
Cr-Commit-Position: refs/heads/master@{#297575}
Diffstat (limited to 'third_party/closure_compiler')
-rw-r--r-- | third_party/closure_compiler/compiled_resources.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/closure_compiler/compiled_resources.gyp b/third_party/closure_compiler/compiled_resources.gyp index d8b2c21..e8ef2d3 100644 --- a/third_party/closure_compiler/compiled_resources.gyp +++ b/third_party/closure_compiler/compiled_resources.gyp @@ -10,6 +10,7 @@ '../../chrome/browser/resources/downloads/compiled_resources.gyp:*', '../../chrome/browser/resources/history/compiled_resources.gyp:*', '../../chrome/browser/resources/options/compiled_resources.gyp:*', + '../../chrome/browser/resources/ntp4/compiled_resources.gyp:*', '../../chrome/browser/resources/uber/compiled_resources.gyp:*', '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*', '../../ui/webui/resources/js/compiled_resources.gyp:*', |