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

Unified Diff: base/BUILD.gn

Issue 2552343003: First implementation of flat sets (Closed)
Patch Set: Review, round 1. Created 4 years 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_set.h » ('j') | base/containers/flat_set.h » ('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 88d5d7f036c33d5563b1460dbfe651871816ec04..ac08c0cffb42a24e4ed4180907b59029e7129a24 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -261,6 +261,7 @@ component("base") {
"command_line.h",
"compiler_specific.h",
"containers/adapters.h",
+ "containers/flat_set.h",
"containers/hash_tables.h",
"containers/linked_list.h",
"containers/mru_cache.h",
@@ -1824,6 +1825,7 @@ test("base_unittests") {
"cancelable_callback_unittest.cc",
"command_line_unittest.cc",
"containers/adapters_unittest.cc",
+ "containers/flat_set_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_set.h » ('j') | base/containers/flat_set.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698