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

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

Issue 215733002: Add support to enable EmbeddedSearch API in Android Chrome search results page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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/common/chrome_switches.cc ('k') | no next file » | 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 <!-- 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" context="defau lt_100_percent"> 6 <output filename="grit/renderer_resources.h" type="rc_header" context="defau lt_100_percent">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" /> 9 <output filename="renderer_resources_100_percent.pak" type="data_package" co ntext="default_100_percent" />
10 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" /> 10 <output filename="renderer_resources_200_percent.pak" type="data_package" co ntext="default_200_percent" />
11 </outputs> 11 </outputs>
12 <release seq="1"> 12 <release seq="1">
13 <structures fallback_to_low_resolution="true"> 13 <structures fallback_to_low_resolution="true">
14 <structure type="chrome_scaled_image" name="IDR_SAD_WEBVIEW" file="common\ webview-crash.png" /> 14 <structure type="chrome_scaled_image" name="IDR_SAD_WEBVIEW" file="common\ webview-crash.png" />
15 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s adplugin.png" /> 15 <structure type="chrome_scaled_image" name="IDR_SAD_PLUGIN" file="common\s adplugin.png" />
16 </structures> 16 </structures>
17 <includes> 17 <includes>
18 <if expr="is_android"> 18 <if expr="is_android">
19 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="mobile_youtube_plug in.html" flattenhtml="true" type="BINDATA" /> 19 <include name="IDR_MOBILE_YOUTUBE_PLUGIN_HTML" file="mobile_youtube_plug in.html" flattenhtml="true" type="BINDATA" />
20 </if> 20 </if>
21 <include name="IDR_BLOCKED_PLUGIN_HTML" file="blocked_plugin.html" flatten html="true" type="BINDATA" /> 21 <include name="IDR_BLOCKED_PLUGIN_HTML" file="blocked_plugin.html" flatten html="true" type="BINDATA" />
22 <include name="IDR_CLICK_TO_PLAY_PLUGIN_HTML" file="click_to_play_plugin.h tml" flattenhtml="true" type="BINDATA" /> 22 <include name="IDR_CLICK_TO_PLAY_PLUGIN_HTML" file="click_to_play_plugin.h tml" flattenhtml="true" type="BINDATA" />
23 <include name="IDR_DISABLED_PLUGIN_HTML" file="disabled_plugin.html" flatt enhtml="true" type="BINDATA" /> 23 <include name="IDR_DISABLED_PLUGIN_HTML" file="disabled_plugin.html" flatt enhtml="true" type="BINDATA" />
24 <include name="IDR_ERROR_APP_HTML" file="error_app.html" flattenhtml="true " type="BINDATA" /> 24 <include name="IDR_ERROR_APP_HTML" file="error_app.html" flattenhtml="true " type="BINDATA" />
25 <include name="IDR_NET_ERROR_HTML" file="neterror.html" flattenhtml="true" type="BINDATA" /> 25 <include name="IDR_NET_ERROR_HTML" file="neterror.html" flattenhtml="true" type="BINDATA" />
26 26
27 <!-- Searchbox API -->
28 <if expr="enable_extensions or is_android">
29 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ e="BINDATA" />
30 </if>
31
27 <!-- Extension libraries. --> 32 <!-- Extension libraries. -->
28 <if expr="enable_extensions"> 33 <if expr="enable_extensions">
29 <!-- Custom bindings for extension APIs. --> 34 <!-- Custom bindings for extension APIs. -->
30 <include name="IDR_AD_VIEW_DENY_JS" file="extensions\ad_view_deny.js" ty pe="BINDATA" /> 35 <include name="IDR_AD_VIEW_DENY_JS" file="extensions\ad_view_deny.js" ty pe="BINDATA" />
31 <include name="IDR_AD_VIEW_JS" file="extensions\ad_view.js" type="BINDAT A" /> 36 <include name="IDR_AD_VIEW_JS" file="extensions\ad_view.js" type="BINDAT A" />
32 <include name="IDR_APP_CUSTOM_BINDINGS_JS" file="extensions\app_custom_b indings.js" type="BINDATA" /> 37 <include name="IDR_APP_CUSTOM_BINDINGS_JS" file="extensions\app_custom_b indings.js" type="BINDATA" />
33 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="extensions\app_ runtime_custom_bindings.js" type="BINDATA" /> 38 <include name="IDR_APP_RUNTIME_CUSTOM_BINDINGS_JS" file="extensions\app_ runtime_custom_bindings.js" type="BINDATA" />
34 <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="extensions\app_w indow_custom_bindings.js" type="BINDATA" /> 39 <include name="IDR_APP_WINDOW_CUSTOM_BINDINGS_JS" file="extensions\app_w indow_custom_bindings.js" type="BINDATA" />
35 <include name="IDR_AUTOMATION_CUSTOM_BINDINGS_JS" file="extensions\autom ation_custom_bindings.js" type="BINDATA" /> 40 <include name="IDR_AUTOMATION_CUSTOM_BINDINGS_JS" file="extensions\autom ation_custom_bindings.js" type="BINDATA" />
36 <include name="IDR_AUTOMATION_EVENT_JS" file="extensions\automation\auto mation_event.js" type="BINDATA" /> 41 <include name="IDR_AUTOMATION_EVENT_JS" file="extensions\automation\auto mation_event.js" type="BINDATA" />
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 <include name="IDR_MESSAGING_UTILS_JS" file="extensions\messaging_utils. js" type="BINDATA" /> 78 <include name="IDR_MESSAGING_UTILS_JS" file="extensions\messaging_utils. js" type="BINDATA" />
74 <include name="IDR_NOTIFICATIONS_CUSTOM_BINDINGS_JS" file="extensions\no tifications_custom_bindings.js" type="BINDATA" /> 79 <include name="IDR_NOTIFICATIONS_CUSTOM_BINDINGS_JS" file="extensions\no tifications_custom_bindings.js" type="BINDATA" />
75 <include name="IDR_OMNIBOX_CUSTOM_BINDINGS_JS" file="extensions\omnibox_ custom_bindings.js" type="BINDATA" /> 80 <include name="IDR_OMNIBOX_CUSTOM_BINDINGS_JS" file="extensions\omnibox_ custom_bindings.js" type="BINDATA" />
76 <include name="IDR_PAGE_ACTIONS_CUSTOM_BINDINGS_JS" file="extensions\pag e_actions_custom_bindings.js" type="BINDATA" /> 81 <include name="IDR_PAGE_ACTIONS_CUSTOM_BINDINGS_JS" file="extensions\pag e_actions_custom_bindings.js" type="BINDATA" />
77 <include name="IDR_PAGE_ACTION_CUSTOM_BINDINGS_JS" file="extensions\page _action_custom_bindings.js" type="BINDATA" /> 82 <include name="IDR_PAGE_ACTION_CUSTOM_BINDINGS_JS" file="extensions\page _action_custom_bindings.js" type="BINDATA" />
78 <include name="IDR_PAGE_CAPTURE_CUSTOM_BINDINGS_JS" file="extensions\pag e_capture_custom_bindings.js" type="BINDATA" /> 83 <include name="IDR_PAGE_CAPTURE_CUSTOM_BINDINGS_JS" file="extensions\pag e_capture_custom_bindings.js" type="BINDATA" />
79 <include name="IDR_PEPPER_REQUEST_JS" file="extensions\pepper_request.js " type="BINDATA" /> 84 <include name="IDR_PEPPER_REQUEST_JS" file="extensions\pepper_request.js " type="BINDATA" />
80 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="extensions\perm issions_custom_bindings.js" type="BINDATA" /> 85 <include name="IDR_PERMISSIONS_CUSTOM_BINDINGS_JS" file="extensions\perm issions_custom_bindings.js" type="BINDATA" />
81 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="extensions\runtime_ custom_bindings.js" type="BINDATA" /> 86 <include name="IDR_RUNTIME_CUSTOM_BINDINGS_JS" file="extensions\runtime_ custom_bindings.js" type="BINDATA" />
82 <include name="IDR_SCHEMA_UTILS_JS" file="extensions\schema_utils.js" ty pe="BINDATA" /> 87 <include name="IDR_SCHEMA_UTILS_JS" file="extensions\schema_utils.js" ty pe="BINDATA" />
83 <include name="IDR_SEARCHBOX_API" file="extensions\searchbox_api.js" typ e="BINDATA" />
84 <include name="IDR_SEND_REQUEST_JS" file="extensions\send_request.js" ty pe="BINDATA" /> 88 <include name="IDR_SEND_REQUEST_JS" file="extensions\send_request.js" ty pe="BINDATA" />
85 <include name="IDR_SET_ICON_JS" file="extensions\set_icon.js" type="BIND ATA" /> 89 <include name="IDR_SET_ICON_JS" file="extensions\set_icon.js" type="BIND ATA" />
86 <include name="IDR_STORAGE_AREA_JS" file="extensions\storage_area.js" ty pe="BINDATA" /> 90 <include name="IDR_STORAGE_AREA_JS" file="extensions\storage_area.js" ty pe="BINDATA" />
87 <include name="IDR_SYNC_FILE_SYSTEM_CUSTOM_BINDINGS_JS" file="extensions \sync_file_system_custom_bindings.js" type="BINDATA" /> 91 <include name="IDR_SYNC_FILE_SYSTEM_CUSTOM_BINDINGS_JS" file="extensions \sync_file_system_custom_bindings.js" type="BINDATA" />
88 <include name="IDR_SYSTEM_INDICATOR_CUSTOM_BINDINGS_JS" file="extensions \system_indicator_custom_bindings.js" type="BINDATA" /> 92 <include name="IDR_SYSTEM_INDICATOR_CUSTOM_BINDINGS_JS" file="extensions \system_indicator_custom_bindings.js" type="BINDATA" />
89 <include name="IDR_TAB_CAPTURE_CUSTOM_BINDINGS_JS" file="extensions\tab_ capture_custom_bindings.js" type="BINDATA" /> 93 <include name="IDR_TAB_CAPTURE_CUSTOM_BINDINGS_JS" file="extensions\tab_ capture_custom_bindings.js" type="BINDATA" />
90 <include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="extensions\tabs_custom _bindings.js" type="BINDATA" /> 94 <include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="extensions\tabs_custom _bindings.js" type="BINDATA" />
91 <include name="IDR_TAG_WATCHER_JS" file="extensions\tag_watcher.js" type ="BINDATA" /> 95 <include name="IDR_TAG_WATCHER_JS" file="extensions\tag_watcher.js" type ="BINDATA" />
92 <include name="IDR_TEST_CUSTOM_BINDINGS_JS" file="extensions\test_custom _bindings.js" type="BINDATA" /> 96 <include name="IDR_TEST_CUSTOM_BINDINGS_JS" file="extensions\test_custom _bindings.js" type="BINDATA" />
93 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="extensions\tts_custom_b indings.js" type="BINDATA" /> 97 <include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="extensions\tts_custom_b indings.js" type="BINDATA" />
(...skipping 12 matching lines...) Expand all
106 <include name="IDR_WEB_VIEW_REQUEST_CUSTOM_BINDINGS_JS" file="extensions \webview_request_custom_bindings.js" type="BINDATA" /> 110 <include name="IDR_WEB_VIEW_REQUEST_CUSTOM_BINDINGS_JS" file="extensions \webview_request_custom_bindings.js" type="BINDATA" />
107 111
108 <!-- Platform app support. --> 112 <!-- Platform app support. -->
109 <include name="IDR_PLATFORM_APP_CSS" file="extensions\platform_app.css" type="BINDATA" /> 113 <include name="IDR_PLATFORM_APP_CSS" file="extensions\platform_app.css" type="BINDATA" />
110 <include name="IDR_PLATFORM_APP_JS" file="extensions\platform_app.js" ty pe="BINDATA" /> 114 <include name="IDR_PLATFORM_APP_JS" file="extensions\platform_app.js" ty pe="BINDATA" />
111 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t itlebar.js" type="BINDATA" /> 115 <include name="IDR_INJECT_APP_TITLEBAR_JS" file="extensions\inject_app_t itlebar.js" type="BINDATA" />
112 </if> 116 </if>
113 </includes> 117 </includes>
114 </release> 118 </release>
115 </grit> 119 </grit>
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698