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

Side by Side Diff: extensions/extensions_resources.grd

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/test_features_native_handler.cc » ('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" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="grit/extensions_resources.h" type="rc_header"> 4 <output filename="grit/extensions_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="extensions_resources.pak" type="data_package" /> 7 <output filename="extensions_resources.pak" type="data_package" />
8 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <includes> 10 <includes>
11 <include name="IDR_EXTENSION_API_FEATURES" file="common\api\_api_features. json" type="BINDATA" /> 11 <include name="IDR_EXTENSION_API_FEATURES" file="common\api\_api_features. json" type="BINDATA" />
12 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST" file="common \api\declarative_web_request.json" type="BINDATA" /> 12 <include name="IDR_EXTENSION_API_JSON_DECLARATIVE_WEBREQUEST" file="common \api\declarative_web_request.json" type="BINDATA" />
13 <include name="IDR_EXTENSION_API_JSON_WEB_VIEW_REQUEST" file="common\api\w eb_view_request.json" type="BINDATA" /> 13 <include name="IDR_EXTENSION_API_JSON_WEB_VIEW_REQUEST" file="common\api\w eb_view_request.json" type="BINDATA" />
14 <include name="IDR_EXTENSION_MANIFEST_FEATURES" file="common\api\_manifest _features.json" type="BINDATA" />
15 <include name="IDR_EXTENSION_PERMISSION_FEATURES" file="common\api\_permis sion_features.json" type="BINDATA" />
16 <include name="IDR_EXTENSION_BEHAVIOR_FEATURES" file="common\api\_behavior _features.json" type="BINDATA" />
17 </includes> 14 </includes>
18 </release> 15 </release>
19 </grit> 16 </grit>
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/renderer/test_features_native_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698