Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: third_party/closure_compiler/tools/compile_coverage.py

Issue 559273002: closure: Change what we *need* to compile to specific user-facing chrome:// page directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/tools/compile_coverage.py
diff --git a/third_party/closure_compiler/tools/compile_coverage.py b/third_party/closure_compiler/tools/compile_coverage.py
index 44e4572bfc128461392985bfc6a86570c58878bf..af61d0a1bb5fb8b28c90b18fb877f40849eaa241 100755
--- a/third_party/closure_compiler/tools/compile_coverage.py
+++ b/third_party/closure_compiler/tools/compile_coverage.py
@@ -19,14 +19,23 @@ import processor
# High priority code to compile.
_NEED_TO_COMPILE = map(_FROM_SRC, [
- 'chrome/browser/resources',
- 'chrome/browser/ui/webui',
+ 'chrome/browser/resources/bookmark_manager',
+ 'chrome/browser/resources/downloads',
+ 'chrome/browser/resources/extensions',
+ 'chrome/browser/resources/help',
+ 'chrome/browser/resources/history',
+ 'chrome/browser/resources/ntp4',
+ 'chrome/browser/resources/options',
+ 'chrome/browser/resources/print_preview',
+ 'chrome/browser/resources/uber',
'ui/webui/resources/js',
])
# Code that we'd eventually like to compile.
_WANT_TO_COMPILE = map(_FROM_SRC, [
+ 'chrome/browser/resources',
+ 'chrome/browser/ui/webui',
'chrome/renderer/resources',
'chrome/test/data',
'content/renderer/resources',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698