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

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

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chromecast/media/cma/BUILD.gn
diff --git a/chromecast/media/cma/BUILD.gn b/chromecast/media/cma/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..80a957d4843e2c98fe0d5f4f00a9f43de697bc02
--- /dev/null
+++ b/chromecast/media/cma/BUILD.gn
@@ -0,0 +1,14 @@
+# 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.
+
+component("cma") {
brettw 2015/04/21 16:39:09 group
prashantv 2015/04/21 18:21:36 Done.
+ deps = [
+ "//chromecast/media/cma/backend",
+ "//chromecast/media/cma/base",
+ "//chromecast/media/cma/filters",
+ "//chromecast/media/cma/ipc",
+ "//chromecast/media/cma/ipc_streamer",
+ "//chromecast/media/cma/pipeline",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698