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

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

Issue 2611843010: DevTools: move DOMExtension.js into ui module. (Closed)
Patch Set: Introduce progress monitor 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/bindings/FileUtils.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 cf7a79518566f0b632366ed0a871eeddaaf4ed2d..44a82662455f452855f4b9eba6b82eafb6ce166b 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -324,7 +324,6 @@ all_devtools_files = [
"front_end/persistence/FileSystemWorkspaceBinding.js",
"front_end/persistence/Persistence.js",
"front_end/persistence/PersistenceUtils.js",
- "front_end/platform/DOMExtension.js",
"front_end/platform/module.json",
"front_end/platform/utilities.js",
"front_end/platform/utilities.js",
@@ -579,6 +578,7 @@ 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",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/bindings/FileUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698