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

Unified 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 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 8857ea3bf9a931c1f835798eae77df51e9c34fdf..3c8fb115744983b1c6891587f62b19627c9c9972 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -95,7 +95,6 @@
'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',
@@ -111,7 +110,6 @@
'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',
@@ -510,6 +508,7 @@
'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',
@@ -522,6 +521,7 @@
'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