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

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

Issue 1055173005: Add BUILD.gn files for chromecast/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved args.gn Created 5 years, 8 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.gni ('k') | chromecast/media/base/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
(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("//testing/test.gni")
6
7 group("media") {
8 deps = [
9 "//chromecast/media/base",
10 "//chromecast/media/cdm",
11 "//chromecast/media/cma",
12 ]
13 }
14
15 test("unittests") {
16 sources = [
17 "//media/base",
18 "cma/backend/audio_video_pipeline_device_unittest.cc",
19 "cma/base/balanced_media_task_runner_unittest.cc",
20 "cma/base/buffering_controller_unittest.cc",
21 "cma/base/buffering_frame_provider_unittest.cc",
22 "cma/filters/demuxer_stream_adapter_unittest.cc",
23 "cma/ipc/media_message_fifo_unittest.cc",
24 "cma/ipc/media_message_unittest.cc",
25 "cma/ipc_streamer/av_streamer_unittest.cc",
26 "cma/pipeline/audio_video_pipeline_impl_unittest.cc",
27 "cma/test/frame_generator_for_test.cc",
28 "cma/test/frame_generator_for_test.h",
29 "cma/test/frame_segmenter_for_test.cc",
30 "cma/test/frame_segmenter_for_test.h",
31 "cma/test/media_component_device_feeder_for_test.cc",
32 "cma/test/media_component_device_feeder_for_test.h",
33 "cma/test/mock_frame_consumer.cc",
34 "cma/test/mock_frame_consumer.h",
35 "cma/test/mock_frame_provider.cc",
36 "cma/test/mock_frame_provider.h",
37 "cma/test/run_all_unittests.cc",
38 ]
39
40 deps = [
41 ":media",
42 "//base",
43 "//base:i18n",
44 "//base/test:test_support",
45 "//chromecast/base/metrics:test_support",
46 "//media",
47 "//media/base:test_support",
48 "//testing/gmock",
49 "//testing/gtest",
50 ]
51
52 configs += [ "//chromecast:config" ]
53 }
OLDNEW
« no previous file with comments | « chromecast/chromecast.gni ('k') | chromecast/media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698