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

Unified Diff: base/BUILD.gn

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 556a09a21f73b68e9eafde14548e7db3bf8d962b..d94b4400107fd1bba26ec8313ea1a83343cfa974 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -329,7 +329,13 @@ component("base") {
"memory/discardable_memory_mac.cc",
"memory/discardable_memory_manager.cc",
"memory/discardable_memory_manager.h",
+ "memory/discardable_memory_shmem.cc",
+ "memory/discardable_memory_shmem.h",
+ "memory/discardable_memory_shmem_allocator.cc",
+ "memory/discardable_memory_shmem_allocator.h",
"memory/discardable_memory_win.cc",
+ "memory/discardable_shared_memory.cc",
+ "memory/discardable_shared_memory.h",
"memory/linked_ptr.h",
"memory/manual_constructor.h",
"memory/memory_pressure_listener.cc",
@@ -1185,6 +1191,7 @@ test("base_unittests") {
"memory/aligned_memory_unittest.cc",
"memory/discardable_memory_manager_unittest.cc",
"memory/discardable_memory_unittest.cc",
+ "memory/discardable_shared_memory_unittest.cc",
"memory/linked_ptr_unittest.cc",
"memory/ref_counted_memory_unittest.cc",
"memory/ref_counted_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698