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

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

Issue 2911363002: DevTools: Split SoftDropdown out of ConsoleContextSelector (Closed)
Patch Set: fixes 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/front_end/ui/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/module.json b/third_party/WebKit/Source/devtools/front_end/ui/module.json
index c1144a11211d4c19ab7c7c5ba9921874e21029f3..70f1e239d6961410f65fbbd7c51547bdce4c74f8 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/ui/module.json
@@ -39,6 +39,7 @@
"SearchableView.js",
"SettingsUI.js",
"SoftContextMenu.js",
+ "SoftDropDown.js",
"SplitWidget.js",
"TextPrompt.js",
"ThrottledWidget.js",
@@ -80,6 +81,8 @@
"slider.css",
"smallBubble.css",
"softContextMenu.css",
+ "softDropDown.css",
+ "softDropDownButton.css",
"splitWidget.css",
"toolbar.css",
"suggestBox.css",

Powered by Google App Engine
This is Rietveld 408576698