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

Unified Diff: base/BUILD.gn

Issue 2944523002: Improving flat containers interface. (Closed)
Patch Set: Review, round 2. Created 3 years, 6 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
« no previous file with comments | « no previous file | base/containers/README.md » ('j') | base/containers/README.md » ('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 e8e9c6ee0d3383e21ed64b66119b9584aeae8e23..81bbd8ca3a6c2bb84810f8f1ba3e63ef6ca87ff0 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -358,6 +358,7 @@ component("base") {
"files/scoped_temp_dir.cc",
"files/scoped_temp_dir.h",
"format_macros.h",
+ "functional.h",
"gtest_prod_util.h",
"guid.cc",
"guid.h",
@@ -2036,6 +2037,7 @@ test("base_unittests") {
"files/memory_mapped_file_unittest.cc",
"files/scoped_platform_handle_unittest.cc",
"files/scoped_temp_dir_unittest.cc",
+ "functional_unittest.cc",
"gmock_unittest.cc",
"guid_unittest.cc",
"hash_unittest.cc",
« no previous file with comments | « no previous file | base/containers/README.md » ('j') | base/containers/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698