OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'browser/geolocation/geolocation_provider_unittest.cc', | 211 'browser/geolocation/geolocation_provider_unittest.cc', |
212 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 212 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
213 'browser/geolocation/location_arbitrator_unittest.cc', | 213 'browser/geolocation/location_arbitrator_unittest.cc', |
214 'browser/geolocation/network_location_provider_unittest.cc', | 214 'browser/geolocation/network_location_provider_unittest.cc', |
215 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 215 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
216 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 216 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
217 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 217 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
218 'browser/geolocation/win7_location_api_unittest_win.cc', | 218 'browser/geolocation/win7_location_api_unittest_win.cc', |
219 'browser/geolocation/win7_location_provider_unittest_win.cc', | 219 'browser/geolocation/win7_location_provider_unittest_win.cc', |
220 'browser/gpu/gpu_blacklist_unittest.cc', | 220 'browser/gpu/gpu_blacklist_unittest.cc', |
221 'browser/host_zoom_map_unittest.cc', | 221 'browser/host_zoom_map_impl_unittest.cc', |
222 'browser/in_process_webkit/dom_storage_unittest.cc', | 222 'browser/in_process_webkit/dom_storage_unittest.cc', |
223 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', | 223 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', |
224 'browser/in_process_webkit/webkit_context_unittest.cc', | 224 'browser/in_process_webkit/webkit_context_unittest.cc', |
225 'browser/in_process_webkit/webkit_thread_unittest.cc', | 225 'browser/in_process_webkit/webkit_thread_unittest.cc', |
226 'browser/mac/closure_blocks_leopard_compat_unittest.cc', | 226 'browser/mac/closure_blocks_leopard_compat_unittest.cc', |
227 'browser/mach_broker_mac_unittest.cc', | 227 'browser/mach_broker_mac_unittest.cc', |
228 'browser/notification_service_impl_unittest.cc', | 228 'browser/notification_service_impl_unittest.cc', |
229 'browser/plugin_loader_posix_unittest.cc', | 229 'browser/plugin_loader_posix_unittest.cc', |
230 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', | 230 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', |
231 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 231 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
466 ], | 466 ], |
467 'sources': [ | 467 'sources': [ |
468 'common/gpu/media/video_decode_accelerator_unittest.cc', | 468 'common/gpu/media/video_decode_accelerator_unittest.cc', |
469 ], | 469 ], |
470 } | 470 } |
471 ], | 471 ], |
472 }, | 472 }, |
473 ], | 473 ], |
474 ], | 474 ], |
475 } | 475 } |
OLD | NEW |