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

Side by Side Diff: chromecast/browser/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 import("//chromecast/chromecast.gni")
6
7 source_set("media") {
8 sources = [
9 "cast_browser_cdm_factory.cc",
10 "cast_browser_cdm_factory.h",
11 "cast_media_client_android.cc",
12 "cast_media_client_android.h",
13 "cma_message_filter_host.cc",
14 "cma_message_filter_host.h",
15 "media_pipeline_host.cc",
16 "media_pipeline_host.h",
17 ]
18
19 if (chromecast_branding == "public" && !is_android) {
20 sources += [ "cast_browser_cdm_factory_simple.cc" ]
21 }
22
23 deps = [
24 "//base",
25 "//chromecast/common/media",
26 "//chromecast/media",
27 "//chromecast/public",
28 "//content/public/browser",
29 "//media",
30 "//ui/gfx/geometry",
31 ]
32 }
OLDNEW
« no previous file with comments | « chromecast/browser/BUILD.gn ('k') | chromecast/build/args.gn » ('j') | chromecast/build/args.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698