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

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

Issue 1582093002: [DevTools] Turn NetworkConditionsSettingsTab into web component, move to network module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'front_end/common/Throttler.js', 88 'front_end/common/Throttler.js',
89 'front_end/common/UIString.js', 89 'front_end/common/UIString.js',
90 'front_end/common/WebInspector.js', 90 'front_end/common/WebInspector.js',
91 'front_end/common/WorkerRuntime.js', 91 'front_end/common/WorkerRuntime.js',
92 ], 92 ],
93 'devtools_components_js_files': [ 93 'devtools_components_js_files': [
94 'front_end/components/breakpointsList.css', 94 'front_end/components/breakpointsList.css',
95 'front_end/components/customPreviewSection.css', 95 'front_end/components/customPreviewSection.css',
96 'front_end/components/domUtils.css', 96 'front_end/components/domUtils.css',
97 'front_end/components/inspectorViewTabbedPane.css', 97 'front_end/components/inspectorViewTabbedPane.css',
98 'front_end/components/networkConditionsSettingsTab.css',
99 'front_end/components/objectPropertiesSection.css', 98 'front_end/components/objectPropertiesSection.css',
100 'front_end/components/objectValue.css', 99 'front_end/components/objectValue.css',
101 'front_end/components/CustomPreviewSection.js', 100 'front_end/components/CustomPreviewSection.js',
102 'front_end/components/DataSaverInfobar.js', 101 'front_end/components/DataSaverInfobar.js',
103 'front_end/components/DebuggerPresentationUtils.js', 102 'front_end/components/DebuggerPresentationUtils.js',
104 'front_end/components/DockController.js', 103 'front_end/components/DockController.js',
105 'front_end/components/DOMBreakpointsSidebarPane.js', 104 'front_end/components/DOMBreakpointsSidebarPane.js',
106 'front_end/components/DOMPresentationUtils.js', 105 'front_end/components/DOMPresentationUtils.js',
107 'front_end/components/Drawer.js', 106 'front_end/components/Drawer.js',
108 'front_end/components/ExecutionContextSelector.js', 107 'front_end/components/ExecutionContextSelector.js',
109 'front_end/components/ExecutionContextModel.js', 108 'front_end/components/ExecutionContextModel.js',
110 'front_end/components/HandlerRegistry.js', 109 'front_end/components/HandlerRegistry.js',
111 'front_end/components/InspectorView.js', 110 'front_end/components/InspectorView.js',
112 'front_end/components/BreakpointsSidebarPaneBase.js', 111 'front_end/components/BreakpointsSidebarPaneBase.js',
113 'front_end/components/Linkifier.js', 112 'front_end/components/Linkifier.js',
114 'front_end/components/NetworkConditionsSelector.js',
115 'front_end/components/ObjectPopoverHelper.js', 113 'front_end/components/ObjectPopoverHelper.js',
116 'front_end/components/ObjectPropertiesSection.js', 114 'front_end/components/ObjectPropertiesSection.js',
117 'front_end/components/RemoteObjectPreviewFormatter.js', 115 'front_end/components/RemoteObjectPreviewFormatter.js',
118 'front_end/components/ShortcutsScreen.js', 116 'front_end/components/ShortcutsScreen.js',
119 'front_end/components/EventListenersUtils.js', 117 'front_end/components/EventListenersUtils.js',
120 'front_end/components/EventListenersView.js', 118 'front_end/components/EventListenersView.js',
121 'front_end/components/Reload.js', 119 'front_end/components/Reload.js',
122 ], 120 ],
123 'devtools_host_js_files': [ 121 'devtools_host_js_files': [
124 'front_end/host/InspectorFrontendHostAPI.js', 122 'front_end/host/InspectorFrontendHostAPI.js',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 'front_end/platform/utilities.js', 501 'front_end/platform/utilities.js',
504 'front_end/profiler/HeapSnapshotCommon.js', 502 'front_end/profiler/HeapSnapshotCommon.js',
505 ], 503 ],
506 'devtools_layers_js_files': [ 504 'devtools_layers_js_files': [
507 'front_end/layers/LayerPaintProfilerView.js', 505 'front_end/layers/LayerPaintProfilerView.js',
508 'front_end/layers/LayersPanel.js', 506 'front_end/layers/LayersPanel.js',
509 ], 507 ],
510 'devtools_network_js_files': [ 508 'devtools_network_js_files': [
511 'front_end/network/blockedURLsPane.css', 509 'front_end/network/blockedURLsPane.css',
512 'front_end/network/eventSourceMessagesView.css', 510 'front_end/network/eventSourceMessagesView.css',
511 'front_end/network/networkConditionsSettingsTab.css',
513 'front_end/network/networkConfigView.css', 512 'front_end/network/networkConfigView.css',
514 'front_end/network/networkLogView.css', 513 'front_end/network/networkLogView.css',
515 'front_end/network/networkPanel.css', 514 'front_end/network/networkPanel.css',
516 'front_end/network/requestCookiesView.css', 515 'front_end/network/requestCookiesView.css',
517 'front_end/network/requestHeadersView.css', 516 'front_end/network/requestHeadersView.css',
518 'front_end/network/webSocketFrameView.css', 517 'front_end/network/webSocketFrameView.css',
519 'front_end/network/xmlView.css', 518 'front_end/network/xmlView.css',
520 'front_end/network/BlockedURLsPane.js', 519 'front_end/network/BlockedURLsPane.js',
521 'front_end/network/EventSourceMessagesView.js', 520 'front_end/network/EventSourceMessagesView.js',
522 'front_end/network/FilterSuggestionBuilder.js', 521 'front_end/network/FilterSuggestionBuilder.js',
523 'front_end/network/HARWriter.js', 522 'front_end/network/HARWriter.js',
524 'front_end/network/JSONView.js', 523 'front_end/network/JSONView.js',
524 'front_end/network/NetworkConditionsSelector.js',
525 'front_end/network/NetworkConfigView.js', 525 'front_end/network/NetworkConfigView.js',
526 'front_end/network/NetworkDataGridNode.js', 526 'front_end/network/NetworkDataGridNode.js',
527 'front_end/network/NetworkItemView.js', 527 'front_end/network/NetworkItemView.js',
528 'front_end/network/NetworkLogView.js', 528 'front_end/network/NetworkLogView.js',
529 'front_end/network/NetworkOverview.js', 529 'front_end/network/NetworkOverview.js',
530 'front_end/network/NetworkPanel.js', 530 'front_end/network/NetworkPanel.js',
531 'front_end/network/NetworkTimeCalculator.js', 531 'front_end/network/NetworkTimeCalculator.js',
532 'front_end/network/RequestCookiesView.js', 532 'front_end/network/RequestCookiesView.js',
533 'front_end/network/RequestHeadersView.js', 533 'front_end/network/RequestHeadersView.js',
534 'front_end/network/RequestHTMLView.js', 534 'front_end/network/RequestHTMLView.js',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 'front_end/Images/toolbarItemSelected.png', 843 'front_end/Images/toolbarItemSelected.png',
844 'front_end/Images/touchCursor.png', 844 'front_end/Images/touchCursor.png',
845 'front_end/Images/touchCursor_2x.png', 845 'front_end/Images/touchCursor_2x.png',
846 'front_end/Images/updateServiceWorker.svg', 846 'front_end/Images/updateServiceWorker.svg',
847 ], 847 ],
848 'devtools_extension_api_files': [ 848 'devtools_extension_api_files': [
849 'front_end/extensions/ExtensionAPI.js', 849 'front_end/extensions/ExtensionAPI.js',
850 ], 850 ],
851 }, 851 },
852 } 852 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/components/NetworkConditionsSelector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698