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

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

Issue 1430123003: DevTools: kill WebInspector.SectionCascade class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-rule-out-of-cascade
Patch Set: Created 5 years, 1 month 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 # 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'front_end/elements/ElementStatePaneWidget.js', 426 'front_end/elements/ElementStatePaneWidget.js',
427 'front_end/elements/SharedSidebarModel.js', 427 'front_end/elements/SharedSidebarModel.js',
428 'front_end/elements/EventListenersWidget.js', 428 'front_end/elements/EventListenersWidget.js',
429 'front_end/elements/InspectElementModeController.js', 429 'front_end/elements/InspectElementModeController.js',
430 'front_end/elements/MetricsSidebarPane.js', 430 'front_end/elements/MetricsSidebarPane.js',
431 'front_end/elements/PlatformFontsWidget.js', 431 'front_end/elements/PlatformFontsWidget.js',
432 'front_end/elements/PropertiesWidget.js', 432 'front_end/elements/PropertiesWidget.js',
433 'front_end/elements/PropertyChangeHighlighter.js', 433 'front_end/elements/PropertyChangeHighlighter.js',
434 'front_end/elements/Spectrum.js', 434 'front_end/elements/Spectrum.js',
435 'front_end/elements/StylesPopoverHelper.js', 435 'front_end/elements/StylesPopoverHelper.js',
436 'front_end/elements/StylesSectionModel.js',
437 'front_end/elements/StylesSidebarPane.js', 436 'front_end/elements/StylesSidebarPane.js',
438 'front_end/elements/ComputedStyleWidget.js', 437 'front_end/elements/ComputedStyleWidget.js',
439 ], 438 ],
440 'devtools_emulated_devices_js_files': [ 439 'devtools_emulated_devices_js_files': [
441 ], 440 ],
442 'devtools_emulated_devices_images': [ 441 'devtools_emulated_devices_images': [
443 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ', 442 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ',
444 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ', 443 'front_end/emulated_devices/google-nexus-5-horizontal-default-2x.png ',
445 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.pn g', 444 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-1x.pn g',
446 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.pn g', 445 'front_end/emulated_devices/google-nexus-5-horizontal-keyboard-2x.pn g',
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'front_end/Images/toolbarItemSelected.png', 818 'front_end/Images/toolbarItemSelected.png',
820 'front_end/Images/touchCursor.png', 819 'front_end/Images/touchCursor.png',
821 'front_end/Images/touchCursor_2x.png', 820 'front_end/Images/touchCursor_2x.png',
822 'front_end/Images/updateServiceWorker.svg', 821 'front_end/Images/updateServiceWorker.svg',
823 ], 822 ],
824 'devtools_extension_api_files': [ 823 'devtools_extension_api_files': [
825 'front_end/extensions/ExtensionAPI.js', 824 'front_end/extensions/ExtensionAPI.js',
826 ], 825 ],
827 }, 826 },
828 } 827 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698