| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'browser/gamepad/gamepad_test_helpers.h', | 391 'browser/gamepad/gamepad_test_helpers.h', |
| 392 'browser/geolocation/geolocation_provider_unittest.cc', | 392 'browser/geolocation/geolocation_provider_unittest.cc', |
| 393 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 393 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
| 394 'browser/geolocation/network_location_provider_unittest.cc', | 394 'browser/geolocation/network_location_provider_unittest.cc', |
| 395 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 395 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
| 396 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 396 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
| 397 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 397 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
| 398 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 398 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
| 399 'browser/gpu/shader_disk_cache_unittest.cc', | 399 'browser/gpu/shader_disk_cache_unittest.cc', |
| 400 'browser/host_zoom_map_impl_unittest.cc', | 400 'browser/host_zoom_map_impl_unittest.cc', |
| 401 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc', |
| 401 'browser/indexed_db/indexed_db_backing_store_unittest.cc', | 402 'browser/indexed_db/indexed_db_backing_store_unittest.cc', |
| 402 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', | 403 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', |
| 403 'browser/indexed_db/indexed_db_database_unittest.cc', | 404 'browser/indexed_db/indexed_db_database_unittest.cc', |
| 404 'browser/indexed_db/indexed_db_factory_unittest.cc', | 405 'browser/indexed_db/indexed_db_factory_unittest.cc', |
| 405 'browser/indexed_db/indexed_db_fake_backing_store.cc', | 406 'browser/indexed_db/indexed_db_fake_backing_store.cc', |
| 406 'browser/indexed_db/indexed_db_fake_backing_store.h', | 407 'browser/indexed_db/indexed_db_fake_backing_store.h', |
| 407 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', | 408 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', |
| 408 'browser/indexed_db/indexed_db_quota_client_unittest.cc', | 409 'browser/indexed_db/indexed_db_quota_client_unittest.cc', |
| 409 'browser/indexed_db/indexed_db_transaction_unittest.cc', | 410 'browser/indexed_db/indexed_db_transaction_unittest.cc', |
| 410 'browser/indexed_db/indexed_db_unittest.cc', | 411 'browser/indexed_db/indexed_db_unittest.cc', |
| (...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1772 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1773 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1773 }, | 1774 }, |
| 1774 ], | 1775 ], |
| 1775 }], | 1776 }], |
| 1776 ], | 1777 ], |
| 1777 }, | 1778 }, |
| 1778 ], | 1779 ], |
| 1779 }], | 1780 }], |
| 1780 ], | 1781 ], |
| 1781 } | 1782 } |
| OLD | NEW |