Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2176)

Unified Diff: base/memory/BUILD.gn

Issue 1001873002: base: Rename discardable memory allocator interface and remove unnecessary class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-dm-types
Patch Set: rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698