From 5a238e9876b47d41cb26cfed77cf874affe6caab Mon Sep 17 00:00:00 2001 From: vitalyp Date: Tue, 30 Sep 2014 19:04:27 -0700 Subject: 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} --- third_party/closure_compiler/compiled_resources.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/closure_compiler') 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:*', -- cgit v1.1