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

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: Remove dup include. 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
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..a2052cd51803dfb409ba97deff7e49450fd84daf
--- /dev/null
+++ b/chromecast/common/media/BUILD.gn
@@ -0,0 +1,30 @@
+# 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_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",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698