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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 277 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
278 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 278 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
279 'browser/geolocation/network_location_provider_unittest.cc', | 279 'browser/geolocation/network_location_provider_unittest.cc', |
280 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 280 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
281 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 281 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
282 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 282 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
283 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 283 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
284 'browser/geolocation/win7_location_api_unittest_win.cc', | 284 'browser/geolocation/win7_location_api_unittest_win.cc', |
285 'browser/geolocation/win7_location_provider_unittest_win.cc', | 285 'browser/geolocation/win7_location_provider_unittest_win.cc', |
286 'browser/gpu/gpu_blacklist_unittest.cc', | 286 'browser/gpu/gpu_blacklist_unittest.cc', |
| 287 'browser/gpu/gpu_control_list_unittest.cc', |
287 'browser/gpu/gpu_data_manager_impl_unittest.cc', | 288 'browser/gpu/gpu_data_manager_impl_unittest.cc', |
| 289 'browser/gpu/gpu_driver_bug_list_unittest.cc', |
| 290 'browser/gpu/gpu_switching_list_unittest.cc', |
288 'browser/gpu/gpu_util_unittest.cc', | 291 'browser/gpu/gpu_util_unittest.cc', |
289 'browser/host_zoom_map_impl_unittest.cc', | 292 'browser/host_zoom_map_impl_unittest.cc', |
290 'browser/hyphenator/hyphenator_message_filter_unittest.cc', | 293 'browser/hyphenator/hyphenator_message_filter_unittest.cc', |
291 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', | 294 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', |
292 'browser/in_process_webkit/indexed_db_unittest.cc', | 295 'browser/in_process_webkit/indexed_db_unittest.cc', |
293 'browser/in_process_webkit/webkit_thread_unittest.cc', | 296 'browser/in_process_webkit/webkit_thread_unittest.cc', |
294 'browser/loader/resource_buffer_unittest.cc', | 297 'browser/loader/resource_buffer_unittest.cc', |
295 'browser/loader/resource_dispatcher_host_unittest.cc', | 298 'browser/loader/resource_dispatcher_host_unittest.cc', |
296 'browser/loader/resource_loader_unittest.cc', | 299 'browser/loader/resource_loader_unittest.cc', |
297 'browser/loader/resource_scheduler_unittest.cc', | 300 'browser/loader/resource_scheduler_unittest.cc', |
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1051 'additional_src_dirs': ['../content/public/android/javatests/',], | 1054 'additional_src_dirs': ['../content/public/android/javatests/',], |
1052 'resource_dir': '../shell_apk/res', | 1055 'resource_dir': '../shell_apk/res', |
1053 'is_test_apk': 1, | 1056 'is_test_apk': 1, |
1054 }, | 1057 }, |
1055 'includes': [ '../build/java_apk.gypi' ], | 1058 'includes': [ '../build/java_apk.gypi' ], |
1056 }, | 1059 }, |
1057 ], | 1060 ], |
1058 }], | 1061 }], |
1059 ], | 1062 ], |
1060 } | 1063 } |
OLD | NEW |