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

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

Issue 2307253003: DevTools: enable layers pane outside of experiements. (Closed)
Patch Set: Created 4 years, 3 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 8e60e0495ce678e16327a961f0e2ff8ef41c14e9..94215b7ad3acdad3e62b8f864efb36b58aaee0f0 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -496,7 +496,7 @@ devtools_heap_snapshot_worker_js_files = [
]
devtools_layers_js_files = [
"front_end/layers/LayerPaintProfilerView.js",
- "front_end/layers/LayersPanel.js",
+ "front_end/layers/LayersPane.js",
]
devtools_network_js_files = [
"front_end/network/blockedURLsPane.css",

Powered by Google App Engine
This is Rietveld 408576698