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 'includes': [ | 6 'includes': [ |
7 '../media_variables.gypi' | 7 '../media_variables.gypi' |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 # GN version: //media/blink | 11 # GN version: //media/blink |
12 'target_name': 'media_blink', | 12 'target_name': 'media_blink', |
13 'type': '<(component)', | 13 'type': '<(component)', |
14 'dependencies': [ | 14 'dependencies': [ |
15 '../../base/base.gyp:base', | 15 '../../base/base.gyp:base', |
16 '../../cc/cc.gyp:cc', | 16 '../../cc/cc.gyp:cc', |
17 '../../cc/blink/cc_blink.gyp:cc_blink', | 17 '../../cc/blink/cc_blink.gyp:cc_blink', |
18 '../../gpu/blink/gpu_blink.gyp:gpu_blink', | 18 '../../gpu/blink/gpu_blink.gyp:gpu_blink', |
| 19 '../../gpu/gpu.gyp:gpu', |
19 '../../ui/gfx/gfx.gyp:gfx_geometry', | 20 '../../ui/gfx/gfx.gyp:gfx_geometry', |
20 '../../net/net.gyp:net', | 21 '../../net/net.gyp:net', |
21 '../../skia/skia.gyp:skia', | 22 '../../skia/skia.gyp:skia', |
22 '../../third_party/WebKit/public/blink.gyp:blink', | 23 '../../third_party/WebKit/public/blink.gyp:blink', |
23 '../media.gyp:media', | 24 '../media.gyp:media', |
24 '../media.gyp:shared_memory_support', | 25 '../media.gyp:shared_memory_support', |
25 '../../url/url.gyp:url_lib', | 26 '../../url/url.gyp:url_lib', |
26 ], | 27 ], |
27 'defines': [ | 28 'defines': [ |
28 'MEDIA_BLINK_IMPLEMENTATION', | 29 'MEDIA_BLINK_IMPLEMENTATION', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'webcontentdecryptionmodule_impl.cc', | 73 'webcontentdecryptionmodule_impl.cc', |
73 'webcontentdecryptionmodule_impl.h', | 74 'webcontentdecryptionmodule_impl.h', |
74 'webcontentdecryptionmoduleaccess_impl.cc', | 75 'webcontentdecryptionmoduleaccess_impl.cc', |
75 'webcontentdecryptionmoduleaccess_impl.h', | 76 'webcontentdecryptionmoduleaccess_impl.h', |
76 'webcontentdecryptionmodulesession_impl.cc', | 77 'webcontentdecryptionmodulesession_impl.cc', |
77 'webcontentdecryptionmodulesession_impl.h', | 78 'webcontentdecryptionmodulesession_impl.h', |
78 'webencryptedmediaclient_impl.cc', | 79 'webencryptedmediaclient_impl.cc', |
79 'webencryptedmediaclient_impl.h', | 80 'webencryptedmediaclient_impl.h', |
80 'webinbandtexttrack_impl.cc', | 81 'webinbandtexttrack_impl.cc', |
81 'webinbandtexttrack_impl.h', | 82 'webinbandtexttrack_impl.h', |
| 83 'webmediaplayer_cast_android.cc', |
| 84 'webmediaplayer_cast_android.h', |
82 'webmediaplayer_delegate.h', | 85 'webmediaplayer_delegate.h', |
83 'webmediaplayer_impl.cc', | 86 'webmediaplayer_impl.cc', |
84 'webmediaplayer_impl.h', | 87 'webmediaplayer_impl.h', |
85 'webmediaplayer_params.cc', | 88 'webmediaplayer_params.cc', |
86 'webmediaplayer_params.h', | 89 'webmediaplayer_params.h', |
87 'webmediaplayer_util.cc', | 90 'webmediaplayer_util.cc', |
88 'webmediaplayer_util.h', | 91 'webmediaplayer_util.h', |
89 'webmediasource_impl.cc', | 92 'webmediasource_impl.cc', |
90 'webmediasource_impl.h', | 93 'webmediasource_impl.h', |
91 'websourcebuffer_impl.cc', | 94 'websourcebuffer_impl.cc', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 174 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
172 ], | 175 ], |
173 } | 176 } |
174 ], | 177 ], |
175 ], | 178 ], |
176 }, | 179 }, |
177 ], | 180 ], |
178 }], | 181 }], |
179 ], | 182 ], |
180 } | 183 } |
OLD | NEW |