| 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',
|
|
|