| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index a617f10a1951b2c005ed5dc77e77c5afa1b16c4f..abcdfb15fb1a81c514ec0ec7e3c838c89f89f340 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -500,7 +500,6 @@ component("base") {
|
| "memory/ref_counted_memory.cc",
|
| "memory/ref_counted_memory.h",
|
| "memory/scoped_policy.h",
|
| - "memory/scoped_vector.h",
|
| "memory/shared_memory.h",
|
| "memory/shared_memory_android.cc",
|
| "memory/shared_memory_handle.cc",
|
| @@ -2096,7 +2095,6 @@ test("base_unittests") {
|
| "memory/ptr_util_unittest.cc",
|
| "memory/ref_counted_memory_unittest.cc",
|
| "memory/ref_counted_unittest.cc",
|
| - "memory/scoped_vector_unittest.cc",
|
| "memory/shared_memory_mac_unittest.cc",
|
| "memory/shared_memory_unittest.cc",
|
| "memory/shared_memory_win_unittest.cc",
|
|
|