| 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 '../../gpu/blink/gpu_blink.gyp:gpu_blink', | 15 '../../gpu/blink/gpu_blink.gyp:gpu_blink', |
| 16 '../../ui/gfx/gfx.gyp:gfx_geometry', | 16 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| 17 '../../net/net.gyp:net', | 17 '../../net/net.gyp:net', |
| 18 '../../skia/skia.gyp:skia', | 18 '../../skia/skia.gyp:skia', |
| 19 '../../third_party/WebKit/public/blink.gyp:blink', | 19 '../../third_party/WebKit/public/blink.gyp:blink', |
| 20 '../media.gyp:media', | 20 '../media.gyp:media', |
| 21 '../media.gyp:media_mime_util', |
| 21 '../media.gyp:shared_memory_support', | 22 '../media.gyp:shared_memory_support', |
| 22 '../../url/url.gyp:url_lib', | 23 '../../url/url.gyp:url_lib', |
| 23 ], | 24 ], |
| 24 'defines': [ | 25 'defines': [ |
| 25 'MEDIA_IMPLEMENTATION', | 26 'MEDIA_IMPLEMENTATION', |
| 26 ], | 27 ], |
| 27 # This sources list is duplicated in //media/blink/BUILD.gn | 28 # This sources list is duplicated in //media/blink/BUILD.gn |
| 28 'sources': [ | 29 'sources': [ |
| 29 'active_loader.cc', | 30 'active_loader.cc', |
| 30 'active_loader.h', | 31 'active_loader.h', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'mock_weburlloader.h', | 119 'mock_weburlloader.h', |
| 119 'run_all_unittests.cc', | 120 'run_all_unittests.cc', |
| 120 'test_response_generator.cc', | 121 'test_response_generator.cc', |
| 121 'test_response_generator.h', | 122 'test_response_generator.h', |
| 122 'video_frame_compositor_unittest.cc', | 123 'video_frame_compositor_unittest.cc', |
| 123 'webaudiosourceprovider_impl_unittest.cc', | 124 'webaudiosourceprovider_impl_unittest.cc', |
| 124 ], | 125 ], |
| 125 }, | 126 }, |
| 126 ] | 127 ] |
| 127 } | 128 } |
| OLD | NEW |