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("//testing/test.gni") | 5 import("//testing/test.gni") |
6 | 6 |
7 component("blink") { | 7 component("blink") { |
8 output_name = "media_blink" | 8 output_name = "media_blink" |
9 | 9 |
10 deps = [ | 10 deps = [ |
11 "//base", | 11 "//base", |
12 "//cc", | 12 "//cc", |
13 "//cc/blink", | 13 "//cc/blink", |
14 "//gpu/blink", | 14 "//gpu/blink", |
15 "//media", | 15 "//media", |
16 "//media:shared_memory_support", | 16 "//media:shared_memory_support", |
17 "//net", | 17 "//net", |
| 18 "//skia", |
18 "//third_party/WebKit/public:blink", | 19 "//third_party/WebKit/public:blink", |
19 "//ui/gfx", | 20 "//ui/gfx", |
20 "//ui/gfx/geometry", | 21 "//ui/gfx/geometry", |
21 "//url", | 22 "//url", |
22 ] | 23 ] |
23 | 24 |
24 defines = [ "MEDIA_IMPLEMENTATION" ] | 25 defines = [ "MEDIA_IMPLEMENTATION" ] |
25 | 26 |
26 sources = [ | 27 sources = [ |
27 "active_loader.cc", | 28 "active_loader.cc", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 "mock_weburlloader.cc", | 113 "mock_weburlloader.cc", |
113 "mock_weburlloader.h", | 114 "mock_weburlloader.h", |
114 "run_all_unittests.cc", | 115 "run_all_unittests.cc", |
115 "test_response_generator.cc", | 116 "test_response_generator.cc", |
116 "test_response_generator.h", | 117 "test_response_generator.h", |
117 "video_frame_compositor_unittest.cc", | 118 "video_frame_compositor_unittest.cc", |
118 "webaudiosourceprovider_impl_unittest.cc", | 119 "webaudiosourceprovider_impl_unittest.cc", |
119 ] | 120 ] |
120 } | 121 } |
121 } | 122 } |
OLD | NEW |