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

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: 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
Index: ui/resources/ui_resources.grd
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd
index 7cacdb69968bdf2a5dfbbedc086a9338e3d066d0..05ab3290099f4d6b23ed18668c28a08431b5d1a7 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.rc" type="rc_all" context="default_100_percent" />
</outputs>
<release seq="1">
<structures fallback_to_low_resolution="true">

Powered by Google App Engine
This is Rietveld 408576698