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

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

Issue 1144953005: [DevTools] Extracted EventListenersTreeOutline (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'front_end/components/ExecutionContextSelector.js', 109 'front_end/components/ExecutionContextSelector.js',
110 'front_end/components/ExecutionContextModel.js', 110 'front_end/components/ExecutionContextModel.js',
111 'front_end/components/HandlerRegistry.js', 111 'front_end/components/HandlerRegistry.js',
112 'front_end/components/InspectElementModeController.js', 112 'front_end/components/InspectElementModeController.js',
113 'front_end/components/InspectorView.js', 113 'front_end/components/InspectorView.js',
114 'front_end/components/BreakpointsSidebarPaneBase.js', 114 'front_end/components/BreakpointsSidebarPaneBase.js',
115 'front_end/components/ObjectPopoverHelper.js', 115 'front_end/components/ObjectPopoverHelper.js',
116 'front_end/components/ObjectPropertiesSection.js', 116 'front_end/components/ObjectPropertiesSection.js',
117 'front_end/components/RemoteObjectPreviewFormatter.js', 117 'front_end/components/RemoteObjectPreviewFormatter.js',
118 'front_end/components/ShortcutsScreen.js', 118 'front_end/components/ShortcutsScreen.js',
119 'front_end/components/EventListenersView.js',
119 ], 120 ],
120 'devtools_host_js_files': [ 121 'devtools_host_js_files': [
121 'front_end/host/InspectorFrontendHost.js', 122 'front_end/host/InspectorFrontendHost.js',
122 'front_end/host/Platform.js', 123 'front_end/host/Platform.js',
123 'front_end/host/ResourceLoader.js', 124 'front_end/host/ResourceLoader.js',
124 'front_end/host/UserMetrics.js', 125 'front_end/host/UserMetrics.js',
125 ], 126 ],
126 'devtools_screencast_js_files': [ 127 'devtools_screencast_js_files': [
127 'front_end/screencast/screencastView.css', 128 'front_end/screencast/screencastView.css',
128 'front_end/screencast/ScreencastApp.js', 129 'front_end/screencast/ScreencastApp.js',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 'front_end/Images/toolbarItemSelected.png', 748 'front_end/Images/toolbarItemSelected.png',
748 'front_end/Images/touchCursor.png', 749 'front_end/Images/touchCursor.png',
749 'front_end/Images/touchCursor_2x.png', 750 'front_end/Images/touchCursor_2x.png',
750 'front_end/Images/updateServiceWorker.svg', 751 'front_end/Images/updateServiceWorker.svg',
751 ], 752 ],
752 'devtools_extension_api_files': [ 753 'devtools_extension_api_files': [
753 'front_end/extensions/ExtensionAPI.js', 754 'front_end/extensions/ExtensionAPI.js',
754 ], 755 ],
755 }, 756 },
756 } 757 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698