Commit 0f113826 authored by dbeam's avatar dbeam Committed by Commit bot

closure: Change what we *need* to compile to specific user-facing chrome:// page directories.

R=vitalyp@chromium.org
BUG=393873
NOTRY=true

Review URL: https://codereview.chromium.org/559273002

Cr-Commit-Position: refs/heads/master@{#294310}
parent fc25d174
......@@ -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',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment