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

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

Issue 1310433002: Devtools: [LayoutEditor] highlight changed value in the SSP (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address comments Created 5 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
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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'front_end/elements/ElementsSidebarPane.js', 406 'front_end/elements/ElementsSidebarPane.js',
407 'front_end/elements/ElementsSidebarView.js', 407 'front_end/elements/ElementsSidebarView.js',
408 'front_end/elements/ElementsTreeElement.js', 408 'front_end/elements/ElementsTreeElement.js',
409 'front_end/elements/ElementsTreeOutline.js', 409 'front_end/elements/ElementsTreeOutline.js',
410 'front_end/elements/ElementStatePaneWidget.js', 410 'front_end/elements/ElementStatePaneWidget.js',
411 'front_end/elements/SharedSidebarModel.js', 411 'front_end/elements/SharedSidebarModel.js',
412 'front_end/elements/EventListenersWidget.js', 412 'front_end/elements/EventListenersWidget.js',
413 'front_end/elements/MetricsSidebarPane.js', 413 'front_end/elements/MetricsSidebarPane.js',
414 'front_end/elements/PlatformFontsWidget.js', 414 'front_end/elements/PlatformFontsWidget.js',
415 'front_end/elements/PropertiesWidget.js', 415 'front_end/elements/PropertiesWidget.js',
416 'front_end/elements/PropertyChangeHighlighter.js',
416 'front_end/elements/Spectrum.js', 417 'front_end/elements/Spectrum.js',
417 'front_end/elements/StylesPopoverHelper.js', 418 'front_end/elements/StylesPopoverHelper.js',
418 'front_end/elements/StylesSectionModel.js', 419 'front_end/elements/StylesSectionModel.js',
419 'front_end/elements/StylesSidebarPane.js', 420 'front_end/elements/StylesSidebarPane.js',
420 'front_end/elements/ComputedStyleWidget.js', 421 'front_end/elements/ComputedStyleWidget.js',
421 ], 422 ],
422 'devtools_emulated_devices_js_files': [ 423 'devtools_emulated_devices_js_files': [
423 ], 424 ],
424 'devtools_emulated_devices_images': [ 425 'devtools_emulated_devices_images': [
425 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ', 426 'front_end/emulated_devices/google-nexus-5-horizontal-default-1x.png ',
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'front_end/Images/toolbarItemSelected.png', 793 'front_end/Images/toolbarItemSelected.png',
793 'front_end/Images/touchCursor.png', 794 'front_end/Images/touchCursor.png',
794 'front_end/Images/touchCursor_2x.png', 795 'front_end/Images/touchCursor_2x.png',
795 'front_end/Images/updateServiceWorker.svg', 796 'front_end/Images/updateServiceWorker.svg',
796 ], 797 ],
797 'devtools_extension_api_files': [ 798 'devtools_extension_api_files': [
798 'front_end/extensions/ExtensionAPI.js', 799 'front_end/extensions/ExtensionAPI.js',
799 ], 800 ],
800 }, 801 },
801 } 802 }
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorStyleSheet.cpp ('k') | Source/devtools/front_end/elements/PropertyChangeHighlighter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698