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

Side by Side Diff: chrome/common/common_resources.grd

Issue 6516002: Move CC icons to chrome/common and implement loadPlatformResource in RendererWebKitClientImpl. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/common_resources.h" type="rc_header"> 4 <output filename="grit/common_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="common_resources.pak" type="data_package" /> 7 <output filename="common_resources.pak" type="data_package" />
8 <output filename="common_resources.rc" type="rc_all" /> 8 <output filename="common_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
11 <includes> 11 <includes>
12 <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api. json" type="BINDATA" /> 12 <include name="IDR_EXTENSION_API_JSON" file="extensions\api\extension_api. json" type="BINDATA" />
13 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\ i18n_template.js" type="BINDATA" /> 13 <include name="IDR_I18N_TEMPLATE_JS" file="..\browser\resources\shared\js\ i18n_template.js" type="BINDATA" />
14 <include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstempla te_compiled.js" type="BINDATA" /> 14 <include name="IDR_JSTEMPLATE_JS" file="..\third_party\jstemplate\jstempla te_compiled.js" type="BINDATA" />
15 <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDAT A" /> 15 <include name="IDR_WEB_APP_SCHEMA" file="web_app_schema.json" type="BINDAT A" />
16 <include name="IDR_AUTOFILL_CC_AMEX" file="resources\autofill\cc_amex.png" type="BINDATA" />
17 <include name="IDR_AUTOFILL_CC_DINERS" file="resources\autofill\cc_diners. png" type="BINDATA" />
18 <include name="IDR_AUTOFILL_CC_DISCOVER" file="resources\autofill\cc_disco ver.png" type="BINDATA" />
19 <include name="IDR_AUTOFILL_CC_GENERIC" file="resources\autofill\cc_generi c.png" type="BINDATA" />
20 <include name="IDR_AUTOFILL_CC_JCB" file="resources\autofill\cc_jcb.png" t ype="BINDATA" />
21 <include name="IDR_AUTOFILL_CC_MASTERCARD" file="resources\autofill\cc_mas tercard.png" type="BINDATA" />
22 <include name="IDR_AUTOFILL_CC_SOLO" file="resources\autofill\cc_solo.png" type="BINDATA" />
23 <include name="IDR_AUTOFILL_CC_VISA" file="resources\autofill\cc_visa.png" type="BINDATA" />
16 </includes> 24 </includes>
17 </release> 25 </release>
18 </grit> 26 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/webui/options/autofill_options_handler.cc ('k') | chrome/common/resources/autofill/cc_amex.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698