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

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

Issue 2204713006: Add chrome://usb-internals page for adding and removing test devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use typemaped types in the TestDeviceInfo struct. Created 4 years, 4 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/resources/usb_internals/usb_internals.css » ('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/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>
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\m ost_visited_thumbnail.css" type="BINDATA" /> 292 <include name="IDR_MOST_VISITED_THUMBNAIL_CSS" file="resources\local_ntp\m ost_visited_thumbnail.css" type="BINDATA" />
293 <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\mo st_visited_thumbnail.js" type="BINDATA" /> 293 <include name="IDR_MOST_VISITED_THUMBNAIL_JS" file="resources\local_ntp\mo st_visited_thumbnail.js" type="BINDATA" />
294 <include name="IDR_MOST_VISITED_SINGLE_HTML" file="resources\local_ntp\mos t_visited_single.html" type="BINDATA" /> 294 <include name="IDR_MOST_VISITED_SINGLE_HTML" file="resources\local_ntp\mos t_visited_single.html" type="BINDATA" />
295 <include name="IDR_MOST_VISITED_SINGLE_CSS" file="resources\local_ntp\most _visited_single.css" type="BINDATA" /> 295 <include name="IDR_MOST_VISITED_SINGLE_CSS" file="resources\local_ntp\most _visited_single.css" type="BINDATA" />
296 <include name="IDR_MOST_VISITED_SINGLE_JS" file="resources\local_ntp\most_ visited_single.js" type="BINDATA" /> 296 <include name="IDR_MOST_VISITED_SINGLE_JS" file="resources\local_ntp\most_ visited_single.js" type="BINDATA" />
297 <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_vi sited_util.js" type="BINDATA" flattenhtml="true" /> 297 <include name="IDR_MOST_VISITED_UTIL_JS" file="resources\local_ntp\most_vi sited_util.js" type="BINDATA" flattenhtml="true" />
298 <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" /> 298 <include name="IDR_OMNIBOX_HTML" file="resources\omnibox\omnibox.html" fla ttenhtml="true" allowexternalscript="true" type="BINDATA" />
299 <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type= "BINDATA" /> 299 <include name="IDR_OMNIBOX_CSS" file="resources\omnibox\omnibox.css" type= "BINDATA" />
300 <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B INDATA" /> 300 <include name="IDR_OMNIBOX_JS" file="resources\omnibox\omnibox.js" type="B INDATA" />
301 <include name="IDR_OMNIBOX_MOJO_JS" file="${root_gen_dir}\chrome\browser\u i\webui\omnibox\omnibox.mojom.js" use_base_dir="false" type="BINDATA"/> 301 <include name="IDR_OMNIBOX_MOJO_JS" file="${root_gen_dir}\chrome\browser\u i\webui\omnibox\omnibox.mojom.js" use_base_dir="false" type="BINDATA"/>
302 <include name="IDR_ORIGIN_MOJO_JS" file="${root_gen_dir}\url\mojo\origin.m ojom.js" use_base_dir="false" type="BINDATA"/>
302 <if expr="enable_plugins"> 303 <if expr="enable_plugins">
303 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" /> 304 <include name="IDR_PLUGINS_HTML" file="resources\plugins.html" flattenht ml="true" allowexternalscript="true" type="BINDATA" />
304 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA " /> 305 <include name="IDR_PLUGINS_JS" file="resources\plugins.js" type="BINDATA " />
305 <include name="IDR_PLUGINS_MOJO_JS" file="${root_gen_dir}\chrome\browser \ui\webui\plugins\plugins.mojom.js" use_base_dir="false" type="BINDATA"/> 306 <include name="IDR_PLUGINS_MOJO_JS" file="${root_gen_dir}\chrome\browser \ui\webui\plugins\plugins.mojom.js" use_base_dir="false" type="BINDATA"/>
306 </if> 307 </if>
307 <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flatt enhtml="true" allowexternalscript="true" type="BINDATA" /> 308 <include name="IDR_COMPONENTS_HTML" file="resources\components.html" flatt enhtml="true" allowexternalscript="true" type="BINDATA" />
308 <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BIN DATA" /> 309 <include name="IDR_COMPONENTS_JS" file="resources\components.js" type="BIN DATA" />
309 <if expr="enable_plugins"> 310 <if expr="enable_plugins">
310 <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type ="BINDATA" /> 311 <include name="IDR_PDF_MANIFEST" file="resources\pdf\manifest.json" type ="BINDATA" />
311 </if> 312 </if>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\b rowser\ui\webui\engagement\site_engagement.mojom.js" use_base_dir="false" type=" BINDATA"/> 365 <include name="IDR_SITE_ENGAGEMENT_MOJO_JS" file="${root_gen_dir}\chrome\b rowser\ui\webui\engagement\site_engagement.mojom.js" use_base_dir="false" type=" BINDATA"/>
365 <include name="IDR_URL_MOJO_JS" file="${root_gen_dir}\url\mojo\url.mojom.j s" use_base_dir="false" type="BINDATA"/> 366 <include name="IDR_URL_MOJO_JS" file="${root_gen_dir}\url\mojo\url.mojom.j s" use_base_dir="false" type="BINDATA"/>
366 <include name="IDR_SYNC_CONFIRMATION_CSS" file="resources\sync_confirmatio n\sync_confirmation.css" type="BINDATA" /> 367 <include name="IDR_SYNC_CONFIRMATION_CSS" file="resources\sync_confirmatio n\sync_confirmation.css" type="BINDATA" />
367 <include name="IDR_SYNC_CONFIRMATION_HTML" file="resources\sync_confirmati on\sync_confirmation.html" flattenhtml="true" allowexternalscript="true" type="B INDATA" /> 368 <include name="IDR_SYNC_CONFIRMATION_HTML" file="resources\sync_confirmati on\sync_confirmation.html" flattenhtml="true" allowexternalscript="true" type="B INDATA" />
368 <include name="IDR_SYNC_CONFIRMATION_JS" file="resources\sync_confirmation \sync_confirmation.js" type="BINDATA" /> 369 <include name="IDR_SYNC_CONFIRMATION_JS" file="resources\sync_confirmation \sync_confirmation.js" type="BINDATA" />
369 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" /> 370 <include name="IDR_UBER_HTML" file="resources\uber\uber.html" flattenhtml= "true" type="BINDATA" />
370 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / > 371 <include name="IDR_UBER_JS" file="resources\uber\uber.js" type="BINDATA" / >
371 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" /> 372 <include name="IDR_UBER_FRAME_HTML" file="resources\uber\uber_frame.html" flattenhtml="true" type="BINDATA" />
372 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" /> 373 <include name="IDR_UBER_FRAME_JS" file="resources\uber\uber_frame.js" flat tenhtml="true" type="BINDATA" />
373 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" /> 374 <include name="IDR_UBER_UTILS_JS" file="resources\uber\uber_utils.js" type ="BINDATA" />
375 <include name="IDR_USB_INTERNALS_CSS" file="resources\usb_internals\usb_in ternals.css" type="BINDATA" />
376 <include name="IDR_USB_INTERNALS_HTML" file="resources\usb_internals\usb_i nternals.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
377 <include name="IDR_USB_INTERNALS_JS" file="resources\usb_internals\usb_int ernals.js" type="BINDATA" />
378 <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"/>
374 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 379 <include name="IDR_USER_ACTIONS_HTML" file="resources\user_actions\user_ac tions.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
375 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" /> 380 <include name="IDR_USER_ACTIONS_CSS" file="resources\user_actions\user_act ions.css" type="BINDATA" />
376 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" /> 381 <include name="IDR_USER_ACTIONS_JS" file="resources\user_actions\user_acti ons.js" type="BINDATA" />
377 <if expr="enable_webrtc"> 382 <if expr="enable_webrtc">
378 <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" /> 383 <include name="IDR_WEBRTC_LOGS_HTML" file="resources\media\webrtc_logs.h tml" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
379 <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" /> 384 <include name="IDR_WEBRTC_LOGS_JS" file="resources\media\webrtc_logs.js" type="BINDATA" />
380 </if> 385 </if>
381 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" /> 386 <include name="IDR_WEBSTORE_MANIFEST" file="resources\webstore_app\manifes t.json" type="BINDATA" />
382 <include name="IDR_CRYPTOTOKEN_MANIFEST" file="resources\cryptotoken\manif est.json" type="BINDATA" /> 387 <include name="IDR_CRYPTOTOKEN_MANIFEST" file="resources\cryptotoken\manif est.json" type="BINDATA" />
383 <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\gaia_auth\manifest. json" type="BINDATA" /> 388 <include name="IDR_GAIA_AUTH_MANIFEST" file="resources\gaia_auth\manifest. json" type="BINDATA" />
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 <include name="IDR_CAST_FAVICON" file="resources\cast\cast_favicon.ico" type="BINDATA" /> 556 <include name="IDR_CAST_FAVICON" file="resources\cast\cast_favicon.ico" type="BINDATA" />
552 </if> 557 </if>
553 <if expr="not is_android and not is_ios"> 558 <if expr="not is_android and not is_ios">
554 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" /> 559 <include name="IDR_IME_WINDOW_CLOSE" file="resources\input_ime\ime_windo w_close.png" type="BINDATA" />
555 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" /> 560 <include name="IDR_IME_WINDOW_CLOSE_C" file="resources\input_ime\ime_win dow_close_click.png" type="BINDATA" />
556 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" /> 561 <include name="IDR_IME_WINDOW_CLOSE_H" file="resources\input_ime\ime_win dow_close_hover.png" type="BINDATA" />
557 </if> 562 </if>
558 </includes> 563 </includes>
559 </release> 564 </release>
560 </grit> 565 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/resources/usb_internals/usb_internals.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698