| 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',
|
|
|