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

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

Issue 2668413003: DevTools: extract NetworkConditionsSelector into its own module (Closed)
Patch Set: rebaseline Created 3 years, 10 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 4b06473ecc31d931645cc0c1087e92974fda0e0a..ab0fc7dc3c359cb5d7f93e0b82ae7006e88ec097 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -130,8 +130,6 @@ all_devtools_files = [
"front_end/components/JavaScriptAutocomplete.js",
"front_end/components/Linkifier.js",
"front_end/components/module.json",
- "front_end/components/NetworkConditionsSelector.js",
- "front_end/components/networkConditionsSettingsTab.css",
"front_end/components/ObjectPopoverHelper.js",
"front_end/components/objectPropertiesSection.css",
"front_end/components/ObjectPropertiesSection.js",
@@ -330,6 +328,9 @@ all_devtools_files = [
"front_end/network/xmlTree.css",
"front_end/network/xmlView.css",
"front_end/network/XMLView.js",
+ "front_end/network_conditions/module.json",
+ "front_end/network_conditions/NetworkConditionsSelector.js",
+ "front_end/network_conditions/networkConditionsSettingsTab.css",
"front_end/perf_ui/ChartViewport.js",
"front_end/perf_ui/filmStripDialog.css",
"front_end/perf_ui/filmStripView.css",

Powered by Google App Engine
This is Rietveld 408576698