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

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

Issue 2471243002: 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 7041bce0cbb44e7183b36fe9f23ebc05d5f0a723..e8d07838f19852186eb376203db205ae5cd066dd 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -68,6 +68,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