| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!-- This grd file contains images that are not pre-scaled for device | 2 <!-- This grd file contains images that are not pre-scaled for device |
| 3 scale factors. The image returned by | 3 scale factors. The image returned by |
| 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and | 4 |base::ResourceBundle::GetImageNamed| only contains 100P, and |
| 5 it is the caller's responsibility to do the right thing when the | 5 it is the caller's responsibility to do the right thing when the |
| 6 display is not at 100P device scale factor. | 6 display is not at 100P device scale factor. |
| 7 --> | 7 --> |
| 8 <grit latest_public_release="0" current_release="1"> | 8 <grit latest_public_release="0" current_release="1"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> | 10 <output filename="grit/chrome_unscaled_resources.h" type="rc_header"> |
| 11 <emit emit_type='prepend'></emit> | 11 <emit emit_type='prepend'></emit> |
| 12 </output> | 12 </output> |
| 13 <output filename="chrome_unscaled_resources.pak" type="data_package" /> | 13 <output filename="chrome_unscaled_resources.pak" type="data_package" /> |
| 14 <output filename="chrome_unscaled_resources.rc" type="rc_all" /> | |
| 15 </outputs> | 14 </outputs> |
| 16 <release seq="1"> | 15 <release seq="1"> |
| 17 <includes> | 16 <includes> |
| 18 <if expr="pp_ifdef('_google_chrome')"> | 17 <if expr="pp_ifdef('_google_chrome')"> |
| 19 <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/product_logo_64.
png" type="BINDATA" /> | 18 <include name="IDR_PRODUCT_LOGO_64" file="google_chrome/product_logo_64.
png" type="BINDATA" /> |
| 20 <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/product_logo_12
8.png" type="BINDATA" /> | 19 <include name="IDR_PRODUCT_LOGO_128" file="google_chrome/product_logo_12
8.png" type="BINDATA" /> |
| 21 <!-- NOTE: product_logo_*.* files beyond what's listed above are | 20 <!-- NOTE: product_logo_*.* files beyond what's listed above are |
| 22 referenced by installer code; don't remove them unless you know | 21 referenced by installer code; don't remove them unless you know |
| 23 what you're doing! --> | 22 what you're doing! --> |
| 24 <if expr="is_macosx"> | 23 <if expr="is_macosx"> |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 <if expr="not pp_ifdef('_google_chrome')"> | 94 <if expr="not pp_ifdef('_google_chrome')"> |
| 96 <include name="IDR_APP_LIST_16" file="chromium/app_list_16.png" type="
BINDATA" /> | 95 <include name="IDR_APP_LIST_16" file="chromium/app_list_16.png" type="
BINDATA" /> |
| 97 <include name="IDR_APP_LIST_32" file="chromium/app_list_32.png" type="
BINDATA" /> | 96 <include name="IDR_APP_LIST_32" file="chromium/app_list_32.png" type="
BINDATA" /> |
| 98 <include name="IDR_APP_LIST_128" file="chromium/app_list_128.png" type
="BINDATA" /> | 97 <include name="IDR_APP_LIST_128" file="chromium/app_list_128.png" type
="BINDATA" /> |
| 99 <include name="IDR_APP_LIST_256" file="chromium/app_list_256.png" type
="BINDATA" /> | 98 <include name="IDR_APP_LIST_256" file="chromium/app_list_256.png" type
="BINDATA" /> |
| 100 </if> | 99 </if> |
| 101 </if> | 100 </if> |
| 102 </includes> | 101 </includes> |
| 103 </release> | 102 </release> |
| 104 </grit> | 103 </grit> |
| OLD | NEW |