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

Side by Side Diff: chrome/browser/browser_resources.grd

Issue 10652003: chromeos: Make Chrome app a real app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no context menu for chrome app Created 8 years, 6 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 <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/browser_resources.h" type="rc_header"> 4 <output filename="grit/browser_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="browser_resources.pak" type="data_package" /> 7 <output filename="browser_resources.pak" type="data_package" />
8 <output filename="browser_resources.rc" type="rc_all" /> 8 <output filename="browser_resources.rc" type="rc_all" />
9 </outputs> 9 </outputs>
10 <release seq="1"> 10 <release seq="1">
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 <include name="IDR_FEEDBACK_HTML" file="resources\feedback.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" /> 136 <include name="IDR_FEEDBACK_HTML" file="resources\feedback.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
137 <include name="IDR_FEEDBACK_HTML_INVALID" file="resources\feedback_invalid .html" allowexternalscript="true" flattenhtml="true" type="BINDATA" /> 137 <include name="IDR_FEEDBACK_HTML_INVALID" file="resources\feedback_invalid .html" allowexternalscript="true" flattenhtml="true" type="BINDATA" />
138 <include name="IDR_FEEDBACK_JS" file="resources\feedback.js" flattenhtml=" true" type="BINDATA" /> 138 <include name="IDR_FEEDBACK_JS" file="resources\feedback.js" flattenhtml=" true" type="BINDATA" />
139 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 139 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" />
140 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 140 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / >
141 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> 141 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" />
142 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" /> 142 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" />
143 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" /> 143 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" />
144 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" /> 144 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" />
145 <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterpris e_webstore_app\manifest.json" type="BINDATA" /> 145 <include name="IDR_ENTERPRISE_WEBSTORE_MANIFEST" file="resources\enterpris e_webstore_app\manifest.json" type="BINDATA" />
146 <if expr="pp_ifdef('use_aura')"> 146 <if expr="pp_ifdef('use_ash')">
147 <include name="IDR_TASK_MANAGER_HTML" file="resources\task_manager\main. html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 147 <include name="IDR_TASK_MANAGER_HTML" file="resources\task_manager\main. html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
148 <include name="IDR_TASK_MANAGER_COMMANDS_JS" file="resources\task_manage r\commands.js" type="BINDATA" /> 148 <include name="IDR_TASK_MANAGER_COMMANDS_JS" file="resources\task_manage r\commands.js" type="BINDATA" />
149 <!-- The following defines.js uses flattenhtml feature to remove the pla tform-dependent code at complie-time. --> 149 <!-- The following defines.js uses flattenhtml feature to remove the pla tform-dependent code at complie-time. -->
150 <include name="IDR_TASK_MANAGER_DEFINES_JS" file="resources\task_manager \defines.js" flattenhtml="true" type="BINDATA" /> 150 <include name="IDR_TASK_MANAGER_DEFINES_JS" file="resources\task_manager \defines.js" flattenhtml="true" type="BINDATA" />
151 <include name="IDR_TASK_MANAGER_INCLUDES_JS" file="resources\task_manage r\includes.js" type="BINDATA" /> 151 <include name="IDR_TASK_MANAGER_INCLUDES_JS" file="resources\task_manage r\includes.js" type="BINDATA" />
152 <include name="IDR_TASK_MANAGER_PRELOAD_JS" file="resources\task_manager \preload.js" type="BINDATA" /> 152 <include name="IDR_TASK_MANAGER_PRELOAD_JS" file="resources\task_manager \preload.js" type="BINDATA" />
153 <!-- The following main.js uses flattenhtml feature to remove the platfo rm-dependent code at complie-time. --> 153 <!-- The following main.js uses flattenhtml feature to remove the platfo rm-dependent code at complie-time. -->
154 <include name="IDR_TASK_MANAGER_JS" file="resources\task_manager\main.js " flattenhtml="true" type="BINDATA" /> 154 <include name="IDR_TASK_MANAGER_JS" file="resources\task_manager\main.js " flattenhtml="true" type="BINDATA" />
155 <include name="IDR_TASK_MANAGER_MEASURE_TIME_JS" file="resources\task_ma nager\measure_time.js" type="BINDATA" /> 155 <include name="IDR_TASK_MANAGER_MEASURE_TIME_JS" file="resources\task_ma nager\measure_time.js" type="BINDATA" />
156 <include name="IDR_TASK_MANAGER_MEASURE_TIME_END_JS" file="resources\tas k_manager\measure_time_end.js" type="BINDATA" /> 156 <include name="IDR_TASK_MANAGER_MEASURE_TIME_END_JS" file="resources\tas k_manager\measure_time_end.js" type="BINDATA" />
157 <include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manif est.json" type="BINDATA" />
157 </if> 158 </if>
158 <if expr="not pp_ifdef('chromeos')"> 159 <if expr="not pp_ifdef('chromeos')">
159 <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo. js" flattenhtml="true" type="BINDATA" /> 160 <include name="IDR_SYNC_PROMO_JS" file="resources\sync_promo\sync_promo. js" flattenhtml="true" type="BINDATA" />
160 <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_prom o.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 161 <include name="IDR_SYNC_PROMO_HTML" file="resources\sync_promo\sync_prom o.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
161 </if> 162 </if>
162 <if expr="pp_ifdef('chromeos')"> 163 <if expr="pp_ifdef('chromeos')">
163 <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.ht ml" flattenhtml="true" type="BINDATA" /> 164 <include name="IDR_ABOUT_SYS_HTML" file="resources\chromeos\about_sys.ht ml" flattenhtml="true" type="BINDATA" />
164 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" /> 165 <include name="IDR_CHOOSE_MOBILE_NETWORK_HTML" file="resources\chromeos\ choose_mobile_network.html" flattenhtml="true" allowexternalscript="true" type=" BINDATA" />
165 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" /> 166 <include name="IDR_CHOOSE_MOBILE_NETWORK_JS" file="resources\chromeos\ch oose_mobile_network.js" type="BINDATA" />
166 <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\cros h_builtin\manifest.json" type="BINDATA" /> 167 <include name="IDR_CROSH_BUILTIN_MANIFEST" file="resources\chromeos\cros h_builtin\manifest.json" type="BINDATA" />
(...skipping 24 matching lines...) Expand all
191 <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock. html" flattenhtml="true" type="BINDATA" /> 192 <include name="IDR_SIM_UNLOCK_HTML" file="resources\chromeos\sim_unlock. html" flattenhtml="true" type="BINDATA" />
192 <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu .css" flattenhtml="true" type="BINDATA" /> 193 <include name="IDR_WRENCH_MENU_CSS" file="resources\chromeos\wrench_menu .css" flattenhtml="true" type="BINDATA" />
193 <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu. js" flattenhtml="true" type="BINDATA" /> 194 <include name="IDR_WRENCH_MENU_JS" file="resources\chromeos\wrench_menu. js" flattenhtml="true" type="BINDATA" />
194 </if> 195 </if>
195 <if expr="pp_ifdef('file_manager_extension')"> 196 <if expr="pp_ifdef('file_manager_extension')">
196 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\ma nifest.json" type="BINDATA" /> 197 <include name="IDR_FILEMANAGER_MANIFEST" file="resources\file_manager\ma nifest.json" type="BINDATA" />
197 </if> 198 </if>
198 <if expr="pp_ifdef('chromeos')"> 199 <if expr="pp_ifdef('chromeos')">
199 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w allpaper_manager\manifest.json" type="BINDATA" /> 200 <include name="IDR_WALLPAPERMANAGER_MANIFEST" file="resources\chromeos\w allpaper_manager\manifest.json" type="BINDATA" />
200 </if> 201 </if>
201 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_aura') "> 202 <if expr="(is_linux and pp_ifdef('toolkit_views')) or pp_ifdef('use_ash')" >
202 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt enhtml="true" type="BINDATA" /> 203 <include name="IDR_HTTP_AUTH_HTML" file="resources\http_auth.html" flatt enhtml="true" type="BINDATA" />
203 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" /> 204 <include name="IDR_TAB_MODAL_CONFIRM_DIALOG_HTML" file="resources\tab_mo dal_confirm_dialog.html" flattenhtml="true" type="BINDATA" />
204 </if> 205 </if>
205 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')"> 206 <if expr="pp_ifdef('chromeos') and pp_ifdef('_google_chrome')">
206 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" /> 207 <include name="IDR_HELP_MANIFEST" file="resources\help_app\manifest.json " type="BINDATA" />
207 </if> 208 </if>
208 <if expr="pp_ifdef('use_aura')"> 209 <if expr="pp_ifdef('use_ash')">
209 <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.cs s" type="BINDATA" /> 210 <include name="IDR_GESTURE_CONFIG_CSS" file="resources\gesture_config.cs s" type="BINDATA" />
210 <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.h tml" type="BINDATA" /> 211 <include name="IDR_GESTURE_CONFIG_HTML" file="resources\gesture_config.h tml" type="BINDATA" />
211 <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" /> 212 <include name="IDR_GESTURE_CONFIG_JS" file="resources\gesture_config.js" type="BINDATA" />
212 </if> 213 </if>
213 </includes> 214 </includes>
214 </release> 215 </release>
215 </grit> 216 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/component_loader.h » ('j') | chrome/browser/extensions/component_loader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698