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

Unified Diff: components/mus/common/BUILD.gn

Issue 2049083002: Implement MusGpuMemoryBufferManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the mojom document Created 4 years, 6 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 | components/mus/common/generic_shared_memory_id_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/BUILD.gn
diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
index d1e7f30795caef8e889e96554092827fc24bbe40..4fb9586f5ecadabf3dc7d87c69c325a07449901f 100644
--- a/components/mus/common/BUILD.gn
+++ b/components/mus/common/BUILD.gn
@@ -10,6 +10,8 @@ component("mus_common") {
sources = [
"event_matcher_util.cc",
"event_matcher_util.h",
+ "generic_shared_memory_id_generator.cc",
+ "generic_shared_memory_id_generator.h",
"gpu_memory_buffer_impl.cc",
"gpu_memory_buffer_impl.h",
"gpu_service.cc",
« no previous file with comments | « no previous file | components/mus/common/generic_shared_memory_id_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698