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

Unified Diff: chromecast/media/cma/pipeline/BUILD.gn

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved args.gn Created 5 years, 8 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 | « chromecast/media/cma/ipc_streamer/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/pipeline/BUILD.gn
diff --git a/chromecast/media/cma/pipeline/BUILD.gn b/chromecast/media/cma/pipeline/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..f82a8d9a3f68321a29ddcffe3a49ea1445a3d74c
--- /dev/null
+++ b/chromecast/media/cma/pipeline/BUILD.gn
@@ -0,0 +1,44 @@
+# Copyright 2015 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("pipeline") {
+ sources = [
+ "audio_pipeline.cc",
+ "audio_pipeline.h",
+ "audio_pipeline_impl.cc",
+ "audio_pipeline_impl.h",
+ "av_pipeline_client.cc",
+ "av_pipeline_client.h",
+ "av_pipeline_impl.cc",
+ "av_pipeline_impl.h",
+ "decrypt_util.cc",
+ "decrypt_util.h",
+ "load_type.h",
+ "media_pipeline.h",
+ "media_pipeline_client.cc",
+ "media_pipeline_client.h",
+ "media_pipeline_impl.cc",
+ "media_pipeline_impl.h",
+ "video_pipeline.cc",
+ "video_pipeline.h",
+ "video_pipeline_client.cc",
+ "video_pipeline_client.h",
+ "video_pipeline_impl.cc",
+ "video_pipeline_impl.h",
+ ]
+
+ deps = [
+ "//base",
+ "//chromecast/media/cma/backend",
+ "//chromecast/media/cma/base",
+ "//chromecast/media/base",
+ "//chromecast/media/cdm",
+ "//crypto",
+ "//crypto:platform",
+ "//media",
+ "//third_party/boringssl",
+ ]
+
+ configs += [ "//chromecast:config" ]
+}
« no previous file with comments | « chromecast/media/cma/ipc_streamer/BUILD.gn ('k') | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698