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

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: rebased - fix structure path 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
Index: components/resources/component_resources.grd
diff --git a/components/component_resources.grd b/components/resources/component_resources.grd
similarity index 54%
rename from components/component_resources.grd
rename to components/resources/component_resources.grd
index a9964890b982df8116437413839ca8bc47868812..6eb13f6b0707e0fb44cebfa169e6f8cf38b74561 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.pak" type="data_package" context="default_100_percent" />
+ <output filename="component_resources.rc" type="rc_all" context="default_100_percent" />
</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>

Powered by Google App Engine
This is Rietveld 408576698