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

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

Issue 1718213003: [DevTools] Add "show throttling" to device mode instead of "configure network". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'front_end/common/Throttler.js', 79 'front_end/common/Throttler.js',
80 'front_end/common/UIString.js', 80 'front_end/common/UIString.js',
81 'front_end/common/WebInspector.js', 81 'front_end/common/WebInspector.js',
82 'front_end/common/WorkerRuntime.js', 82 'front_end/common/WorkerRuntime.js',
83 ], 83 ],
84 'devtools_components_js_files': [ 84 'devtools_components_js_files': [
85 'front_end/components/breakpointsList.css', 85 'front_end/components/breakpointsList.css',
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/inspectorViewTabbedPane.css', 88 'front_end/components/inspectorViewTabbedPane.css',
89 'front_end/components/networkConditionsSettingsTab.css',
89 'front_end/components/objectPropertiesSection.css', 90 'front_end/components/objectPropertiesSection.css',
90 'front_end/components/objectValue.css', 91 'front_end/components/objectValue.css',
91 'front_end/components/CustomPreviewSection.js', 92 'front_end/components/CustomPreviewSection.js',
92 'front_end/components/DataSaverInfobar.js', 93 'front_end/components/DataSaverInfobar.js',
93 'front_end/components/DebuggerPresentationUtils.js', 94 'front_end/components/DebuggerPresentationUtils.js',
94 'front_end/components/DockController.js', 95 'front_end/components/DockController.js',
95 'front_end/components/DOMBreakpointsSidebarPane.js', 96 'front_end/components/DOMBreakpointsSidebarPane.js',
96 'front_end/components/DOMPresentationUtils.js', 97 'front_end/components/DOMPresentationUtils.js',
97 'front_end/components/Drawer.js', 98 'front_end/components/Drawer.js',
98 'front_end/components/ExecutionContextSelector.js', 99 'front_end/components/ExecutionContextSelector.js',
99 'front_end/components/ExecutionContextModel.js', 100 'front_end/components/ExecutionContextModel.js',
100 'front_end/components/HandlerRegistry.js', 101 'front_end/components/HandlerRegistry.js',
101 'front_end/components/InspectorView.js', 102 'front_end/components/InspectorView.js',
102 'front_end/components/BreakpointsSidebarPaneBase.js', 103 'front_end/components/BreakpointsSidebarPaneBase.js',
103 'front_end/components/Linkifier.js', 104 'front_end/components/Linkifier.js',
105 'front_end/components/NetworkConditionsSelector.js',
104 'front_end/components/ObjectPopoverHelper.js', 106 'front_end/components/ObjectPopoverHelper.js',
105 'front_end/components/ObjectPropertiesSection.js', 107 'front_end/components/ObjectPropertiesSection.js',
106 'front_end/components/RemoteObjectPreviewFormatter.js', 108 'front_end/components/RemoteObjectPreviewFormatter.js',
107 'front_end/components/ShortcutsScreen.js', 109 'front_end/components/ShortcutsScreen.js',
108 'front_end/components/EventListenersUtils.js', 110 'front_end/components/EventListenersUtils.js',
109 'front_end/components/EventListenersView.js', 111 'front_end/components/EventListenersView.js',
110 'front_end/components/Reload.js', 112 'front_end/components/Reload.js',
111 ], 113 ],
112 'devtools_host_js_files': [ 114 'devtools_host_js_files': [
113 'front_end/host/InspectorFrontendHostAPI.js', 115 'front_end/host/InspectorFrontendHostAPI.js',
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 'front_end/platform/utilities.js', 496 'front_end/platform/utilities.js',
495 'front_end/profiler/HeapSnapshotCommon.js', 497 'front_end/profiler/HeapSnapshotCommon.js',
496 ], 498 ],
497 'devtools_layers_js_files': [ 499 'devtools_layers_js_files': [
498 'front_end/layers/LayerPaintProfilerView.js', 500 'front_end/layers/LayerPaintProfilerView.js',
499 'front_end/layers/LayersPanel.js', 501 'front_end/layers/LayersPanel.js',
500 ], 502 ],
501 'devtools_network_js_files': [ 503 'devtools_network_js_files': [
502 'front_end/network/blockedURLsPane.css', 504 'front_end/network/blockedURLsPane.css',
503 'front_end/network/eventSourceMessagesView.css', 505 'front_end/network/eventSourceMessagesView.css',
504 'front_end/network/networkConditionsSettingsTab.css',
505 'front_end/network/networkConfigView.css', 506 'front_end/network/networkConfigView.css',
506 'front_end/network/networkLogView.css', 507 'front_end/network/networkLogView.css',
507 'front_end/network/networkPanel.css', 508 'front_end/network/networkPanel.css',
508 'front_end/network/requestCookiesView.css', 509 'front_end/network/requestCookiesView.css',
509 'front_end/network/requestHeadersView.css', 510 'front_end/network/requestHeadersView.css',
510 'front_end/network/webSocketFrameView.css', 511 'front_end/network/webSocketFrameView.css',
511 'front_end/network/xmlView.css', 512 'front_end/network/xmlView.css',
512 'front_end/network/BlockedURLsPane.js', 513 'front_end/network/BlockedURLsPane.js',
513 'front_end/network/EventSourceMessagesView.js', 514 'front_end/network/EventSourceMessagesView.js',
514 'front_end/network/FilterSuggestionBuilder.js', 515 'front_end/network/FilterSuggestionBuilder.js',
515 'front_end/network/HARWriter.js', 516 'front_end/network/HARWriter.js',
516 'front_end/network/JSONView.js', 517 'front_end/network/JSONView.js',
517 'front_end/network/NetworkConditionsSelector.js',
518 'front_end/network/NetworkConfigView.js', 518 'front_end/network/NetworkConfigView.js',
519 'front_end/network/NetworkDataGridNode.js', 519 'front_end/network/NetworkDataGridNode.js',
520 'front_end/network/NetworkItemView.js', 520 'front_end/network/NetworkItemView.js',
521 'front_end/network/NetworkLogView.js', 521 'front_end/network/NetworkLogView.js',
522 'front_end/network/NetworkOverview.js', 522 'front_end/network/NetworkOverview.js',
523 'front_end/network/NetworkPanel.js', 523 'front_end/network/NetworkPanel.js',
524 'front_end/network/NetworkTimeCalculator.js', 524 'front_end/network/NetworkTimeCalculator.js',
525 'front_end/network/RequestCookiesView.js', 525 'front_end/network/RequestCookiesView.js',
526 'front_end/network/RequestHeadersView.js', 526 'front_end/network/RequestHeadersView.js',
527 'front_end/network/RequestHTMLView.js', 527 'front_end/network/RequestHTMLView.js',
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'front_end/Images/toolbarItemSelected.png', 844 'front_end/Images/toolbarItemSelected.png',
845 'front_end/Images/touchCursor.png', 845 'front_end/Images/touchCursor.png',
846 'front_end/Images/touchCursor_2x.png', 846 'front_end/Images/touchCursor_2x.png',
847 'front_end/Images/updateServiceWorker.svg', 847 'front_end/Images/updateServiceWorker.svg',
848 ], 848 ],
849 'devtools_extension_api_files': [ 849 'devtools_extension_api_files': [
850 'front_end/extensions/ExtensionAPI.js', 850 'front_end/extensions/ExtensionAPI.js',
851 ], 851 ],
852 }, 852 },
853 } 853 }
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