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

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

Issue 12846011: Implement API features for the Extension API feature system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed memory leak Created 7 years, 9 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 | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('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/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_FEATURES" file="extensions\api\_api_featu res.json" type="BINDATA" />
12 <include name="IDR_EXTENSION_MANIFEST_FEATURES" file="extensions\api\_mani fest_features.json" type="BINDATA" /> 13 <include name="IDR_EXTENSION_MANIFEST_FEATURES" file="extensions\api\_mani fest_features.json" type="BINDATA" />
13 <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_pe rmission_features.json" type="BINDATA" /> 14 <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="extensions\api\_pe rmission_features.json" type="BINDATA" />
14 <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" />
15 <if expr="is_macosx"> 16 <if expr="is_macosx">
16 <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BIN DATA" /> 17 <include name="IDR_NACL_SANDBOX_PROFILE" file="nacl_loader.sb" type="BIN DATA" />
17 </if> 18 </if>
18 </includes> 19 </includes>
19 </release> 20 </release>
20 </grit> 21 </grit>
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698