| 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",
|
|
|