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

Unified Diff: third_party/WebKit/Source/devtools/devtools.gypi

Issue 2230183004: DevTools: Add shadow-editor swatch/icon before box-shadows and text-shadows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New image swatches.png 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/devtools.gypi
diff --git a/third_party/WebKit/Source/devtools/devtools.gypi b/third_party/WebKit/Source/devtools/devtools.gypi
index 1f04b7611b119bc079cc2f87f6158e8f6a34d8bd..12f85052cfb5f3efbc2a38cffcdc6768d082a430 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -257,6 +257,7 @@
'front_end/ui/radioButton.css',
'front_end/ui/reportView.css',
'front_end/ui/searchableView.css',
+ 'front_end/ui/shadowSwatch.css',
'front_end/ui/softContextMenu.css',
'front_end/ui/smallIcon.css',
'front_end/ui/splitWidget.css',
@@ -293,6 +294,7 @@
'front_end/ui/RootView.js',
'front_end/ui/SearchableView.js',
'front_end/ui/SettingsUI.js',
+ 'front_end/ui/ShadowEditor.js',
'front_end/ui/ShortcutRegistry.js',
'front_end/ui/SidebarTreeElement.js',
'front_end/ui/SoftContextMenu.js',
@@ -892,6 +894,8 @@
'front_end/Images/settingsListRemove.png',
'front_end/Images/settingsListRemove_2x.png',
'front_end/Images/speech.png',
+ 'front_end/Images/swatches.png',
+ 'front_end/Images/swatches_2x.png',
'front_end/Images/toolbarButtonGlyphs.png',
'front_end/Images/toolbarButtonGlyphs_2x.png',
'front_end/Images/toolbarResizerHorizontal.png',

Powered by Google App Engine
This is Rietveld 408576698