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

Side by Side Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 1688113002: Devtools: Add device frames to device mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 'front_end/elements/PropertiesWidget.js', 439 'front_end/elements/PropertiesWidget.js',
440 'front_end/elements/PropertyChangeHighlighter.js', 440 'front_end/elements/PropertyChangeHighlighter.js',
441 'front_end/elements/Spectrum.js', 441 'front_end/elements/Spectrum.js',
442 'front_end/elements/StylesPopoverHelper.js', 442 'front_end/elements/StylesPopoverHelper.js',
443 'front_end/elements/StylesSidebarPane.js', 443 'front_end/elements/StylesSidebarPane.js',
444 'front_end/elements/ComputedStyleWidget.js', 444 'front_end/elements/ComputedStyleWidget.js',
445 ], 445 ],
446 'devtools_emulated_devices_js_files': [ 446 'devtools_emulated_devices_js_files': [
447 ], 447 ],
448 'devtools_emulated_devices_images': [ 448 'devtools_emulated_devices_images': [
449 'front_end/emulated_devices/art-google-nexus-5x-vertical.png',
450 'front_end/emulated_devices/art-google-nexus-6p-vertical.png',
451 'front_end/emulated_devices/art-iphone-5s-silver-vertical.png',
452 'front_end/emulated_devices/art-iphone-6s-silver-vertical.png',
453 'front_end/emulated_devices/art-iphone-6s-plus-silver-vertical.png',
449 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ', 454 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ',
450 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ', 455 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ',
451 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.pn g', 456 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.pn g',
452 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.pn g', 457 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.pn g',
453 'front_end/emulated_devices/google-nexus-5-horizontal-navigation-1x. png', 458 'front_end/emulated_devices/google-nexus-5-horizontal-navigation-1x. png',
454 'front_end/emulated_devices/google-nexus-5-horizontal-navigation-2x. png', 459 'front_end/emulated_devices/google-nexus-5-horizontal-navigation-2x. png',
455 'front_end/emulated_devices/google-nexus-5-vertical-default-1x.png', 460 'front_end/emulated_devices/google-nexus-5-vertical-default-1x.png',
456 'front_end/emulated_devices/google-nexus-5-vertical-default-2x.png', 461 'front_end/emulated_devices/google-nexus-5-vertical-default-2x.png',
457 'front_end/emulated_devices/google-nexus-5-vertical-keyboard-1x.png' , 462 'front_end/emulated_devices/google-nexus-5-vertical-keyboard-1x.png' ,
458 'front_end/emulated_devices/google-nexus-5-vertical-keyboard-2x.png' , 463 'front_end/emulated_devices/google-nexus-5-vertical-keyboard-2x.png' ,
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'front_end/Images/toolbarItemSelected.png', 849 'front_end/Images/toolbarItemSelected.png',
845 'front_end/Images/touchCursor.png', 850 'front_end/Images/touchCursor.png',
846 'front_end/Images/touchCursor_2x.png', 851 'front_end/Images/touchCursor_2x.png',
847 'front_end/Images/updateServiceWorker.svg', 852 'front_end/Images/updateServiceWorker.svg',
848 ], 853 ],
849 'devtools_extension_api_files': [ 854 'devtools_extension_api_files': [
850 'front_end/extensions/ExtensionAPI.js', 855 'front_end/extensions/ExtensionAPI.js',
851 ], 856 ],
852 }, 857 },
853 } 858 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/emulated_devices/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698