diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-21 19:40:15 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-21 19:40:15 +0000 |
commit | 5ca37da804acec7f23fd2a1d2319ee702033ef64 (patch) | |
tree | e33423947ddab349d471e85eec275aae0cbbaa81 /chrome/chrome_common.gypi | |
parent | e47184a325eb1cf4987ded29fcde2db38402ef5c (diff) | |
download | chromium_src-5ca37da804acec7f23fd2a1d2319ee702033ef64.zip chromium_src-5ca37da804acec7f23fd2a1d2319ee702033ef64.tar.gz chromium_src-5ca37da804acec7f23fd2a1d2319ee702033ef64.tar.bz2 |
Split out large icons into a separate resource pak
This is a part of r82185 that was reverted. The change was reverted because it caused a performance regression.
I'm checking in just the reorganization code to narrow down exactly which part of the change caused the regression.
The only code change here is some header includes. If this change passes the perf bot then my next change will be to load the new resource pak.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6883110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 7720b0a..7a83814 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -106,6 +106,7 @@ 'default_plugin/default_plugin.gyp:default_plugin', 'safe_browsing_csd_proto', 'theme_resources', + 'theme_resources_standard', '../app/app.gyp:app_base', '../app/app.gyp:app_resources', '../base/base.gyp:base', |