| Index: third_party/WebKit/Source/devtools/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
|
| index 54af3f86140682ceca4fd16a4653544e0a5ba629..335b3f438f747a0551e2c9a6b95cb3185d7cdc50 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -127,7 +127,6 @@ all_devtools_files = [
|
| "front_end/common/Worker.js",
|
| "front_end/components/breakpointsList.css",
|
| "front_end/components/BreakpointsSidebarPaneBase.js",
|
| - "front_end/components/CPUThrottlingManager.js",
|
| "front_end/components/DataSaverInfobar.js",
|
| "front_end/components/DockController.js",
|
| "front_end/components/DOMBreakpointsSidebarPane.js",
|
| @@ -307,6 +306,11 @@ all_devtools_files = [
|
| "front_end/main/RequestAppBannerActionDelegate.js",
|
| "front_end/main/SimpleApp.js",
|
| "front_end/main/targetCrashedScreen.css",
|
| + "front_end/mobile_throttling/CPUThrottlingManager.js",
|
| + "front_end/mobile_throttling/module.json",
|
| + "front_end/mobile_throttling/NetworkConditionsSelector.js",
|
| + "front_end/mobile_throttling/networkConditionsSettingsTab.css",
|
| + "front_end/mobile_throttling/NetworkConditionsSettingsTab.js",
|
| "front_end/network/blockedURLsPane.css",
|
| "front_end/network/BlockedURLsPane.js",
|
| "front_end/network/eventSourceMessagesView.css",
|
| @@ -346,12 +350,11 @@ all_devtools_files = [
|
| "front_end/network/xmlTree.css",
|
| "front_end/network/xmlView.css",
|
| "front_end/network/XMLView.js",
|
| - "front_end/network_conditions/module.json",
|
| - "front_end/network_conditions/NetworkConditionsSelector.js",
|
| - "front_end/network_conditions/networkConditionsSettingsTab.css",
|
| "front_end/network_log/HAREntry.js",
|
| "front_end/network_log/module.json",
|
| "front_end/network_log/NetworkLog.js",
|
| + "front_end/network_priorities/module.json",
|
| + "front_end/network_priorities/NetworkPriorities.js",
|
| "front_end/object_ui/customPreviewComponent.css",
|
| "front_end/object_ui/CustomPreviewComponent.js",
|
| "front_end/object_ui/JavaScriptAutocomplete.js",
|
|
|