OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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("//media/media_options.gni") | 5 import("//media/media_options.gni") |
6 | 6 |
7 source_set("pipeline_integration_test_base") { | 7 source_set("pipeline_integration_test_base") { |
8 testonly = true | 8 testonly = true |
9 | 9 |
10 # Even if FFmpeg is enabled on Android we don't want these. | 10 # Even if FFmpeg is enabled on Android we don't want these. |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 ":pipeline_integration_test_base", | 94 ":pipeline_integration_test_base", |
95 "//base", | 95 "//base", |
96 "//base/test:test_support", | 96 "//base/test:test_support", |
97 "//media", | 97 "//media", |
98 "//media:test_support", | 98 "//media:test_support", |
99 "//media/audio:test_support", | 99 "//media/audio:test_support", |
100 "//media/base:test_support", | 100 "//media/base:test_support", |
101 "//media/mojo/interfaces", | 101 "//media/mojo/interfaces", |
102 "//media/mojo/services:proxy", | 102 "//media/mojo/services:proxy", |
103 "//media/mojo/services:renderer_service", | 103 "//media/mojo/services:renderer_service", |
104 "//mojo/application/public/cpp:test_support", | 104 "//mojo/shell/public/cpp:test_support", |
105 "//testing/gtest", | 105 "//testing/gtest", |
106 "//ui/gfx:test_support", | 106 "//ui/gfx:test_support", |
107 "//ui/gfx/geometry", | 107 "//ui/gfx/geometry", |
108 | 108 |
109 # TODO(dalecurtis): Required since the gmock header is included in the | 109 # TODO(dalecurtis): Required since the gmock header is included in the |
110 # header for pipeline_integration_test_base.h. This should be moved | 110 # header for pipeline_integration_test_base.h. This should be moved |
111 # into the .cc file to avoid the extra dependency here. | 111 # into the .cc file to avoid the extra dependency here. |
112 "//testing/gmock", | 112 "//testing/gmock", |
113 ] | 113 ] |
114 } | 114 } |
115 } | 115 } |
OLD | NEW |