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

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

Issue 2396533004: Introduce a FlatMap and FlatSet into WTF (Closed)
Patch Set: Add missing ostream override 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/wtf/BUILD.gn
diff --git a/third_party/WebKit/Source/wtf/BUILD.gn b/third_party/WebKit/Source/wtf/BUILD.gn
index 84c330e53bf3966354922aee5d84683e1ec2dee9..e22490c44bc820787dd60e30f970ff9e75e8326f 100644
--- a/third_party/WebKit/Source/wtf/BUILD.gn
+++ b/third_party/WebKit/Source/wtf/BUILD.gn
@@ -76,6 +76,9 @@ component("wtf") {
"DynamicAnnotations.h",
"FilePrintStream.cpp",
"FilePrintStream.h",
+ "FlatMap.h",
+ "FlatSet.h",
+ "FlatTable.h",
"Forward.h",
"Functional.h",
"GetPtr.h",
@@ -312,6 +315,8 @@ test("wtf_unittests") {
"ASCIICTypeTest.cpp",
"AssertionsTest.cpp",
"DequeTest.cpp",
+ "FlatMapTest.cpp",
+ "FlatSetTest.cpp",
"FunctionalTest.cpp",
"HashMapTest.cpp",
"HashSetTest.cpp",
@@ -322,6 +327,7 @@ test("wtf_unittests") {
"PassRefPtrTest.cpp",
"RefPtrTest.cpp",
"SaturatedArithmeticTest.cpp",
+ "SetPerfTest.cpp",
"StringExtrasTest.cpp",
"StringHasherTest.cpp",
"TreeNodeTest.cpp",
« no previous file with comments | « third_party/WebKit/Source/platform/scheduler/base/work_queue_sets_unittest.cc ('k') | third_party/WebKit/Source/wtf/FlatMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698