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

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

Issue 2620823002: DevTools: extract the dom_extension module. (Closed)
Patch Set: rebaselined 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 a964973e8bed48705d53b98de2241faed1373c45..20cff38df8db7201c0c5d38384aca233b6941319 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -164,6 +164,8 @@ all_devtools_files = [
"front_end/diff/diff_match_patch.js",
"front_end/diff/Diff.js",
"front_end/diff/module.json",
+ "front_end/dom_extension/DOMExtension.js",
+ "front_end/dom_extension/module.json",
"front_end/elements/breadcrumbs.css",
"front_end/elements/ClassesPaneWidget.js",
"front_end/elements/ColorSwatchPopoverIcon.js",
@@ -570,7 +572,6 @@ all_devtools_files = [
"front_end/ui/cssShadowSwatch.css",
"front_end/ui/dialog.css",
"front_end/ui/Dialog.js",
- "front_end/ui/DOMExtension.js",
"front_end/ui/DOMSyntaxHighlighter.js",
"front_end/ui/DropDownMenu.js",
"front_end/ui/dropTarget.css",

Powered by Google App Engine
This is Rietveld 408576698