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

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

Issue 2468493004: DevTools: Consolidate completion code into JavaScriptAutocomplete.js (Closed)
Patch Set: merge Created 4 years, 1 month 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 de5554d0aeb6ef13b41429be1019be96a6ceb2e7..18bb2fcfe8eed17a0c059897ac3dd688f7990cfc 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -67,6 +67,7 @@ devtools_components_js_files = [
"front_end/components/DOMPresentationUtils.js",
"front_end/components/ExecutionContextSelector.js",
"front_end/components/HandlerRegistry.js",
+ "front_end/components/JavaScriptAutocomplete.js",
"front_end/components/BreakpointsSidebarPaneBase.js",
"front_end/components/Linkifier.js",
"front_end/components/NetworkConditionsSelector.js",

Powered by Google App Engine
This is Rietveld 408576698