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', | |
19 '../../gpu/gpu.gyp:gpu', | 18 '../../gpu/gpu.gyp:gpu', |
20 '../../ui/gfx/gfx.gyp:gfx_geometry', | 19 '../../ui/gfx/gfx.gyp:gfx_geometry', |
21 '../../net/net.gyp:net', | 20 '../../net/net.gyp:net', |
22 '../../skia/skia.gyp:skia', | 21 '../../skia/skia.gyp:skia', |
23 '../../third_party/WebKit/public/blink.gyp:blink', | 22 '../../third_party/WebKit/public/blink.gyp:blink', |
24 '../media.gyp:media', | 23 '../media.gyp:media', |
25 '../media.gyp:shared_memory_support', | 24 '../media.gyp:shared_memory_support', |
26 '../../url/url.gyp:url_lib', | 25 '../../url/url.gyp:url_lib', |
27 ], | 26 ], |
28 'defines': [ | 27 'defines': [ |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 173 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
175 ], | 174 ], |
176 } | 175 } |
177 ], | 176 ], |
178 ], | 177 ], |
179 }, | 178 }, |
180 ], | 179 ], |
181 }], | 180 }], |
182 ], | 181 ], |
183 } | 182 } |
OLD | NEW |