Chromium Code Reviews| Index: base/memory/BUILD.gn |
| diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn |
| index c3442794d8c778dde20ff0636754d2a8660df0a4..927005c665c7d6b96442857b1f4c30a9e3dd2b6a 100644 |
| --- a/base/memory/BUILD.gn |
| +++ b/base/memory/BUILD.gn |
| @@ -48,8 +48,6 @@ source_set("memory") { |
| sources -= [ |
| "discardable_memory.cc", |
|
Mark Seaborn
2015/12/15 18:51:35
You might want to enable discardable_memory.{cc,h}
Sean Klein
2015/12/15 19:29:25
Done.
|
| "discardable_memory.h", |
| - "discardable_memory_allocator.cc", |
| - "discardable_memory_allocator.h", |
| "discardable_shared_memory.cc", |
| "discardable_shared_memory.h", |
| "shared_memory_posix.cc", |