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

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

Issue 2931243002: Unframe chrome://extensions as it's the last (and only) uber item (Closed)
Patch Set: policy_android.css Created 3 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
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/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 </outputs> 8 </outputs>
9 <release seq="1"> 9 <release seq="1">
10 <structures> 10 <structures>
11 <if expr="enable_app_list"> 11 <if expr="enable_app_list">
12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" /> 12 <structure name="IDR_APP_LIST_START_PAGE_CSS" file="resources\app_list\s tart_page.css" flattenhtml="true" type="chrome_html" />
13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" /> 13 <structure name="IDR_APP_LIST_START_PAGE_HTML" file="resources\app_list\ start_page.html" flattenhtml="true" type="chrome_html" />
14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" /> 14 <structure name="IDR_APP_LIST_START_PAGE_JS" file="resources\app_list\st art_page.js" flattenhtml="true" type="chrome_html" />
15 </if> 15 </if>
16 <if expr="enable_extensions"> 16 <if expr="enable_extensions">
17 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" /> 17 <structure name="IDR_EXTENSIONS_HTML" file="resources\extensions\extensi ons.html" flattenhtml="true" type="chrome_html" />
18 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" /> 18 <structure name="IDR_MD_EXTENSIONS_EXTENSIONS_HTML" file="resources\md_e xtensions\extensions.html" flattenhtml="true" allowexternalscript="true" type="c hrome_html" />
19 </if> 19 </if>
20 <if expr="chromeos"> 20 <if expr="chromeos">
21 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/> 21 <structure name="IDR_FIRST_RUN_HTML" file="resources\chromeos\first_run\ first_run.html" flattenhtml="true" type="chrome_html"/>
22 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" /> 22 <structure name="IDR_FIRST_RUN_JS" file="resources\chromeos\first_run\fi rst_run.js" flattenhtml="true" type="chrome_html" />
23 </if>
24 <if expr="not is_android">
25 <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtm l="true" type="chrome_html" /> 23 <structure name="IDR_HELP_CSS" file="resources\help\help.css" flattenhtm l="true" type="chrome_html" />
26 <structure name="IDR_HELP_HTML" file="resources\help\help.html" flattenh tml="true" type="chrome_html" /> 24 <structure name="IDR_HELP_HTML" file="resources\help\help.html" flattenh tml="true" type="chrome_html" />
27 <structure name="IDR_HELP_CONTENT_CSS" file="resources\help\help_content .css" flattenhtml="true" type="chrome_html" /> 25 <structure name="IDR_HELP_CONTENT_CSS" file="resources\help\help_content .css" flattenhtml="true" type="chrome_html" />
28 <structure name="IDR_HELP_CONTENT_HTML" file="resources\help\help_conten t.html" flattenhtml="true" type="chrome_html" /> 26 <structure name="IDR_HELP_CONTENT_HTML" file="resources\help\help_conten t.html" flattenhtml="true" type="chrome_html" />
29 <structure name="IDR_HELP_PAGE_HTML" file="resources\help\help_page.html " flattenhtml="true" type="chrome_html" /> 27 <structure name="IDR_HELP_PAGE_HTML" file="resources\help\help_page.html " flattenhtml="true" type="chrome_html" />
30 <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_CSS" file="resources\help\ channel_change_page.css" flattenhtml="true" type="chrome_html" /> 28 <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_CSS" file="resources\help\ channel_change_page.css" flattenhtml="true" type="chrome_html" />
31 <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_HTML" file="resources\help \channel_change_page.html" flattenhtml="true" type="chrome_html" /> 29 <structure name="IDR_HELP_CHANNEL_CHANGE_PAGE_HTML" file="resources\help \channel_change_page.html" flattenhtml="true" type="chrome_html" />
30 </if>
31 <if expr="not is_android">
32 <structure name="IDR_INCOGNITO_TAB_HTML" file="resources\ntp4\incognito_ tab.html" flattenhtml="true" type="chrome_html" /> 32 <structure name="IDR_INCOGNITO_TAB_HTML" file="resources\ntp4\incognito_ tab.html" flattenhtml="true" type="chrome_html" />
33 <structure name="IDR_MD_INCOGNITO_TAB_HTML" file="resources\ntp4\md_inco gnito_tab.html" flattenhtml="true" type="chrome_html" /> 33 <structure name="IDR_MD_INCOGNITO_TAB_HTML" file="resources\ntp4\md_inco gnito_tab.html" flattenhtml="true" type="chrome_html" />
34 <structure name="IDR_GUEST_TAB_HTML" file="resources\ntp4\guest_tab.html " flattenhtml="true" type="chrome_html" /> 34 <structure name="IDR_GUEST_TAB_HTML" file="resources\ntp4\guest_tab.html " flattenhtml="true" type="chrome_html" />
35 </if> 35 </if>
36 <if expr="chromeos"> 36 <if expr="chromeos">
37 <structure name="IDR_LOCK_HTML" file="resources\chromeos\login\lock.html " flattenhtml="true" type="chrome_html" variables="OOBE=lock" expand_variables=" true"/> 37 <structure name="IDR_LOCK_HTML" file="resources\chromeos\login\lock.html " flattenhtml="true" type="chrome_html" variables="OOBE=lock" expand_variables=" true"/>
38 <structure name="IDR_LOCK_JS" file="resources\chromeos\login\lock.js" fl attenhtml="true" type="chrome_html" variables="OOBE=lock" expand_variables="true " /> 38 <structure name="IDR_LOCK_JS" file="resources\chromeos\login\lock.js" fl attenhtml="true" type="chrome_html" variables="OOBE=lock" expand_variables="true " />
39 <structure name="IDR_MD_LOCK_HTML" file="resources\chromeos\login\md_loc k.html" flattenhtml="true" type="chrome_html" variables="OOBE=md_lock" expand_va riables="true"/> 39 <structure name="IDR_MD_LOCK_HTML" file="resources\chromeos\login\md_loc k.html" flattenhtml="true" type="chrome_html" variables="OOBE=md_lock" expand_va riables="true"/>
40 <structure name="IDR_MD_LOCK_JS" file="resources\chromeos\login\md_lock. js" flattenhtml="true" type="chrome_html" /> 40 <structure name="IDR_MD_LOCK_JS" file="resources\chromeos\login\md_lock. js" flattenhtml="true" type="chrome_html" />
41 <structure name="IDR_LOGIN_HTML" file="resources\chromeos\login\login.ht ml" flattenhtml="true" type="chrome_html" variables="OOBE=login" expand_variable s="true"/> 41 <structure name="IDR_LOGIN_HTML" file="resources\chromeos\login\login.ht ml" flattenhtml="true" type="chrome_html" variables="OOBE=login" expand_variable s="true"/>
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 <include name="IDR_SUPERVISED_USER_INTERNALS_CSS" file="resources\supervis ed_user_internals.css" compress="gzip" type="BINDATA" /> 241 <include name="IDR_SUPERVISED_USER_INTERNALS_CSS" file="resources\supervis ed_user_internals.css" compress="gzip" type="BINDATA" />
242 <include name="IDR_SUPERVISED_USER_INTERNALS_JS" file="resources\supervise d_user_internals.js" compress="gzip" type="BINDATA" /> 242 <include name="IDR_SUPERVISED_USER_INTERNALS_JS" file="resources\supervise d_user_internals.js" compress="gzip" type="BINDATA" />
243 <if expr="enable_hangout_services_extension"> 243 <if expr="enable_hangout_services_extension">
244 <!-- Hangout Services extension, included in Google Chrome builds only. --> 244 <!-- Hangout Services extension, included in Google Chrome builds only. -->
245 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" /> 245 <include name="IDR_HANGOUT_SERVICES_MANIFEST" file="resources\hangout_se rvices\manifest.json" type="BINDATA" />
246 </if> 246 </if>
247 <if expr="enable_hotwording"> 247 <if expr="enable_hotwording">
248 <include name="IDR_HOTWORD_MANIFEST" file="resources\hotword\manifest.js on" type="BINDATA" /> 248 <include name="IDR_HOTWORD_MANIFEST" file="resources\hotword\manifest.js on" type="BINDATA" />
249 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_MANIFEST" file="resources\ hotword_audio_verification\manifest.json" type="BINDATA" /> 249 <include name="IDR_HOTWORD_AUDIO_VERIFICATION_MANIFEST" file="resources\ hotword_audio_verification\manifest.json" type="BINDATA" />
250 </if> 250 </if>
251 <if expr="not is_android"> 251 <if expr="chromeos">
252 <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="t rue" type="BINDATA" /> 252 <include name="IDR_HELP_JS" file="resources\help\help.js" flattenhtml="t rue" type="BINDATA" />
253 <include name="IDR_HELP_PAGE_JS" file="resources\help\help_page.js" flat tenhtml="true" type="BINDATA" /> 253 <include name="IDR_HELP_PAGE_JS" file="resources\help\help_page.js" flat tenhtml="true" type="BINDATA" />
254 <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_ change_page.js" flattenhtml="true" type="BINDATA" /> 254 <include name="IDR_CHANNEL_CHANGE_PAGE_JS" file="resources\help\channel_ change_page.js" flattenhtml="true" type="BINDATA" />
255 </if> 255 </if>
256 256
257 <if expr="not is_android and not is_ios"> 257 <if expr="not is_android and not is_ios">
258 <!-- MD Bookmarks. --> 258 <!-- MD Bookmarks. -->
259 <if expr="use_vulcanize"> 259 <if expr="use_vulcanize">
260 <then> 260 <then>
261 <include name="IDR_MD_BOOKMARKS_VULCANIZED_HTML" file="${root_gen_di r}\chrome\browser\resources\md_bookmarks\vulcanized.html" use_base_dir="false" f lattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" /> 261 <include name="IDR_MD_BOOKMARKS_VULCANIZED_HTML" file="${root_gen_di r}\chrome\browser\resources\md_bookmarks\vulcanized.html" use_base_dir="false" f lattenhtml="true" allowexternalscript="true" type="BINDATA" compress="gzip" />
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 <include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_eng agement.js" flattenhtml="true" type="BINDATA" compress="gzip" /> 454 <include name="IDR_SITE_ENGAGEMENT_JS" file="resources\engagement\site_eng agement.js" flattenhtml="true" type="BINDATA" compress="gzip" />
455 <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\b rowser\engagement\site_engagement_details.mojom.js" use_base_dir="false" type="B INDATA" compress="gzip" /> 455 <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\b rowser\engagement\site_engagement_details.mojom.js" use_base_dir="false" type="B INDATA" compress="gzip" />
456 <include name="IDR_URL_MOJO_JS" file="${root_gen_dir}\url\mojo\url.mojom.j s" use_base_dir="false" type="BINDATA" compress="gzip" /> 456 <include name="IDR_URL_MOJO_JS" file="${root_gen_dir}\url\mojo\url.mojom.j s" use_base_dir="false" type="BINDATA" compress="gzip" />
457 <include name="IDR_SYNC_CONFIRMATION_CSS" file="resources\signin\sync_conf irmation\sync_confirmation.css" type="BINDATA" /> 457 <include name="IDR_SYNC_CONFIRMATION_CSS" file="resources\signin\sync_conf irmation\sync_confirmation.css" type="BINDATA" />
458 <include name="IDR_SYNC_CONFIRMATION_HTML" file="resources\signin\sync_con firmation\sync_confirmation.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 458 <include name="IDR_SYNC_CONFIRMATION_HTML" file="resources\signin\sync_con firmation\sync_confirmation.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
459 <include name="IDR_SYNC_CONFIRMATION_JS" file="resources\signin\sync_confi rmation\sync_confirmation.js" type="BINDATA" /> 459 <include name="IDR_SYNC_CONFIRMATION_JS" file="resources\signin\sync_confi rmation\sync_confirmation.js" type="BINDATA" />
460 <include name="IDR_SIGNIN_EMAIL_CONFIRMATION_HTML" file="resources\signin\ signin_email_confirmation\signin_email_confirmation.html" flattenhtml="true" all owexternalscript="true" type="BINDATA" /> 460 <include name="IDR_SIGNIN_EMAIL_CONFIRMATION_HTML" file="resources\signin\ signin_email_confirmation\signin_email_confirmation.html" flattenhtml="true" all owexternalscript="true" type="BINDATA" />
461 <include name="IDR_SIGNIN_EMAIL_CONFIRMATION_JS" file="resources\signin\si gnin_email_confirmation\signin_email_confirmation.js" type="BINDATA" /> 461 <include name="IDR_SIGNIN_EMAIL_CONFIRMATION_JS" file="resources\signin\si gnin_email_confirmation\signin_email_confirmation.js" type="BINDATA" />
462 <include name="IDR_SIGNIN_ERROR_HTML" file="resources\signin\signin_error\ signin_error.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 462 <include name="IDR_SIGNIN_ERROR_HTML" file="resources\signin\signin_error\ signin_error.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
463 <include name="IDR_SIGNIN_ERROR_JS" file="resources\signin\signin_error\si gnin_error.js" type="BINDATA" /> 463 <include name="IDR_SIGNIN_ERROR_JS" file="resources\signin\signin_error\si gnin_error.js" type="BINDATA" />
464 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 464 <if expr="chromeos">
465 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 465 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtm l="true" type="BINDATA" />
466 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> 466 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" />
467 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" /> 467 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html " flattenhtml="true" type="BINDATA" />
468 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" /> 468 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" fl attenhtml="true" type="BINDATA" />
469 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" ty pe="BINDATA" />
470 </if>
469 <include name="IDR_USB_INTERNALS_CSS" file="resources\usb_internals\usb_in ternals.css" type="BINDATA" compress="gzip" /> 471 <include name="IDR_USB_INTERNALS_CSS" file="resources\usb_internals\usb_in ternals.css" type="BINDATA" compress="gzip" />
470 <include name="IDR_USB_INTERNALS_HTML" file="resources\usb_internals\usb_i nternals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" comp ress="gzip" /> 472 <include name="IDR_USB_INTERNALS_HTML" file="resources\usb_internals\usb_i nternals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" comp ress="gzip" />
471 <include name="IDR_USB_INTERNALS_JS" file="resources\usb_internals\usb_int ernals.js" type="BINDATA" compress="gzip" /> 473 <include name="IDR_USB_INTERNALS_JS" file="resources\usb_internals\usb_int ernals.js" type="BINDATA" compress="gzip" />
472 <include name="IDR_USB_INTERNALS_MOJO_JS" file="${root_gen_dir}\chrome\bro wser\ui\webui\usb_internals\usb_internals.mojom.js" use_base_dir="false" type="B INDATA" compress="gzip" /> 474 <include name="IDR_USB_INTERNALS_MOJO_JS" file="${root_gen_dir}\chrome\bro wser\ui\webui\usb_internals\usb_internals.mojom.js" use_base_dir="false" type="B INDATA" compress="gzip" />
473 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 475 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
474 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" /> 476 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" />
475 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" /> 477 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" />
476 <if expr="enable_webrtc"> 478 <if expr="enable_webrtc">
477 <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 479 <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
478 <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" /> 480 <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" />
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 <if expr="not is_android and not is_ios"> 665 <if expr="not is_android and not is_ios">
664 <include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/ browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir=" false" type="BINDATA" /> 666 <include name="IDR_SSL_ERROR_ASSISTANT_PB" file="${root_gen_dir}/chrome/ browser/resources/ssl/ssl_error_assistant/ssl_error_assistant.pb" use_base_dir=" false" type="BINDATA" />
665 </if> 667 </if>
666 <if expr="is_android or is_linux"> 668 <if expr="is_android or is_linux">
667 <include name="IDR_SANDBOX_INTERNALS_HTML" file="resources\sandbox_inter nals\sandbox_internals.html" flattenhtml="true" allowexternalscript="true" type= "BINDATA" compress="gzip" /> 669 <include name="IDR_SANDBOX_INTERNALS_HTML" file="resources\sandbox_inter nals\sandbox_internals.html" flattenhtml="true" allowexternalscript="true" type= "BINDATA" compress="gzip" />
668 <include name="IDR_SANDBOX_INTERNALS_JS" file="resources\sandbox_interna ls\sandbox_internals.js" type="BINDATA" compress="gzip" /> 670 <include name="IDR_SANDBOX_INTERNALS_JS" file="resources\sandbox_interna ls\sandbox_internals.js" type="BINDATA" compress="gzip" />
669 </if> 671 </if>
670 </includes> 672 </includes>
671 </release> 673 </release>
672 </grit> 674 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698