| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'browser/geolocation/network_location_provider_unittest.cc', | 300 'browser/geolocation/network_location_provider_unittest.cc', |
| 301 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 301 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 302 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 302 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 303 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 303 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 304 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 304 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
| 305 'browser/geolocation/win7_location_api_unittest_win.cc', | 305 'browser/geolocation/win7_location_api_unittest_win.cc', |
| 306 'browser/geolocation/win7_location_provider_unittest_win.cc', | 306 'browser/geolocation/win7_location_provider_unittest_win.cc', |
| 307 'browser/gpu/shader_disk_cache_unittest.cc', | 307 'browser/gpu/shader_disk_cache_unittest.cc', |
| 308 'browser/host_zoom_map_impl_unittest.cc', | 308 'browser/host_zoom_map_impl_unittest.cc', |
| 309 'browser/hyphenator/hyphenator_message_filter_unittest.cc', | 309 'browser/hyphenator/hyphenator_message_filter_unittest.cc', |
| 310 'browser/in_process_webkit/webkit_thread_unittest.cc', | |
| 311 'browser/indexed_db/indexed_db_backing_store_unittest.cc', | 310 'browser/indexed_db/indexed_db_backing_store_unittest.cc', |
| 312 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', | 311 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', |
| 313 'browser/indexed_db/indexed_db_database_unittest.cc', | 312 'browser/indexed_db/indexed_db_database_unittest.cc', |
| 314 'browser/indexed_db/indexed_db_fake_backing_store.cc', | 313 'browser/indexed_db/indexed_db_fake_backing_store.cc', |
| 315 'browser/indexed_db/indexed_db_fake_backing_store.h', | 314 'browser/indexed_db/indexed_db_fake_backing_store.h', |
| 316 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', | 315 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', |
| 317 'browser/indexed_db/indexed_db_quota_client_unittest.cc', | 316 'browser/indexed_db/indexed_db_quota_client_unittest.cc', |
| 318 'browser/indexed_db/indexed_db_unittest.cc', | 317 'browser/indexed_db/indexed_db_unittest.cc', |
| 319 'browser/indexed_db/leveldb/leveldb_unittest.cc', | 318 'browser/indexed_db/leveldb/leveldb_unittest.cc', |
| 320 'browser/indexed_db/list_set_unittest.cc', | 319 'browser/indexed_db/list_set_unittest.cc', |
| (...skipping 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1246 'resource_dir': 'shell/android/shell_apk/res', | 1245 'resource_dir': 'shell/android/shell_apk/res', |
| 1247 'additional_src_dirs': ['public/android/javatests/',], | 1246 'additional_src_dirs': ['public/android/javatests/',], |
| 1248 'is_test_apk': 1, | 1247 'is_test_apk': 1, |
| 1249 }, | 1248 }, |
| 1250 'includes': [ '../build/java_apk.gypi' ], | 1249 'includes': [ '../build/java_apk.gypi' ], |
| 1251 }, | 1250 }, |
| 1252 ], | 1251 ], |
| 1253 }], | 1252 }], |
| 1254 ], | 1253 ], |
| 1255 } | 1254 } |
| OLD | NEW |