Chromium Code Reviews| Index: third_party/libc++/BUILD.gn |
| diff --git a/third_party/libc++/BUILD.gn b/third_party/libc++/BUILD.gn |
| index 8b52a006cde4644c3b8c20c40d6604082ad323f3..87e4a5ddd0cc5a30a7c28a5681eea4e61db5a61f 100644 |
| --- a/third_party/libc++/BUILD.gn |
| +++ b/third_party/libc++/BUILD.gn |
| @@ -20,6 +20,7 @@ config("config") { |
| shared_library("libc++") { |
| sources = [ |
| "trunk/src/algorithm.cpp", |
| + "trunk/src/any.cpp", |
| "trunk/src/bind.cpp", |
| "trunk/src/chrono.cpp", |
| "trunk/src/condition_variable.cpp", |