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

Unified Diff: chromecast/common/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
« no previous file with comments | « chromecast/common/BUILD.gn ('k') | chromecast/graphics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/media/BUILD.gn
diff --git a/chromecast/common/media/BUILD.gn b/chromecast/common/media/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..5bb55be190078d34a55cfa723d4d197049b4f3d1
--- /dev/null
+++ b/chromecast/common/media/BUILD.gn
@@ -0,0 +1,31 @@
+# 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 = [
+ "cast_message_generator.cc",
+ "cast_message_generator.h",
+ "cast_messages.h",
+ "cma_ipc_common.h",
+ "cma_message_generator.cc",
+ "cma_message_generator.h",
+ "cma_messages.h",
+ "cma_messages.h",
bcf_google 2015/08/05 00:15:13 Is this supposed to be duplicated?
slan 2015/08/05 00:19:25 Nice catch!
+ "cma_param_traits.cc",
+ "cma_param_traits.h",
+ "cma_param_traits_macros.h",
+ "shared_memory_chunk.cc",
+ "shared_memory_chunk.h",
+ ]
+
+ deps = [
+ "//base",
+ "//chromecast/media",
+ "//content/public/common",
+ "//ipc",
+ "//media",
+ "//media:shared_memory_support",
+ "//ui/gfx/ipc",
+ ]
+}
« no previous file with comments | « chromecast/common/BUILD.gn ('k') | chromecast/graphics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698