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

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

Issue 1213333003: Build public cast_shell on x86 with GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: TODOs cleaned up. Created 5 years, 4 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
« chromecast/common/media/BUILD.gn ('K') | « chromecast/renderer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/renderer/media/BUILD.gn
diff --git a/chromecast/renderer/media/BUILD.gn b/chromecast/renderer/media/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..9197fbefec1775765d611ad168a5763f0fbb0e11
--- /dev/null
+++ b/chromecast/renderer/media/BUILD.gn
@@ -0,0 +1,29 @@
+# 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("media") {
+ sources = [
+ "audio_pipeline_proxy.cc",
+ "audio_pipeline_proxy.h",
+ "chromecast_media_renderer_factory.cc",
+ "chromecast_media_renderer_factory.h",
+ "cma_message_filter_proxy.cc",
+ "cma_message_filter_proxy.h",
+ "media_channel_proxy.cc",
+ "media_channel_proxy.h",
+ "media_pipeline_proxy.cc",
+ "media_pipeline_proxy.h",
+ "video_pipeline_proxy.cc",
+ "video_pipeline_proxy.h",
+ ]
+
+ deps = [
+ "//base",
+ "//chromecast/common/media",
+ "//chromecast/media",
+ "//content/public/renderer",
+ "//ipc",
+ "//media",
+ ]
+}
« chromecast/common/media/BUILD.gn ('K') | « chromecast/renderer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698