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

Unified Diff: ui/resources/ui_resources.grd

Issue 10806018: Revert 147288 - Renamed resource files to be more verbose, specifically: (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
« 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
===================================================================
--- ui/resources/ui_resources.grd (revision 147292)
+++ ui/resources/ui_resources.grd (working copy)
@@ -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_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" />
+ <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" />
</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