| 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 95a770ac8c0b2a6eca3873b473ea411a399206e8..52765ce493293cd156b22370aedf736041b78edf 100644
|
| --- a/third_party/WebKit/Source/devtools/BUILD.gn
|
| +++ b/third_party/WebKit/Source/devtools/BUILD.gn
|
| @@ -320,9 +320,9 @@ all_devtools_files = [
|
| "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/mobile_throttling/ThrottlingSelector.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",
|
|
|