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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2938503002: DevTools: unify Network & CPU throttling (Closed)
Patch Set: update test Created 3 years, 5 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
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",

Powered by Google App Engine
This is Rietveld 408576698