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

Unified Diff: base/memory/BUILD.gn

Issue 1280513002: Add GenericSharedMemoryId and use w/ GpuMemoryBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@trackpools
Patch Set: Review Feedback Created 5 years, 4 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 93e464c2227e7ab17f7c25ea60cac1842b241ec9..0d90730989a54abe7bcfb3ea67b2cbd78ab5d01b 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -12,6 +12,8 @@ source_set("memory") {
"discardable_memory_allocator.h",
"discardable_shared_memory.cc",
"discardable_shared_memory.h",
+ "generic_shared_memory_id.cc",
+ "generic_shared_memory_id.h",
"linked_ptr.h",
"manual_constructor.h",
"memory_pressure_listener.cc",

Powered by Google App Engine
This is Rietveld 408576698