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

Side by Side Diff: extensions/shell/app_shell_resources.grd

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/app_shell_resources.h" type="rc_header"> 4 <output filename="grit/app_shell_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="app_shell_resources.pak" type="data_package" /> 7 <output filename="app_shell_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <!-- Features specific to app_shell. --> 11 <!-- Features specific to app_shell. -->
12 <include name="IDR_SHELL_EXTENSION_API_FEATURES" file="common\api\_api_fea tures.json" type="BINDATA" /> 12 <include name="IDR_SHELL_EXTENSION_API_FEATURES" file="common\api\_api_fea tures.json" type="BINDATA" />
13 13
14 <!-- Custom bindings for extension APIs. --> 14 <!-- Custom bindings for extension APIs. -->
15 <include name="IDR_SHELL_CUSTOM_BINDINGS_JS" file="renderer\shell_custom_b indings.js" type="BINDATA" /> 15 <include name="IDR_SHELL_CUSTOM_BINDINGS_JS" file="renderer\shell_custom_b indings.js" type="BINDATA" />
16 </includes> 16 </includes>
17 </release> 17 </release>
18 </grit> 18 </grit>
OLDNEW
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698