| 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 377f7fa2cc6e8d8bcfbcce8a20bd01e0105bd210..1aee815e4e168c81ce694484573727e516bc08b8 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -320,11 +320,13 @@ 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/MobileThrottlingSelector.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/mobile_throttling/NetworkThrottlingSelector.js",
|
| + "front_end/mobile_throttling/ThrottlingManager.js",
|
| + "front_end/mobile_throttling/ThrottlingPresets.js",
|
| + "front_end/mobile_throttling/throttlingSettingsTab.css",
|
| + "front_end/mobile_throttling/ThrottlingSettingsTab.js",
|
| "front_end/network/blockedURLsPane.css",
|
| "front_end/network/BlockedURLsPane.js",
|
| "front_end/network/eventSourceMessagesView.css",
|
|
|