Chromium Code Reviews| Index: athena/resources/athena_resources.grd |
| diff --git a/athena/resources/athena_resources.grd b/athena/resources/athena_resources.grd |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ee1665a962631151ee6b9b14880fd05eb06d2433 |
| --- /dev/null |
| +++ b/athena/resources/athena_resources.grd |
| @@ -0,0 +1,16 @@ |
| +<?xml version="1.0" encoding="UTF-8"?> |
| +<grit latest_public_release="0" current_release="1"> |
| + <outputs> |
| + <output filename="grit/athena_resources.h" type="rc_header" context="default_100_percent"> |
| + <emit emit_type='prepend'></emit> |
| + </output> |
| + <output filename="athena_resources_100_percent.pak" type="data_package" context="default_100_percent" /> |
| + <output filename="athena_resources_200_percent.pak" type="data_package" context="default_200_percent" /> |
| + </outputs> |
| + <release seq="1"> |
| + <structures fallback_to_low_resolution="true"> |
| + <!-- KEEP THESE IN ALPHABETICAL ORDER! --> |
| + <structure type="chrome_scaled_image" name="IDR_ATHENA_BACKGROUND" file="background_wallpaper.png" /> |
|
oshima
2014/08/06 19:53:20
Note: Wallpaper images are unscaled image, but I'm
sadrul
2014/08/06 20:22:41
Ah, I wasn't aware. Thanks!
|
| + </structures> |
| + </release> |
| +</grit> |