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

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

Issue 2252913002: DevTools: Box-shadow editor initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shadowIcon
Patch Set: Merge Created 4 years, 4 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 53b29db69b6bd52dad9f320621c329d22d97c9da..d474f09189ce9500cb765f380358e3170d1d3e21 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/ui/module.json
@@ -14,6 +14,7 @@
"ColorSwatch.js",
"Context.js",
"ContextMenu.js",
+ "CSSShadowEditor.js",
"Dialog.js",
"DOMSyntaxHighlighter.js",
"DropDownMenu.js",
@@ -54,6 +55,7 @@
"checkboxTextLabel.css",
"closeButton.css",
"colorSwatch.css",
+ "cssShadowEditor.css",
"cssShadowSwatch.css",
"dialog.css",
"dropTarget.css",
@@ -74,6 +76,7 @@
"rootView.css",
"searchableView.css",
"viewContainers.css",
+ "slider.css",
"smallBubble.css",
"smallIcon.css",
"softContextMenu.css",

Powered by Google App Engine
This is Rietveld 408576698