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

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

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)
Patch Set: minimize test diff Created 3 years, 11 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/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index bd9913a862a94f1a3a7f79207a5279dffa69a1ec..f9498e8a4d44dae71a5ab697fb0e03446bc551e7 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -95,9 +95,7 @@ all_devtools_files = [
"front_end/common/Color.js",
"front_end/common/Console.js",
"front_end/common/ContentProvider.js",
- "front_end/common/CSSShadowModel.js",
"front_end/common/FormatterWorkerPool.js",
- "front_end/common/Geometry.js",
"front_end/common/module.json",
"front_end/common/ModuleExtensionInterfaces.js",
"front_end/common/Object.js",
@@ -262,6 +260,7 @@ all_devtools_files = [
"front_end/inline_editor/ColorSwatch.js",
"front_end/inline_editor/cssShadowEditor.css",
"front_end/inline_editor/CSSShadowEditor.js",
+ "front_end/inline_editor/CSSShadowModel.js",
"front_end/inline_editor/cssShadowSwatch.css",
"front_end/inline_editor/module.json",
"front_end/inline_editor/SwatchPopoverHelper.js",
@@ -587,6 +586,7 @@ all_devtools_files = [
"front_end/ui/filter.css",
"front_end/ui/FilterBar.js",
"front_end/ui/ForwardedInputEventHandler.js",
+ "front_end/ui/Geometry.js",
"front_end/ui/HistoryInput.js",
"front_end/ui/Icon.js",
"front_end/ui/infobar.css",

Powered by Google App Engine
This is Rietveld 408576698