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

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: sync Created 4 years, 11 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 | « .gitignore ('k') | mojo/services/media/common/cpp/fifo_allocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « .gitignore ('k') | mojo/services/media/common/cpp/fifo_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698