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

Unified Diff: ui/resources/ui_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 | « ui/compositor/compositor.gyp ('k') | ui/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/resources/ui_resources.grd
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index c165065af828914ca171c26bee993ef82a3bfbc8..b1c732c3d4ccf879c6fc3607d3ee1175b09ec7ed 100644
--- a/ui/resources/ui_resources.grd
+++ b/ui/resources/ui_resources.grd
@@ -9,11 +9,11 @@
<!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp
is updated. -->
<output filename="gfx_resources.pak" type="data_package" context="default_100_percent" />
- <output filename="ui_resources_standard.pak" type="data_package" context="default_100_percent" />
- <output filename="ui_resources_2x.pak" type="data_package" context="default_200_percent" />
- <output filename="ui_resources_touch.pak" type="data_package" context="touch_100_percent" />
- <output filename="ui_resources_touch_2x.pak" type="data_package" context="touch_200_percent" />
- <output filename="ui_resources_standard.rc" type="rc_all" context="default_100_percent" />
+ <output filename="ui_resources_100_percent.pak" type="data_package" context="default_100_percent" />
+ <output filename="ui_resources_200_percent.pak" type="data_package" context="default_200_percent" />
+ <output filename="ui_resources_touch_100_percent.pak" type="data_package" context="touch_100_percent" />
+ <output filename="ui_resources_touch_200_percent.pak" type="data_package" context="touch_200_percent" />
+ <output filename="ui_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 | « ui/compositor/compositor.gyp ('k') | ui/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698