diff options
author | tmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 15:28:35 +0000 |
---|---|---|
committer | tmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-21 15:28:35 +0000 |
commit | df0fa93c596671b4cd62373a2ba451b6cc2fa154 (patch) | |
tree | 6549f3029c2457e0b05c87111108e1aeaa24ced2 /chrome/common_constants.gyp | |
parent | 1964b86f97339ef0154c7eab360c72a3c1c192f4 (diff) | |
download | chromium_src-df0fa93c596671b4cd62373a2ba451b6cc2fa154.zip chromium_src-df0fa93c596671b4cd62373a2ba451b6cc2fa154.tar.gz chromium_src-df0fa93c596671b4cd62373a2ba451b6cc2fa154.tar.bz2 |
Improve icon ordering in chrome_exe.rc
Introduces an icon naming scheme in chrome_exe.rc to keep
them in alphabetical order. The indices are defined in
chrome_icon_resources_win.cc/h.
BUG=None
TEST=Ensure Chrome browser and app launcher icons are correct
when installed.
Review URL: https://codereview.chromium.org/166323007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common_constants.gyp')
-rw-r--r-- | chrome/common_constants.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common_constants.gyp b/chrome/common_constants.gyp index 372d0bd..33c53ee 100644 --- a/chrome/common_constants.gyp +++ b/chrome/common_constants.gyp @@ -18,6 +18,8 @@ '../extensions/common/constants.h', 'common/chrome_constants.cc', 'common/chrome_constants.h', + 'common/chrome_icon_resources_win.cc', + 'common/chrome_icon_resources_win.h', 'common/chrome_paths.cc', 'common/chrome_paths.h', 'common/chrome_paths_android.cc', |