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

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

Issue 2938503002: DevTools: unify Network & CPU throttling (Closed)
Patch Set: nit Created 3 years, 6 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..8bb3a9b6cb099999dbe569aa44834e3a7d2db64c 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -322,9 +322,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",

Powered by Google App Engine
This is Rietveld 408576698