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

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

Issue 2161733002: DevTools: Move WebInspector.SwatchPopoverHelper into new file ui/SwatchPopoverHelper.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename1
Patch Set: Addressed nit Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9a2b2e9f22e93961ff02fbca55fa1f82ac69834a..9f90c23bb807a8112b1e6a6500f28f6e04a3e7eb 100644
--- a/third_party/WebKit/Source/devtools/devtools.gypi
+++ b/third_party/WebKit/Source/devtools/devtools.gypi
@@ -302,6 +302,7 @@
'front_end/ui/SoftContextMenu.js',
'front_end/ui/SplitWidget.js',
'front_end/ui/StackView.js',
+ 'front_end/ui/SwatchPopoverHelper.js',
'front_end/ui/Toolbar.js',
'front_end/ui/Tooltip.js',
'front_end/ui/SuggestBox.js',
@@ -450,6 +451,7 @@
'front_end/elements/BezierEditor.js',
'front_end/elements/BezierUI.js',
'front_end/elements/ClassesPaneWidget.js',
+ 'front_end/elements/ColorSwatchPopoverIcon.js',
'front_end/elements/ComputedStyleModel.js',
'front_end/elements/ElementsBreadcrumbs.js',
'front_end/elements/ElementsPanel.js',
@@ -465,7 +467,6 @@
'front_end/elements/PlatformFontsWidget.js',
'front_end/elements/PropertiesWidget.js',
'front_end/elements/PropertyChangeHighlighter.js',
- 'front_end/elements/StylesPopoverHelper.js',
'front_end/elements/StylesSidebarPane.js',
'front_end/elements/ComputedStyleWidget.js',
],
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/ColorSwatchPopoverIcon.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698