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

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

Issue 2581013002: [chromecast] Uses mock backend for MediaPipelineImplTest. (Closed)
Patch Set: moved mocks to media/ Created 4 years 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 | « no previous file | chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc » ('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 public_deps = [ 9 public_deps = [
10 "//chromecast/media/audio", 10 "//chromecast/media/audio",
(...skipping 19 matching lines...) Expand all
30 "cma/base/multi_demuxer_stream_adapter_unittest.cc", 30 "cma/base/multi_demuxer_stream_adapter_unittest.cc",
31 "cma/pipeline/audio_video_pipeline_impl_unittest.cc", 31 "cma/pipeline/audio_video_pipeline_impl_unittest.cc",
32 "cma/test/frame_generator_for_test.cc", 32 "cma/test/frame_generator_for_test.cc",
33 "cma/test/frame_generator_for_test.h", 33 "cma/test/frame_generator_for_test.h",
34 "cma/test/frame_segmenter_for_test.cc", 34 "cma/test/frame_segmenter_for_test.cc",
35 "cma/test/frame_segmenter_for_test.h", 35 "cma/test/frame_segmenter_for_test.h",
36 "cma/test/mock_frame_consumer.cc", 36 "cma/test/mock_frame_consumer.cc",
37 "cma/test/mock_frame_consumer.h", 37 "cma/test/mock_frame_consumer.h",
38 "cma/test/mock_frame_provider.cc", 38 "cma/test/mock_frame_provider.cc",
39 "cma/test/mock_frame_provider.h", 39 "cma/test/mock_frame_provider.h",
40 "cma/test/mock_media_pipeline_backend.cc",
41 "cma/test/mock_media_pipeline_backend.h",
40 "cma/test/run_all_unittests.cc", 42 "cma/test/run_all_unittests.cc",
41 ] 43 ]
42 44
43 deps = [ 45 deps = [
44 ":media", 46 ":media",
45 "//base", 47 "//base",
46 "//base:i18n", 48 "//base:i18n",
47 "//base/test:test_support", 49 "//base/test:test_support",
48 "//chromecast/base", 50 "//chromecast/base",
49 "//chromecast/base/metrics:test_support", 51 "//chromecast/base/metrics:test_support",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "//testing/gmock", 89 "//testing/gmock",
88 "//testing/gtest", 90 "//testing/gtest",
89 ] 91 ]
90 92
91 if (chromecast_branding == "public") { 93 if (chromecast_branding == "public") {
92 # Link default libcast_media_1.0 statically not to link dummy one 94 # Link default libcast_media_1.0 statically not to link dummy one
93 # dynamically for public unittests. 95 # dynamically for public unittests.
94 deps += [ "//chromecast/media/base:libcast_media_1.0_default_core" ] 96 deps += [ "//chromecast/media/base:libcast_media_1.0_default_core" ]
95 } 97 }
96 } 98 }
OLDNEW
« no previous file with comments | « no previous file | chromecast/media/cma/pipeline/audio_video_pipeline_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698