| Index: base/memory/BUILD.gn
|
| diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
|
| index 3d4c22cd3d5f83bddc036abcfa3518e7294ac296..a0608e847be56efd303792c3aee8cfb5b5cc00b1 100644
|
| --- a/base/memory/BUILD.gn
|
| +++ b/base/memory/BUILD.gn
|
| @@ -8,10 +8,8 @@ source_set("memory") {
|
| "aligned_memory.h",
|
| "discardable_memory.cc",
|
| "discardable_memory.h",
|
| - "discardable_memory_shmem.cc",
|
| - "discardable_memory_shmem.h",
|
| - "discardable_memory_shmem_allocator.cc",
|
| - "discardable_memory_shmem_allocator.h",
|
| + "discardable_memory_allocator.cc",
|
| + "discardable_memory_allocator.h",
|
| "discardable_shared_memory.cc",
|
| "discardable_shared_memory.h",
|
| "linked_ptr.h",
|
| @@ -42,10 +40,8 @@ source_set("memory") {
|
| sources -= [
|
| "discardable_memory.cc",
|
| "discardable_memory.h",
|
| - "discardable_memory_shmem.cc",
|
| - "discardable_memory_shmem.h",
|
| - "discardable_memory_shmem_allocator.cc",
|
| - "discardable_memory_shmem_allocator.h",
|
| + "discardable_memory_allocator.cc",
|
| + "discardable_memory_allocator.h",
|
| "discardable_shared_memory.cc",
|
| "discardable_shared_memory.h",
|
| "shared_memory_posix.cc",
|
|
|