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

Unified Diff: components/resources/component_scaled_resources.grd

Issue 165673007: Autofill Credit Card resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: component_scaled_resources 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_scaled_resources.grd
diff --git a/chrome/browser/resources/options_resources.grd b/components/resources/component_scaled_resources.grd
similarity index 35%
copy from chrome/browser/resources/options_resources.grd
copy to components/resources/component_scaled_resources.grd
index fb8e4c55dc7b30885cd35544226834c62fab1277..c3a1c02986127e8a1341fc2429612828d4aa3e13 100644
--- a/chrome/browser/resources/options_resources.grd
+++ b/components/resources/component_scaled_resources.grd
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<grit latest_public_release="0" current_release="1">
<outputs>
- <output filename="grit/options_resources.h" type="rc_header">
+ <output filename="grit/component_scaled_resources.h" type="rc_header" context="default_100_percent">
<emit emit_type='prepend'></emit>
</output>
- <output filename="options_resources.pak" type="data_package" />
+ <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" />
</outputs>
<release seq="1">
- <structures>
- <structure name="IDR_OPTIONS_BUNDLE_JS" file="options/options_bundle.js" flattenhtml="true" type="chrome_html" />
- <structure name="IDR_OPTIONS_HTML" file="options/options.html" flattenhtml="true" allowexternalscript="true" type="chrome_html" />
+ <structures fallback_to_low_resolution="true">
+ <part file="autofill_resources.grdp" />
</structures>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698