Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index d1fb90a56348871c5b1669b13d0a90a41f915d65..464e30a083604b05dae6521119b4dfc0d5f933c9 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -116,6 +116,7 @@ component("base") { |
| } |
| sources = [ |
| + "algorithm/sorted_ranges.h", |
|
brettw
2017/04/26 21:48:50
Can you think of anything else we might move into
dyaroshev
2017/04/27 19:11:46
After your previous suggestion, I removed this dir
|
| "allocator/allocator_check.cc", |
| "allocator/allocator_check.h", |
| "allocator/allocator_extension.cc", |
| @@ -1893,6 +1894,7 @@ if (is_ios || is_mac) { |
| test("base_unittests") { |
| sources = [ |
| + "algorithm/sorted_ranges_unittest.cc", |
| "allocator/allocator_interception_mac_unittest.mm", |
| "allocator/malloc_zone_functions_mac_unittest.cc", |
| "allocator/tcmalloc_unittest.cc", |