| 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 { |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 'sources': [ | 116 'sources': [ |
| 117 'buffered_data_source_host_impl_unittest.cc', | 117 'buffered_data_source_host_impl_unittest.cc', |
| 118 'buffered_data_source_unittest.cc', | 118 'buffered_data_source_unittest.cc', |
| 119 'buffered_resource_loader_unittest.cc', | 119 'buffered_resource_loader_unittest.cc', |
| 120 'cache_util_unittest.cc', | 120 'cache_util_unittest.cc', |
| 121 'key_system_config_selector_unittest.cc', | 121 'key_system_config_selector_unittest.cc', |
| 122 'lru_unittest.cc', | 122 'lru_unittest.cc', |
| 123 'mock_webframeclient.h', | 123 'mock_webframeclient.h', |
| 124 'mock_weburlloader.cc', | 124 'mock_weburlloader.cc', |
| 125 'mock_weburlloader.h', | 125 'mock_weburlloader.h', |
| 126 'range_map_unittest.cc', |
| 126 'run_all_unittests.cc', | 127 'run_all_unittests.cc', |
| 127 'test_random.h', | 128 'test_random.h', |
| 128 'test_response_generator.cc', | 129 'test_response_generator.cc', |
| 129 'test_response_generator.h', | 130 'test_response_generator.h', |
| 130 'video_frame_compositor_unittest.cc', | 131 'video_frame_compositor_unittest.cc', |
| 131 'webaudiosourceprovider_impl_unittest.cc', | 132 'webaudiosourceprovider_impl_unittest.cc', |
| 132 ], | 133 ], |
| 133 }, | 134 }, |
| 134 ], | 135 ], |
| 135 'conditions': [ | 136 'conditions': [ |
| (...skipping 18 matching lines...) Expand all Loading... |
| 154 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 155 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 155 ], | 156 ], |
| 156 } | 157 } |
| 157 ], | 158 ], |
| 158 ], | 159 ], |
| 159 }, | 160 }, |
| 160 ], | 161 ], |
| 161 }], | 162 }], |
| 162 ], | 163 ], |
| 163 } | 164 } |
| OLD | NEW |