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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index b2b2199196b3ecf94314c5a4b37e647f3b8a69c6..fed8641cecaabe14afa6f2f49e6e0264e6696fc9 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -86,6 +86,7 @@
'front_end/components/customPreviewSection.css',
'front_end/components/domUtils.css',
'front_end/components/inspectorViewTabbedPane.css',
+ 'front_end/components/networkConditionsSettingsTab.css',
'front_end/components/objectPropertiesSection.css',
'front_end/components/objectValue.css',
'front_end/components/CustomPreviewSection.js',
@@ -101,6 +102,7 @@
'front_end/components/InspectorView.js',
'front_end/components/BreakpointsSidebarPaneBase.js',
'front_end/components/Linkifier.js',
+ 'front_end/components/NetworkConditionsSelector.js',
'front_end/components/ObjectPopoverHelper.js',
'front_end/components/ObjectPropertiesSection.js',
'front_end/components/RemoteObjectPreviewFormatter.js',
@@ -501,7 +503,6 @@
'devtools_network_js_files': [
'front_end/network/blockedURLsPane.css',
'front_end/network/eventSourceMessagesView.css',
- 'front_end/network/networkConditionsSettingsTab.css',
'front_end/network/networkConfigView.css',
'front_end/network/networkLogView.css',
'front_end/network/networkPanel.css',
@@ -514,7 +515,6 @@
'front_end/network/FilterSuggestionBuilder.js',
'front_end/network/HARWriter.js',
'front_end/network/JSONView.js',
- 'front_end/network/NetworkConditionsSelector.js',
'front_end/network/NetworkConfigView.js',
'front_end/network/NetworkDataGridNode.js',
'front_end/network/NetworkItemView.js',
« 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