| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 'browser/geolocation/geolocation_provider_unittest.cc', | 265 'browser/geolocation/geolocation_provider_unittest.cc', |
| 266 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 266 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
| 267 'browser/geolocation/location_arbitrator_unittest.cc', | 267 'browser/geolocation/location_arbitrator_unittest.cc', |
| 268 'browser/geolocation/network_location_provider_unittest.cc', | 268 'browser/geolocation/network_location_provider_unittest.cc', |
| 269 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 269 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 270 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 270 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 271 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 271 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
| 272 'browser/geolocation/win7_location_api_unittest_win.cc', | 272 'browser/geolocation/win7_location_api_unittest_win.cc', |
| 273 'browser/geolocation/win7_location_provider_unittest_win.cc', | 273 'browser/geolocation/win7_location_provider_unittest_win.cc', |
| 274 'browser/host_zoom_map_impl_unittest.cc', | 274 'browser/host_zoom_map_impl_unittest.cc', |
| 275 'browser/hyphenator/hyphenator_message_filter_unittest.cc', |
| 275 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', | 276 'browser/in_process_webkit/indexed_db_quota_client_unittest.cc', |
| 276 'browser/in_process_webkit/indexed_db_unittest.cc', | 277 'browser/in_process_webkit/indexed_db_unittest.cc', |
| 277 'browser/in_process_webkit/webkit_thread_unittest.cc', | 278 'browser/in_process_webkit/webkit_thread_unittest.cc', |
| 278 'browser/intents/intent_injector_unittest.cc', | 279 'browser/intents/intent_injector_unittest.cc', |
| 279 'browser/intents/internal_web_intents_dispatcher_unittest.cc', | 280 'browser/intents/internal_web_intents_dispatcher_unittest.cc', |
| 280 'browser/mach_broker_mac_unittest.cc', | 281 'browser/mach_broker_mac_unittest.cc', |
| 281 'browser/notification_service_impl_unittest.cc', | 282 'browser/notification_service_impl_unittest.cc', |
| 282 'browser/plugin_loader_posix_unittest.cc', | 283 'browser/plugin_loader_posix_unittest.cc', |
| 283 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', | 284 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', |
| 284 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', | 285 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 '-buildfile', | 841 '-buildfile', |
| 841 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', | 842 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk
.xml', |
| 842 ] | 843 ] |
| 843 } | 844 } |
| 844 ], | 845 ], |
| 845 }, | 846 }, |
| 846 ], | 847 ], |
| 847 }], | 848 }], |
| 848 ], | 849 ], |
| 849 } | 850 } |
| OLD | NEW |