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

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: kludge test fix for mac 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tt s_custom_bindings.js" type="BINDATA" /> 67 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="resources\extensions\tt s_custom_bindings.js" type="BINDATA" />
68 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extens ions\tts_engine_custom_bindings.js" type="BINDATA" /> 68 <include name="IDR_TTS_ENGINE_CUSTOM_BINDINGS_JS" file="resources\extens ions\tts_engine_custom_bindings.js" type="BINDATA" />
69 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ types_custom_bindings.js" type="BINDATA" /> 69 <include name="IDR_TYPES_CUSTOM_BINDINGS_JS" file="resources\extensions\ types_custom_bindings.js" type="BINDATA" />
70 <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_CUSTOM_BINDINGS_JS" file="resources\exten sions\web_request_custom_bindings.js" type="BINDATA" />
71 <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_WEB_REQUEST_INTERNAL_CUSTOM_BINDINGS_JS" file="resour ces\extensions\web_request_internal_custom_bindings.js" type="BINDATA" />
72 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\webstore_custom_bindings.js" type="BINDATA" /> 72 <include name="IDR_WEBSTORE_CUSTOM_BINDINGS_JS" file="resources\extensio ns\webstore_custom_bindings.js" type="BINDATA" />
73 73
74 <!-- Platform app support. --> 74 <!-- Platform app support. -->
75 <include name="IDR_PLATFORM_APP_CSS" file="resources\extensions\platform _app.css" type="BINDATA" /> 75 <include name="IDR_PLATFORM_APP_CSS" file="resources\extensions\platform _app.css" type="BINDATA" />
76 <include name="IDR_PLATFORM_APP_JS" file="resources\extensions\platform_ app.js" type="BINDATA" /> 76 <include name="IDR_PLATFORM_APP_JS" file="resources\extensions\platform_ app.js" type="BINDATA" />
77 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="resources\extensions\in ject_app_titlebar.js" type="BINDATA" />
77 </if> 78 </if>
78 </includes> 79 </includes>
79 </release> 80 </release>
80 </grit> 81 </grit>
OLDNEW
« no previous file with comments | « chrome/renderer/extensions/module_system.cc ('k') | chrome/renderer/resources/extensions/app_window_custom_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698