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

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

Issue 667623002: DevTools: make extension server a part of core, panels' code should depend on it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for review Created 6 years, 2 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 | Annotate | Revision Log
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'front_end/common/utilities.js', 89 'front_end/common/utilities.js',
90 'front_end/common/WebInspector.js', 90 'front_end/common/WebInspector.js',
91 ], 91 ],
92 'devtools_components_js_files': [ 92 'devtools_components_js_files': [
93 'front_end/components/CookiesTable.js', 93 'front_end/components/CookiesTable.js',
94 'front_end/components/DockController.js', 94 'front_end/components/DockController.js',
95 'front_end/components/DOMBreakpointsSidebarPane.js', 95 'front_end/components/DOMBreakpointsSidebarPane.js',
96 'front_end/components/DOMPresentationUtils.js', 96 'front_end/components/DOMPresentationUtils.js',
97 'front_end/components/Drawer.js', 97 'front_end/components/Drawer.js',
98 'front_end/components/ExecutionContextSelector.js', 98 'front_end/components/ExecutionContextSelector.js',
99 'front_end/components/ExtensionServerProxy.js',
100 'front_end/components/FilterBar.js', 99 'front_end/components/FilterBar.js',
101 'front_end/components/FilterSuggestionBuilder.js', 100 'front_end/components/FilterSuggestionBuilder.js',
102 'front_end/components/FlameChart.js', 101 'front_end/components/FlameChart.js',
103 'front_end/components/HandlerRegistry.js', 102 'front_end/components/HandlerRegistry.js',
104 'front_end/components/HelpScreen.js', 103 'front_end/components/HelpScreen.js',
105 'front_end/components/InspectElementModeController.js', 104 'front_end/components/InspectElementModeController.js',
106 'front_end/components/InspectorView.js', 105 'front_end/components/InspectorView.js',
107 'front_end/components/NativeBreakpointsSidebarPane.js', 106 'front_end/components/NativeBreakpointsSidebarPane.js',
108 'front_end/components/ObjectPopoverHelper.js', 107 'front_end/components/ObjectPopoverHelper.js',
109 'front_end/components/ObjectPropertiesSection.js', 108 'front_end/components/ObjectPropertiesSection.js',
(...skipping 24 matching lines...) Expand all
134 'front_end/sdk/CPUProfileDataModel.js', 133 'front_end/sdk/CPUProfileDataModel.js',
135 'front_end/sdk/CPUProfilerModel.js', 134 'front_end/sdk/CPUProfilerModel.js',
136 'front_end/sdk/CSSMetadata.js', 135 'front_end/sdk/CSSMetadata.js',
137 'front_end/sdk/CSSParser.js', 136 'front_end/sdk/CSSParser.js',
138 'front_end/sdk/CSSStyleModel.js', 137 'front_end/sdk/CSSStyleModel.js',
139 'front_end/sdk/Database.js', 138 'front_end/sdk/Database.js',
140 'front_end/sdk/DebuggerModel.js', 139 'front_end/sdk/DebuggerModel.js',
141 'front_end/sdk/DOMModel.js', 140 'front_end/sdk/DOMModel.js',
142 'front_end/sdk/DOMStorage.js', 141 'front_end/sdk/DOMStorage.js',
143 'front_end/sdk/FileSystemModel.js', 142 'front_end/sdk/FileSystemModel.js',
143 'front_end/sdk/HAREntry.js',
144 'front_end/sdk/HeapProfilerModel.js', 144 'front_end/sdk/HeapProfilerModel.js',
145 'front_end/sdk/IndexedDBModel.js', 145 'front_end/sdk/IndexedDBModel.js',
146 'front_end/sdk/InspectorBackend.js', 146 'front_end/sdk/InspectorBackend.js',
147 'front_end/sdk/LayerTreeModel.js', 147 'front_end/sdk/LayerTreeModel.js',
148 'front_end/sdk/NetworkLog.js', 148 'front_end/sdk/NetworkLog.js',
149 'front_end/sdk/NetworkManager.js', 149 'front_end/sdk/NetworkManager.js',
150 'front_end/sdk/NetworkRequest.js', 150 'front_end/sdk/NetworkRequest.js',
151 'front_end/sdk/OverridesSupport.js', 151 'front_end/sdk/OverridesSupport.js',
152 'front_end/sdk/PaintProfiler.js', 152 'front_end/sdk/PaintProfiler.js',
153 'front_end/sdk/PowerProfiler.js', 153 'front_end/sdk/PowerProfiler.js',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 'front_end/spectrum.css', 342 'front_end/spectrum.css',
343 'front_end/timelinePanel.css', 343 'front_end/timelinePanel.css',
344 'front_end/webSocketFrameView.css', 344 'front_end/webSocketFrameView.css',
345 ], 345 ],
346 346
347 # Lazy-loaded modules. 347 # Lazy-loaded modules.
348 'devtools_audits_js_files': [ 348 'devtools_audits_js_files': [
349 'front_end/audits/AuditCategories.js', 349 'front_end/audits/AuditCategories.js',
350 'front_end/audits/AuditCategory.js', 350 'front_end/audits/AuditCategory.js',
351 'front_end/audits/AuditController.js', 351 'front_end/audits/AuditController.js',
352 'front_end/audits/AuditExtensionCategory.js',
352 'front_end/audits/AuditFormatters.js', 353 'front_end/audits/AuditFormatters.js',
353 'front_end/audits/AuditLauncherView.js', 354 'front_end/audits/AuditLauncherView.js',
354 'front_end/audits/AuditResultView.js', 355 'front_end/audits/AuditResultView.js',
355 'front_end/audits/AuditRules.js', 356 'front_end/audits/AuditRules.js',
356 'front_end/audits/AuditsPanel.js', 357 'front_end/audits/AuditsPanel.js',
357 ], 358 ],
358 'devtools_console_js_files': [ 359 'devtools_console_js_files': [
359 'front_end/console/ConsolePanel.js', 360 'front_end/console/ConsolePanel.js',
360 'front_end/console/ConsoleView.js', 361 'front_end/console/ConsoleView.js',
361 'front_end/console/ConsoleViewMessage.js', 362 'front_end/console/ConsoleViewMessage.js',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', 404 'front_end/heap_snapshot_worker/JSHeapSnapshot.js',
404 'front_end/profiler/HeapSnapshotCommon.js', 405 'front_end/profiler/HeapSnapshotCommon.js',
405 ], 406 ],
406 'devtools_layers_js_files': [ 407 'devtools_layers_js_files': [
407 'front_end/layers/LayerDetailsView.js', 408 'front_end/layers/LayerDetailsView.js',
408 'front_end/layers/LayerPaintProfilerView.js', 409 'front_end/layers/LayerPaintProfilerView.js',
409 'front_end/layers/LayersPanel.js', 410 'front_end/layers/LayersPanel.js',
410 'front_end/layers/LayerTreeOutline.js', 411 'front_end/layers/LayerTreeOutline.js',
411 ], 412 ],
412 'devtools_network_js_files': [ 413 'devtools_network_js_files': [
413 'front_end/network/HAREntry.js',
414 'front_end/network/NetworkItemView.js', 414 'front_end/network/NetworkItemView.js',
415 'front_end/network/NetworkPanel.js', 415 'front_end/network/NetworkPanel.js',
416 'front_end/network/RequestCookiesView.js', 416 'front_end/network/RequestCookiesView.js',
417 'front_end/network/RequestHeadersView.js', 417 'front_end/network/RequestHeadersView.js',
418 'front_end/network/RequestHTMLView.js', 418 'front_end/network/RequestHTMLView.js',
419 'front_end/network/RequestJSONView.js', 419 'front_end/network/RequestJSONView.js',
420 'front_end/network/RequestPreviewView.js', 420 'front_end/network/RequestPreviewView.js',
421 'front_end/network/RequestResponseView.js', 421 'front_end/network/RequestResponseView.js',
422 'front_end/network/RequestTimingView.js', 422 'front_end/network/RequestTimingView.js',
423 'front_end/network/RequestView.js', 423 'front_end/network/RequestView.js',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 'front_end/Images/touchCursor.png', 659 'front_end/Images/touchCursor.png',
660 'front_end/Images/touchCursor_2x.png', 660 'front_end/Images/touchCursor_2x.png',
661 'front_end/Images/transformControls.png', 661 'front_end/Images/transformControls.png',
662 'front_end/Images/transformControls_2x.png', 662 'front_end/Images/transformControls_2x.png',
663 ], 663 ],
664 'devtools_extension_api_files': [ 664 'devtools_extension_api_files': [
665 'front_end/extensions/ExtensionAPI.js', 665 'front_end/extensions/ExtensionAPI.js',
666 ], 666 ],
667 }, 667 },
668 } 668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698