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

Unified Diff: components/resources/component_resources.grd

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: default_100_percent + default_200_percent Created 6 years, 10 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 | « components/resources/autofill_resources.grdp ('k') | components/resources/dom_distiller_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/resources/component_resources.grd
diff --git a/components/component_resources.grd b/components/resources/component_resources.grd
similarity index 52%
rename from components/component_resources.grd
rename to components/resources/component_resources.grd
index a9964890b982df8116437413839ca8bc47868812..28a1192a30fe709be92ea510fc9f97b7fd97756b 100644
--- a/components/component_resources.grd
+++ b/components/resources/component_resources.grd
@@ -1,16 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1">
<outputs>
- <output filename="grit/component_resources.h" type="rc_header">
+ <output filename="grit/component_resources.h" type="rc_header" context="default_100_percent">
<emit emit_type='prepend'></emit>
</output>
- <output filename="component_resources.pak" type="data_package" />
- <output filename="component_resources.rc" type="rc_all" />
+ <output filename="component_resources_100_percent.pak" type="data_package" context="default_100_percent" />
+ <output filename="component_resources_200_percent.pak" type="data_package" context="default_200_percent" />
oshima 2014/03/03 17:15:24 This is correct if this grd is for scaled (1x and
</outputs>
<release seq="1">
<includes>
<part file="dom_distiller_resources.grdp" />
<part file="translate_resources.grdp" />
</includes>
+ <structures fallback_to_low_resolution="true">
+ <part file="autofill_resources.grdp" />
+ </structures>
</release>
</grit>
« no previous file with comments | « components/resources/autofill_resources.grdp ('k') | components/resources/dom_distiller_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698