| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'interval_map_unittest.cc', | 136 'interval_map_unittest.cc', |
| 137 'key_system_config_selector_unittest.cc', | 137 'key_system_config_selector_unittest.cc', |
| 138 'lru_unittest.cc', | 138 'lru_unittest.cc', |
| 139 'mock_webframeclient.h', | 139 'mock_webframeclient.h', |
| 140 'mock_weburlloader.cc', | 140 'mock_weburlloader.cc', |
| 141 'mock_weburlloader.h', | 141 'mock_weburlloader.h', |
| 142 'multibuffer_data_source_unittest.cc', | 142 'multibuffer_data_source_unittest.cc', |
| 143 'multibuffer_unittest.cc', | 143 'multibuffer_unittest.cc', |
| 144 'resource_multibuffer_data_provider_unittest.cc', | 144 'resource_multibuffer_data_provider_unittest.cc', |
| 145 'run_all_unittests.cc', | 145 'run_all_unittests.cc', |
| 146 'test_random.h', | |
| 147 'test_response_generator.cc', | 146 'test_response_generator.cc', |
| 148 'test_response_generator.h', | 147 'test_response_generator.h', |
| 149 'url_index_unittest.cc', | 148 'url_index_unittest.cc', |
| 150 'video_frame_compositor_unittest.cc', | 149 'video_frame_compositor_unittest.cc', |
| 151 'webaudiosourceprovider_impl_unittest.cc', | 150 'webaudiosourceprovider_impl_unittest.cc', |
| 152 ], | 151 ], |
| 153 }, | 152 }, |
| 154 ], | 153 ], |
| 155 'conditions': [ | 154 'conditions': [ |
| 156 ['test_isolation_mode != "noop"', { | 155 ['test_isolation_mode != "noop"', { |
| (...skipping 17 matching lines...) Expand all 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 |