| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'browser/gamepad/gamepad_test_helpers.h', | 301 'browser/gamepad/gamepad_test_helpers.h', |
| 302 'browser/geolocation/device_data_provider_unittest.cc', | 302 'browser/geolocation/device_data_provider_unittest.cc', |
| 303 'browser/geolocation/geolocation_provider_unittest.cc', | 303 'browser/geolocation/geolocation_provider_unittest.cc', |
| 304 'browser/geolocation/gps_location_provider_unittest_linux.cc', | 304 'browser/geolocation/gps_location_provider_unittest_linux.cc', |
| 305 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 305 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
| 306 'browser/geolocation/network_location_provider_unittest.cc', | 306 'browser/geolocation/network_location_provider_unittest.cc', |
| 307 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 307 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 308 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 308 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 309 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 309 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 310 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 310 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
| 311 'browser/geolocation/win7_location_api_unittest_win.cc', | |
| 312 'browser/geolocation/win7_location_provider_unittest_win.cc', | |
| 313 'browser/gpu/shader_disk_cache_unittest.cc', | 311 'browser/gpu/shader_disk_cache_unittest.cc', |
| 314 'browser/host_zoom_map_impl_unittest.cc', | 312 'browser/host_zoom_map_impl_unittest.cc', |
| 315 'browser/indexed_db/indexed_db_backing_store_unittest.cc', | 313 'browser/indexed_db/indexed_db_backing_store_unittest.cc', |
| 316 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', | 314 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', |
| 317 'browser/indexed_db/indexed_db_database_unittest.cc', | 315 'browser/indexed_db/indexed_db_database_unittest.cc', |
| 318 'browser/indexed_db/indexed_db_fake_backing_store.cc', | 316 'browser/indexed_db/indexed_db_fake_backing_store.cc', |
| 319 'browser/indexed_db/indexed_db_fake_backing_store.h', | 317 'browser/indexed_db/indexed_db_fake_backing_store.h', |
| 320 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', | 318 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', |
| 321 'browser/indexed_db/indexed_db_quota_client_unittest.cc', | 319 'browser/indexed_db/indexed_db_quota_client_unittest.cc', |
| 322 'browser/indexed_db/indexed_db_unittest.cc', | 320 'browser/indexed_db/indexed_db_unittest.cc', |
| (...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1390 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1393 }, | 1391 }, |
| 1394 ], | 1392 ], |
| 1395 }], | 1393 }], |
| 1396 ], | 1394 ], |
| 1397 }, | 1395 }, |
| 1398 ], | 1396 ], |
| 1399 }], | 1397 }], |
| 1400 ], | 1398 ], |
| 1401 } | 1399 } |
| OLD | NEW |