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

Side by Side Diff: chromecast/media/cma/backend/BUILD.gn

Issue 1372393007: [Chromecast] Upgrade to new CMA backend API (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Address alokp@ comments Created 5 years, 2 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
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("backend") { 5 source_set("backend") {
6 sources = [ 6 sources = [
7 "audio_pipeline_device_default.cc",
8 "audio_pipeline_device_default.h",
9 "media_clock_device_default.cc",
10 "media_clock_device_default.h",
11 "media_component_device_default.cc",
12 "media_component_device_default.h",
13 "media_pipeline_backend_default.cc", 7 "media_pipeline_backend_default.cc",
14 "media_pipeline_backend_default.h", 8 "media_pipeline_backend_default.h",
15 "video_pipeline_device_default.cc",
16 "video_pipeline_device_default.h",
17 ]
18
19 # This target cannot depend on //media. Include these headers directly.
20 sources += [
21 "//media/base/media_export.h",
22 "//media/base/timestamp_constants.h",
23 ] 9 ]
24 10
25 public_deps = [ 11 public_deps = [
26 "//chromecast/public", 12 "//chromecast/public",
27 "//chromecast/public/media", 13 "//chromecast/public/media",
28 ] 14 ]
29 15
30 deps = [ 16 deps = [
31 "//base", 17 "//base",
32 ] 18 ]
33 19
34 configs += [ "//chromecast:config" ] 20 configs += [ "//chromecast:config" ]
35 } 21 }
OLDNEW
« no previous file with comments | « chromecast/media/cma/BUILD.gn ('k') | chromecast/media/cma/backend/audio_pipeline_device_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698