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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/module.json

Issue 2842843003: DevTools: Display product information in ConsoleContextSelector (Closed)
Patch Set: f Created 3 years, 7 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/front_end/console/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/console/module.json b/third_party/WebKit/Source/devtools/front_end/console/module.json
index c94885e96bcd20af5d6ad6fed5f5561571a30f24..f0707df3191e934cc2d405f0885967fa9c3fc91b 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/console/module.json
@@ -126,7 +126,8 @@
"components",
"data_grid",
"object_ui",
- "console_model"
+ "console_model",
+ "product_registry"
],
"scripts": [
"ConsoleContextSelector.js",
@@ -137,6 +138,8 @@
"ConsolePanel.js"
],
"resources": [
+ "consoleContextSelector.css",
+ "consoleContextSelectorButton.css",
"consoleView.css"
]
}

Powered by Google App Engine
This is Rietveld 408576698