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

Side by Side Diff: chromecast/media/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
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | chromecast/media/audio/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("media") { 8 group("media") {
9 deps = [ 9 deps = [
10 "//chromecast/media/audio", 10 "//chromecast/media/audio",
11 "//chromecast/media/base", 11 "//chromecast/media/base",
12 "//chromecast/media/cdm", 12 "//chromecast/media/cdm",
13 "//chromecast/media/cma", 13 "//chromecast/media/cma",
14 ] 14 ]
15 } 15 }
16 16
17 test("cast_media_unittests") { 17 test("cast_media_unittests") {
18 sources = [ 18 sources = [
19 "audio/cast_audio_output_stream_unittest.cc", 19 "audio/cast_audio_output_stream_unittest.cc",
20 "cma/backend/audio_video_pipeline_device_unittest.cc", 20 "cma/backend/audio_video_pipeline_device_unittest.cc",
21 "cma/base/balanced_media_task_runner_unittest.cc", 21 "cma/base/balanced_media_task_runner_unittest.cc",
22 "cma/base/buffering_controller_unittest.cc", 22 "cma/base/buffering_controller_unittest.cc",
23 "cma/base/buffering_frame_provider_unittest.cc", 23 "cma/base/buffering_frame_provider_unittest.cc",
24 "cma/filters/demuxer_stream_adapter_unittest.cc",
25 "cma/filters/multi_demuxer_stream_adapter_unittest.cc",
26 "cma/ipc/media_message_fifo_unittest.cc", 24 "cma/ipc/media_message_fifo_unittest.cc",
27 "cma/ipc/media_message_unittest.cc", 25 "cma/ipc/media_message_unittest.cc",
28 "cma/ipc_streamer/av_streamer_unittest.cc", 26 "cma/ipc_streamer/av_streamer_unittest.cc",
29 "cma/pipeline/audio_video_pipeline_impl_unittest.cc", 27 "cma/pipeline/audio_video_pipeline_impl_unittest.cc",
30 "cma/test/demuxer_stream_for_test.cc",
31 "cma/test/demuxer_stream_for_test.h",
32 "cma/test/frame_generator_for_test.cc", 28 "cma/test/frame_generator_for_test.cc",
33 "cma/test/frame_generator_for_test.h", 29 "cma/test/frame_generator_for_test.h",
34 "cma/test/frame_segmenter_for_test.cc", 30 "cma/test/frame_segmenter_for_test.cc",
35 "cma/test/frame_segmenter_for_test.h", 31 "cma/test/frame_segmenter_for_test.h",
36 "cma/test/media_component_device_feeder_for_test.cc",
37 "cma/test/media_component_device_feeder_for_test.h",
38 "cma/test/mock_frame_consumer.cc", 32 "cma/test/mock_frame_consumer.cc",
39 "cma/test/mock_frame_consumer.h", 33 "cma/test/mock_frame_consumer.h",
40 "cma/test/mock_frame_provider.cc", 34 "cma/test/mock_frame_provider.cc",
41 "cma/test/mock_frame_provider.h", 35 "cma/test/mock_frame_provider.h",
42 "cma/test/run_all_unittests.cc", 36 "cma/test/run_all_unittests.cc",
43 ] 37 ]
44 38
45 configs += [ "//chromecast:config" ] 39 configs += [ "//chromecast:config" ]
46 40
47 deps = [ 41 deps = [
48 ":media", 42 ":media",
49 "//chromecast/media/audio:test_support", 43 "//chromecast/media/audio:test_support",
44 "//chromecast/media/base:message_loop",
45 "//chromecast/media/cma/backend",
46 "//chromecast/media/cma/base",
47 "//chromecast/media/cma/ipc",
48 "//chromecast/media/cma/ipc_streamer",
49 "//chromecast/media/cma/pipeline",
50 "//base", 50 "//base",
51 "//base:i18n", 51 "//base:i18n",
52 "//base/test:test_support", 52 "//base/test:test_support",
53 "//chromecast/base", 53 "//chromecast/base",
54 "//chromecast/base/metrics:test_support", 54 "//chromecast/base/metrics:test_support",
55 "//chromecast/public", 55 "//chromecast/public",
56 "//media", 56 "//media",
57 "//media/base:test_support", 57 "//media/base:test_support",
58 "//testing/gmock", 58 "//testing/gmock",
59 "//testing/gtest", 59 "//testing/gtest",
60 "//ui/gfx/geometry", 60 "//ui/gfx/geometry",
61 ] 61 ]
62 } 62 }
63 63
64 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete. 64 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete.
65 # See: b/21639416 65 # See: b/21639416
66 shared_library("libffmpegsumo") { 66 shared_library("libffmpegsumo") {
67 output_name = "libffmpegsumo" 67 output_name = "libffmpegsumo"
68 } 68 }
OLDNEW
« no previous file with comments | « chromecast/chromecast_tests.gypi ('k') | chromecast/media/audio/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698