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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("media") {
6 sources = [
7 "cast_message_generator.cc",
8 "cast_message_generator.h",
9 "cast_messages.h",
10 "cma_ipc_common.h",
11 "cma_message_generator.cc",
12 "cma_message_generator.h",
13 "cma_messages.h",
14 "cma_param_traits.cc",
15 "cma_param_traits.h",
16 "cma_param_traits_macros.h",
17 "shared_memory_chunk.cc",
18 "shared_memory_chunk.h",
19 ]
20
21 deps = [
22 "//base",
23 "//chromecast/media",
24 "//content/public/common",
25 "//ipc",
26 "//media",
27 "//media:shared_memory_support",
28 "//ui/gfx/ipc",
29 ]
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698