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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2299473002: DevTools: Move BezierEditor from elements/ to ui/ (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/BezierEditor.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index f13081949d543fd5be04483ed68ea5f3d344f9be..3759f90aaad469e940031ebfbdbb57bce8d37853 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -194,6 +194,7 @@ devtools_emulation_js_files = [
"front_end/emulation/TouchModel.js",
]
devtools_ui_js_files = [
+ "front_end/ui/bezierEditor.css",
"front_end/ui/bezierSwatch.css",
"front_end/ui/checkboxTextLabel.css",
"front_end/ui/closeButton.css",
@@ -232,6 +233,8 @@ devtools_ui_js_files = [
"front_end/ui/treeoutline.css",
"front_end/ui/viewContainers.css",
"front_end/ui/ActionRegistry.js",
+ "front_end/ui/BezierEditor.js",
+ "front_end/ui/BezierUI.js",
"front_end/ui/ColorSwatch.js",
"front_end/ui/Context.js",
"front_end/ui/ContextMenu.js",
@@ -399,14 +402,11 @@ devtools_diff_js_files = [
"front_end/diff/diff_match_patch.js",
]
devtools_elements_js_files = [
- "front_end/elements/bezierEditor.css",
"front_end/elements/breadcrumbs.css",
"front_end/elements/computedStyleSidebarPane.css",
"front_end/elements/elementsPanel.css",
"front_end/elements/elementsTreeOutline.css",
"front_end/elements/platformFontsWidget.css",
- "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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/BezierEditor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698