OLD | NEW |
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", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 | 46 |
47 deps = [ | 47 deps = [ |
48 ":media", | 48 ":media", |
49 "//chromecast/media/audio:test_support", | 49 "//chromecast/media/audio:test_support", |
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 "//chromecast/renderer/media", |
56 "//media", | 57 "//media", |
57 "//media/base:test_support", | 58 "//media/base:test_support", |
58 "//testing/gmock", | 59 "//testing/gmock", |
59 "//testing/gtest", | 60 "//testing/gtest", |
60 "//ui/gfx/geometry", | 61 "//ui/gfx/geometry", |
61 ] | 62 ] |
62 } | 63 } |
63 | 64 |
64 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete. | 65 # TODO(slan): delete this target once Chromecast M44/earlier is obsolete. |
65 # See: b/21639416 | 66 # See: b/21639416 |
66 shared_library("libffmpegsumo") { | 67 shared_library("libffmpegsumo") { |
67 output_name = "libffmpegsumo" | 68 output_name = "libffmpegsumo" |
68 } | 69 } |
OLD | NEW |