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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //media/blink | 8 # GN version: //media/blink |
9 'target_name': 'media_blink', | 9 'target_name': 'media_blink', |
10 'type': '<(component)', | 10 'type': '<(component)', |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../../base/base.gyp:base', | 12 '../../base/base.gyp:base', |
13 '../../cc/cc.gyp:cc', | 13 '../../cc/cc.gyp:cc', |
14 '../../cc/blink/cc_blink.gyp:cc_blink', | 14 '../../cc/blink/cc_blink.gyp:cc_blink', |
15 '../../ui/gfx/gfx.gyp:gfx_geometry', | 15 '../../ui/gfx/gfx.gyp:gfx_geometry', |
16 '../../net/net.gyp:net', | 16 '../../net/net.gyp:net', |
17 '../../third_party/WebKit/public/blink.gyp:blink', | 17 '../../third_party/WebKit/public/blink.gyp:blink', |
18 '../media.gyp:media', | 18 '../media.gyp:media', |
19 '../media.gyp:shared_memory_support', | 19 '../media.gyp:shared_memory_support', |
20 '../../url/url.gyp:url_lib', | 20 '../../url/url.gyp:url_lib', |
| 21 '../../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
21 ], | 22 ], |
22 'defines': [ | 23 'defines': [ |
23 'MEDIA_IMPLEMENTATION', | 24 'MEDIA_IMPLEMENTATION', |
24 ], | 25 ], |
25 # This sources list is duplicated in //media/blink/BUILD.gn | 26 # This sources list is duplicated in //media/blink/BUILD.gn |
26 'sources': [ | 27 'sources': [ |
27 'active_loader.cc', | 28 'active_loader.cc', |
28 'active_loader.h', | 29 'active_loader.h', |
29 'buffered_data_source.cc', | 30 'buffered_data_source.cc', |
30 'buffered_data_source.h', | 31 'buffered_data_source.h', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 'mock_weburlloader.h', | 103 'mock_weburlloader.h', |
103 'run_all_unittests.cc', | 104 'run_all_unittests.cc', |
104 'test_response_generator.cc', | 105 'test_response_generator.cc', |
105 'test_response_generator.h', | 106 'test_response_generator.h', |
106 'video_frame_compositor_unittest.cc', | 107 'video_frame_compositor_unittest.cc', |
107 'webaudiosourceprovider_impl_unittest.cc', | 108 'webaudiosourceprovider_impl_unittest.cc', |
108 ], | 109 ], |
109 }, | 110 }, |
110 ] | 111 ] |
111 } | 112 } |
OLD | NEW |