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

Unified Diff: mojo/services/media/common/cpp/BUILD.gn

Issue 1460693004: Add helper classes to for managing shared buffers. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix .gitignore Created 5 years, 1 month 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: mojo/services/media/common/cpp/BUILD.gn
diff --git a/mojo/services/media/common/cpp/BUILD.gn b/mojo/services/media/common/cpp/BUILD.gn
index 98697a8f97425b592b17bbc914f9fb9943271ca4..627a7267b1040381657479fb101ca23ee65363d0 100644
--- a/mojo/services/media/common/cpp/BUILD.gn
+++ b/mojo/services/media/common/cpp/BUILD.gn
@@ -10,9 +10,15 @@ mojo_sdk_source_set("cpp") {
sources = [
"circular_buffer_media_pipe_adapter.cc",
"circular_buffer_media_pipe_adapter.h",
+ "fifo_allocator.cc",
+ "fifo_allocator.h",
"linear_transform.cc",
"linear_transform.h",
"local_time.h",
+ "mapped_shared_buffer.cc",
+ "mapped_shared_buffer.h",
+ "shared_media_buffer_allocator.cc",
+ "shared_media_buffer_allocator.h",
]
if (is_posix) {

Powered by Google App Engine
This is Rietveld 408576698