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

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

Issue 2938503002: DevTools: unify Network & CPU throttling (Closed)
Patch Set: fmt 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 90b5703067240717e5b95f7821a40efe59e8c06e..0b1ecd0b280a0a7df43dfdd303b41e7552b2eace 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -311,11 +311,10 @@ 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/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",
@@ -497,6 +496,7 @@ all_devtools_files = [
"front_end/sdk/HeapProfilerModel.js",
"front_end/sdk/LayerTreeBase.js",
"front_end/sdk/LogModel.js",
+ "front_end/sdk/MobileThrottling.js",
"front_end/sdk/module.json",
"front_end/sdk/NetworkManager.js",
"front_end/sdk/NetworkRequest.js",

Powered by Google App Engine
This is Rietveld 408576698