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

Unified Diff: base/memory/BUILD.gn

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « base/mac/scoped_mach_port.h ('k') | base/memory/discardable_memory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/BUILD.gn
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
index 5d016ff681221bf14b12fab41c903b1ae8658a7a..3d4c22cd3d5f83bddc036abcfa3518e7294ac296 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -8,14 +8,10 @@ source_set("memory") {
"aligned_memory.h",
"discardable_memory.cc",
"discardable_memory.h",
- "discardable_memory_android.cc",
- "discardable_memory_linux.cc",
- "discardable_memory_mac.cc",
"discardable_memory_shmem.cc",
"discardable_memory_shmem.h",
"discardable_memory_shmem_allocator.cc",
"discardable_memory_shmem_allocator.h",
- "discardable_memory_win.cc",
"discardable_shared_memory.cc",
"discardable_shared_memory.h",
"linked_ptr.h",
@@ -58,7 +54,7 @@ source_set("memory") {
sources -= [ "shared_memory_nacl.cc" ]
}
- defines = [ "BASE_IMPLEMENTATION" ]
+ configs += [ "//base:base_implementation" ]
visibility = [ "//base/*" ]
}
« no previous file with comments | « base/mac/scoped_mach_port.h ('k') | base/memory/discardable_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698