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

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

Issue 1768183003: DevTools: Support line markers in UISourceCode and Code Mirror (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrap setGutterMarker's in an operation. Created 4 years, 9 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'front_end/components/customPreviewSection.css', 86 'front_end/components/customPreviewSection.css',
87 'front_end/components/domUtils.css', 87 'front_end/components/domUtils.css',
88 'front_end/components/networkConditionsSettingsTab.css', 88 'front_end/components/networkConditionsSettingsTab.css',
89 'front_end/components/objectPropertiesSection.css', 89 'front_end/components/objectPropertiesSection.css',
90 'front_end/components/objectValue.css', 90 'front_end/components/objectValue.css',
91 'front_end/components/CustomPreviewSection.js', 91 'front_end/components/CustomPreviewSection.js',
92 'front_end/components/DataSaverInfobar.js', 92 'front_end/components/DataSaverInfobar.js',
93 'front_end/components/DockController.js', 93 'front_end/components/DockController.js',
94 'front_end/components/DOMBreakpointsSidebarPane.js', 94 'front_end/components/DOMBreakpointsSidebarPane.js',
95 'front_end/components/DOMPresentationUtils.js', 95 'front_end/components/DOMPresentationUtils.js',
96 'front_end/components/EditorLineMarkerDecorator.js',
96 'front_end/components/ExecutionContextSelector.js', 97 'front_end/components/ExecutionContextSelector.js',
97 'front_end/components/ExecutionContextModel.js', 98 'front_end/components/ExecutionContextModel.js',
98 'front_end/components/HandlerRegistry.js', 99 'front_end/components/HandlerRegistry.js',
99 'front_end/components/BreakpointsSidebarPaneBase.js', 100 'front_end/components/BreakpointsSidebarPaneBase.js',
100 'front_end/components/Linkifier.js', 101 'front_end/components/Linkifier.js',
101 'front_end/components/NetworkConditionsSelector.js', 102 'front_end/components/NetworkConditionsSelector.js',
102 'front_end/components/ObjectPopoverHelper.js', 103 'front_end/components/ObjectPopoverHelper.js',
103 'front_end/components/ObjectPropertiesSection.js', 104 'front_end/components/ObjectPropertiesSection.js',
104 'front_end/components/RemoteObjectPreviewFormatter.js', 105 'front_end/components/RemoteObjectPreviewFormatter.js',
105 'front_end/components/ShortcutsScreen.js', 106 'front_end/components/ShortcutsScreen.js',
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 'front_end/Images/toolbarItemSelected.png', 858 'front_end/Images/toolbarItemSelected.png',
858 'front_end/Images/touchCursor.png', 859 'front_end/Images/touchCursor.png',
859 'front_end/Images/touchCursor_2x.png', 860 'front_end/Images/touchCursor_2x.png',
860 'front_end/Images/updateServiceWorker.svg', 861 'front_end/Images/updateServiceWorker.svg',
861 ], 862 ],
862 'devtools_extension_api_files': [ 863 'devtools_extension_api_files': [
863 'front_end/extensions/ExtensionAPI.js', 864 'front_end/extensions/ExtensionAPI.js',
864 ], 865 ],
865 }, 866 },
866 } 867 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698