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

Unified Diff: base/BUILD.gn

Issue 2333253002: flat containers prototype (Closed)
Patch Set: Fixing performance bug in insert(It, It) 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
« no previous file with comments | « no previous file | base/containers/flat_map.h » ('j') | components/omnibox/browser/url_index_private_data.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 3059a19736fc350b00fca03cd49a62447344df47..0c75980efce36c9920bd6a89f5eafa659954dd64 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -255,6 +255,9 @@ component("base") {
"command_line.h",
"compiler_specific.h",
"containers/adapters.h",
+ "containers/flat_map.h",
+ "containers/flat_set.h",
+ "containers/flat_sorted_container_base.h",
"containers/hash_tables.h",
"containers/linked_list.h",
"containers/mru_cache.h",
@@ -1799,6 +1802,7 @@ test("base_unittests") {
"cancelable_callback_unittest.cc",
"command_line_unittest.cc",
"containers/adapters_unittest.cc",
+ "containers/flat_sorted_containers_unittest.cc",
"containers/hash_tables_unittest.cc",
"containers/linked_list_unittest.cc",
"containers/mru_cache_unittest.cc",
« no previous file with comments | « no previous file | base/containers/flat_map.h » ('j') | components/omnibox/browser/url_index_private_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698