diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 22:13:55 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-07 22:13:55 +0000 |
commit | 09dd31796a3164c6564c900586194aec7957189d (patch) | |
tree | 397c47f1d45b06a029df9a53b069efa26600f016 /chrome/app | |
parent | 60d0673db91e7805394654019217319b7849ea56 (diff) | |
download | chromium_src-09dd31796a3164c6564c900586194aec7957189d.zip chromium_src-09dd31796a3164c6564c900586194aec7957189d.tar.gz chromium_src-09dd31796a3164c6564c900586194aec7957189d.tar.bz2 |
Rename _large.grd to _2x.grd
BUG=111101
TEST=none
Review URL: http://codereview.chromium.org/9307110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/theme_resources_2x.grd (renamed from chrome/app/theme/theme_resources_large.grd) | 4 | ||||
-rw-r--r-- | chrome/app/theme/theme_resources_standard.grd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/theme/theme_resources_large.grd b/chrome/app/theme/theme_resources_2x.grd index 743f7cb..8c3413f 100644 --- a/chrome/app/theme/theme_resources_large.grd +++ b/chrome/app/theme/theme_resources_2x.grd @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <grit latest_public_release="0" current_release="1"> <outputs> - <output filename="grit/theme_resources_large.h" type="rc_header"> + <output filename="grit/theme_resources_2x.h" type="rc_header"> <emit emit_type='prepend'></emit> </output> - <output filename="theme_resources_large.pak" type="data_package" /> + <output filename="theme_resources_2x.pak" type="data_package" /> </outputs> <release seq="1"> <includes> diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd index 4d4df5d..76c7a75 100644 --- a/chrome/app/theme/theme_resources_standard.grd +++ b/chrome/app/theme/theme_resources_standard.grd @@ -12,7 +12,7 @@ <release seq="1"> <includes> <!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH - theme_resources_large.grd. THIS MEANS THAT EACH ICON IN THIS FILE + theme_resources_2x.grd. THIS MEANS THAT EACH ICON IN THIS FILE MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.--> <include name="IDR_APP_NOTIFICATION_NUB" file="nub.png" type="BINDATA" /> <include name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" type="BINDATA" /> |