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

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

Issue 2385093002: DevTools: introduce Trie data structure (Closed)
Patch Set: rebaseline Created 4 years, 2 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 34b3786da5317c48b35b2d4935c585aacec70ff4..cf3ac5131990a1dee6f967df1786eb58948f83cf 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -171,6 +171,7 @@ devtools_persistence_js_files = [ "front_end/persistence/Persistence.js" ]
devtools_platform_js_files = [
"front_end/platform/DOMExtension.js",
"front_end/platform/utilities.js",
+ "front_end/platform/Trie.js",
dgozman 2016/10/03 20:32:57 common
lushnikov 2016/10/03 22:56:22 Done.
]
devtools_toolbox_bootstrap_js_files =
[ "front_end/toolbox_bootstrap/Toolbox.js" ]

Powered by Google App Engine
This is Rietveld 408576698