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

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

Issue 2626143004: DevTools: move from Common module - Geometry and CSSShadowModel (Closed)
Patch Set: nit 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 40ed53a3e8a9d80e20f6768ea8efeda33450beaf..4a5db380960417d1eb1ce065f35b450ff03e4552 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -94,9 +94,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",
@@ -257,6 +255,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/SwatchPopoverHelper.js",
"front_end/inspector.js",
@@ -579,6 +578,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