| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 'sources': [ | 126 'sources': [ |
| 127 'app/startup_helper_win.cc', | 127 'app/startup_helper_win.cc', |
| 128 'browser/appcache/chrome_appcache_service_unittest.cc', | 128 'browser/appcache/chrome_appcache_service_unittest.cc', |
| 129 'browser/browser_thread_unittest.cc', | 129 'browser/browser_thread_unittest.cc', |
| 130 'browser/browser_url_handler_unittest.cc', | 130 'browser/browser_url_handler_unittest.cc', |
| 131 'browser/child_process_security_policy_unittest.cc', | 131 'browser/child_process_security_policy_unittest.cc', |
| 132 'browser/debugger/devtools_manager_unittest.cc', | 132 'browser/debugger/devtools_manager_unittest.cc', |
| 133 'browser/device_orientation/provider_unittest.cc', | 133 'browser/device_orientation/provider_unittest.cc', |
| 134 'browser/download/base_file_unittest.cc', | 134 'browser/download/base_file_unittest.cc', |
| 135 'browser/download/download_file_unittest.cc', | 135 'browser/download/download_file_unittest.cc', |
| 136 'browser/download/download_query_unittest.cc', |
| 136 'browser/download/download_id_unittest.cc', | 137 'browser/download/download_id_unittest.cc', |
| 137 'browser/download/download_status_updater_unittest.cc', | 138 'browser/download/download_status_updater_unittest.cc', |
| 138 'browser/download/save_package_unittest.cc', | 139 'browser/download/save_package_unittest.cc', |
| 139 'browser/geolocation/device_data_provider_unittest.cc', | 140 'browser/geolocation/device_data_provider_unittest.cc', |
| 140 'browser/geolocation/geolocation_provider_unittest.cc', | 141 'browser/geolocation/geolocation_provider_unittest.cc', |
| 141 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 142 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
| 142 'browser/geolocation/location_arbitrator_unittest.cc', | 143 'browser/geolocation/location_arbitrator_unittest.cc', |
| 143 'browser/geolocation/network_location_provider_unittest.cc', | 144 'browser/geolocation/network_location_provider_unittest.cc', |
| 144 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 145 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 145 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 146 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 ], | 336 ], |
| 336 'sources': [ | 337 'sources': [ |
| 337 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', | 338 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', |
| 338 ], | 339 ], |
| 339 } | 340 } |
| 340 ], | 341 ], |
| 341 }, | 342 }, |
| 342 ], | 343 ], |
| 343 ], | 344 ], |
| 344 } | 345 } |
| OLD | NEW |