| 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)', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'webmediaplayer_util.h', | 55 'webmediaplayer_util.h', |
| 56 'webmediasource_impl.cc', | 56 'webmediasource_impl.cc', |
| 57 'webmediasource_impl.h', | 57 'webmediasource_impl.h', |
| 58 'websourcebuffer_impl.cc', | 58 'websourcebuffer_impl.cc', |
| 59 'websourcebuffer_impl.h', | 59 'websourcebuffer_impl.h', |
| 60 ], | 60 ], |
| 61 'conditions': [ | 61 'conditions': [ |
| 62 ['OS=="android"', { | 62 ['OS=="android"', { |
| 63 'sources!': [ | 63 'sources!': [ |
| 64 'webmediaplayer_impl.cc', | 64 'webmediaplayer_impl.cc', |
| 65 'webmediaplayer_impl.h', |
| 65 ], | 66 ], |
| 66 }, | 67 }], |
| 67 ], | |
| 68 ], | 68 ], |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 'target_name': 'media_blink_unittests', | 71 'target_name': 'media_blink_unittests', |
| 72 'type': '<(gtest_target_type)', | 72 'type': '<(gtest_target_type)', |
| 73 'dependencies': [ | 73 'dependencies': [ |
| 74 'media_blink', | 74 'media_blink', |
| 75 '../media.gyp:media', | 75 '../media.gyp:media', |
| 76 '../media.gyp:media_test_support', | 76 '../media.gyp:media_test_support', |
| 77 '../../base/base.gyp:base', | 77 '../../base/base.gyp:base', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 97 'mock_weburlloader.h', | 97 'mock_weburlloader.h', |
| 98 'run_all_unittests.cc', | 98 'run_all_unittests.cc', |
| 99 'test_response_generator.cc', | 99 'test_response_generator.cc', |
| 100 'test_response_generator.h', | 100 'test_response_generator.h', |
| 101 'video_frame_compositor_unittest.cc', | 101 'video_frame_compositor_unittest.cc', |
| 102 'webaudiosourceprovider_impl_unittest.cc', | 102 'webaudiosourceprovider_impl_unittest.cc', |
| 103 ], | 103 ], |
| 104 }, | 104 }, |
| 105 ] | 105 ] |
| 106 } | 106 } |
| OLD | NEW |