Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4492)

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | chrome/browser_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index d0f91c53c28ee01258380b3ec2461dae9b448e9c..55c2081bd1b2ce87b7d2e1a3f51449b8145dd73a 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -6,11 +6,11 @@
</output>
<output filename="grit/theme_resources_map.cc" type="resource_map_source" context="default_100_percent" />
<output filename="grit/theme_resources_map.h" type="resource_map_header" context="default_100_percent" />
- <output filename="theme_resources_standard.pak" type="data_package" context="default_100_percent" />
- <output filename="theme_resources_2x.pak" type="data_package" context="default_200_percent" />
- <output filename="theme_resources_touch_1x.pak" type="data_package" context="touch_100_percent" />
- <output filename="theme_resources_touch_2x.pak" type="data_package" context="touch_200_percent" />
- <output filename="theme_resources_standard.rc" type="rc_all" context="default_100_percent" />
+ <output filename="theme_resources_100_percent.pak" type="data_package" context="default_100_percent" />
+ <output filename="theme_resources_200_percent.pak" type="data_package" context="default_200_percent" />
+ <output filename="theme_resources_touch_100_percent.pak" type="data_package" context="touch_100_percent" />
+ <output filename="theme_resources_touch_200_percent.pak" type="data_package" context="touch_200_percent" />
+ <output filename="theme_resources_100_percent.rc" type="rc_all" context="default_100_percent" />
</outputs>
<release seq="1">
<structures fallback_to_low_resolution="true">
« no previous file with comments | « ash/ash.gyp ('k') | chrome/browser_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698