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

Side by Side Diff: chrome/renderer/renderer_resources.grd

Issue 10896032: HTML titlebars for v2 apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move function call logic into ModuleSystem Created 8 years, 3 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 <!-- This comment is only here because changes to resources are not picked up 2 <!-- This comment is only here because changes to resources are not picked up
3 without changes to the corresponding grd file. fb9 --> 3 without changes to the corresponding grd file. fb9 -->
4 <grit latest_public_release="0" current_release="1"> 4 <grit latest_public_release="0" current_release="1">
5 <outputs> 5 <outputs>
6 <output filename="grit/renderer_resources.h" type="rc_header"> 6 <output filename="grit/renderer_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="renderer_resources.pak" type="data_package" /> 9 <output filename="renderer_resources.pak" type="data_package" />
10 <output filename="renderer_resources.rc" type="rc_all" /> 10 <output filename="renderer_resources.rc" type="rc_all" />
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tt s_custom_bindings.js" type="BINDATA" /> 66 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tt s_custom_bindings.js" type="BINDATA" />
67 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extens ions\tts_engine_custom_bindings.js" type="BINDATA" /> 67 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extens ions\tts_engine_custom_bindings.js" type="BINDATA" />
68 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ types_custom_bindings.js" type="BINDATA" /> 68 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ types_custom_bindings.js" type="BINDATA" />
69 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="resources\exten sions\web_request_custom_bindings.js" type="BINDATA" /> 69 <include name="IDR_WEB_REQUEST_CUSTOM_BINDINGS_JS" file="resources\exten sions\web_request_custom_bindings.js" type="BINDATA" />
70 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="resour ces\extensions\web_request_internal_custom_bindings.js" type="BINDATA" /> 70 <include name="IDR_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="resour ces\extensions\web_request_internal_custom_bindings.js" type="BINDATA" />
71 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\webstore_custom_bindings.js" type="BINDATA" /> 71 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\webstore_custom_bindings.js" type="BINDATA" />
72 72
73 <!-- Platform app support. --> 73 <!-- Platform app support. -->
74 <include name="IDR_PLATFORM_APP_CSS" file="resources\extensions\platform _app.css" type="BINDATA" /> 74 <include name="IDR_PLATFORM_APP_CSS" file="resources\extensions\platform _app.css" type="BINDATA" />
75 <include name="IDR_PLATFORM_APP_JS" file="resources\extensions\platform_ app.js" type="BINDATA" /> 75 <include name="IDR_PLATFORM_APP_JS" file="resources\extensions\platform_ app.js" type="BINDATA" />
76 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="resources\extensions\in ject_app_titlebar.js" type="BINDATA" />
76 </if> 77 </if>
77 </includes> 78 </includes>
78 </release> 79 </release>
79 </grit> 80 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698