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/gpu.gyp:gpu', | 18 '../../gpu/gpu.gyp:gpu', |
19 '../../ui/gfx/gfx.gyp:gfx_geometry', | 19 '../../ui/gfx/gfx.gyp:gfx_geometry', |
20 '../../net/net.gyp:net', | 20 '../../net/net.gyp:net', |
21 '../../skia/skia.gyp:skia', | 21 '../../skia/skia.gyp:skia', |
22 '../../third_party/WebKit/public/blink.gyp:blink', | 22 '../../third_party/WebKit/public/blink.gyp:blink', |
23 '../media.gyp:media', | 23 '../media.gyp:media', |
24 '../media.gyp:shared_memory_support', | 24 '../media.gyp:shared_memory_support', |
| 25 '../mojo/interfaces/mojo_bindings.gyp:remoter_mojo_bindings', |
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', |
29 ], | 30 ], |
30 # This sources list is duplicated in //media/blink/BUILD.gn | 31 # This sources list is duplicated in //media/blink/BUILD.gn |
31 'sources': [ | 32 'sources': [ |
32 'active_loader.cc', | 33 'active_loader.cc', |
33 'active_loader.h', | 34 'active_loader.h', |
34 'buffered_data_source.cc', | 35 'buffered_data_source.cc', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 174 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
174 ], | 175 ], |
175 } | 176 } |
176 ], | 177 ], |
177 ], | 178 ], |
178 }, | 179 }, |
179 ], | 180 ], |
180 }], | 181 }], |
181 ], | 182 ], |
182 } | 183 } |
OLD | NEW |