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

Side by Side Diff: chrome/browser/resources/settings/settings_resources.grd

Issue 2097793004: MD Settings: Display: Implement dragging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_547080_display_settings7
Patch Set: Feedback Created 4 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
« no previous file with comments | « chrome/browser/resources/settings/device_page/drag_behavior.js ('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 <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/settings_resources.h" type="rc_header"> 4 <output filename="grit/settings_resources.h" type="rc_header">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/settings_resources_map.cc" 7 <output filename="grit/settings_resources_map.cc"
8 type="resource_file_map_source" /> 8 type="resource_file_map_source" />
9 <output filename="grit/settings_resources_map.h" 9 <output filename="grit/settings_resources_map.h"
10 type="resource_map_header" /> 10 type="resource_map_header" />
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 type="chrome_html" /> 365 type="chrome_html" />
366 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS" 366 <structure name="IDR_SETTINGS_DEVICE_PAGE_JS"
367 file="device_page/device_page.js" 367 file="device_page/device_page.js"
368 type="chrome_html" /> 368 type="chrome_html" />
369 <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_HTML" 369 <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_HTML"
370 file="device_page/touchpad.html" 370 file="device_page/touchpad.html"
371 type="chrome_html" /> 371 type="chrome_html" />
372 <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_JS" 372 <structure name="IDR_SETTINGS_DEVICE_TOUCHPAD_JS"
373 file="device_page/touchpad.js" 373 file="device_page/touchpad.js"
374 type="chrome_html" /> 374 type="chrome_html" />
375 <structure name="IDR_SETTINGS_DEVICE_DRAG_BEHAVIOR_HTML"
376 file="device_page/drag_behavior.html"
377 type="chrome_html" />
378 <structure name="IDR_SETTINGS_DEVICE_DRAG_BEHAVIOR_JS"
379 file="device_page/drag_behavior.js"
380 type="chrome_html" />
375 </if> 381 </if>
376 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML" 382 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_HTML"
377 file="direction_delegate.html" 383 file="direction_delegate.html"
378 type="chrome_html" /> 384 type="chrome_html" />
379 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS" 385 <structure name="IDR_SETTINGS_DIRECTION_DELEGATE_JS"
380 file="direction_delegate.js" 386 file="direction_delegate.js"
381 type="chrome_html" /> 387 type="chrome_html" />
382 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML" 388 <structure name="IDR_SETTINGS_DOWNLOADS_PAGE_HTML"
383 file="downloads_page/downloads_page.html" 389 file="downloads_page/downloads_page.html"
384 type="chrome_html" 390 type="chrome_html"
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 type="chrome_html" /> 930 type="chrome_html" />
925 <structure name="IDR_SETTINGS_USERS_PAGE_HTML" 931 <structure name="IDR_SETTINGS_USERS_PAGE_HTML"
926 file="people_page/users_page.html" 932 file="people_page/users_page.html"
927 type="chrome_html" 933 type="chrome_html"
928 flattenhtml="true" 934 flattenhtml="true"
929 allowexternalscript="true" /> 935 allowexternalscript="true" />
930 </if> 936 </if>
931 </structures> 937 </structures>
932 </release> 938 </release>
933 </grit> 939 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/device_page/drag_behavior.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698