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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 'browser/gamepad/gamepad_test_helpers.h', | 390 'browser/gamepad/gamepad_test_helpers.h', |
391 'browser/geolocation/geolocation_provider_unittest.cc', | 391 'browser/geolocation/geolocation_provider_unittest.cc', |
392 'browser/geolocation/location_arbitrator_impl_unittest.cc', | 392 'browser/geolocation/location_arbitrator_impl_unittest.cc', |
393 'browser/geolocation/network_location_provider_unittest.cc', | 393 'browser/geolocation/network_location_provider_unittest.cc', |
394 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', | 394 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', |
395 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 395 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
396 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 396 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
397 'browser/geolocation/wifi_data_provider_unittest_win.cc', | 397 'browser/geolocation/wifi_data_provider_unittest_win.cc', |
398 'browser/gpu/shader_disk_cache_unittest.cc', | 398 'browser/gpu/shader_disk_cache_unittest.cc', |
399 'browser/host_zoom_map_impl_unittest.cc', | 399 'browser/host_zoom_map_impl_unittest.cc', |
| 400 'browser/indexed_db/indexed_db_active_blob_registry_unittest.cc', |
400 'browser/indexed_db/indexed_db_backing_store_unittest.cc', | 401 'browser/indexed_db/indexed_db_backing_store_unittest.cc', |
401 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', | 402 'browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc', |
402 'browser/indexed_db/indexed_db_database_unittest.cc', | 403 'browser/indexed_db/indexed_db_database_unittest.cc', |
403 'browser/indexed_db/indexed_db_factory_unittest.cc', | 404 'browser/indexed_db/indexed_db_factory_unittest.cc', |
404 'browser/indexed_db/indexed_db_fake_backing_store.cc', | 405 'browser/indexed_db/indexed_db_fake_backing_store.cc', |
405 'browser/indexed_db/indexed_db_fake_backing_store.h', | 406 'browser/indexed_db/indexed_db_fake_backing_store.h', |
406 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', | 407 'browser/indexed_db/indexed_db_leveldb_coding_unittest.cc', |
407 'browser/indexed_db/indexed_db_quota_client_unittest.cc', | 408 'browser/indexed_db/indexed_db_quota_client_unittest.cc', |
408 'browser/indexed_db/indexed_db_transaction_unittest.cc', | 409 'browser/indexed_db/indexed_db_transaction_unittest.cc', |
409 'browser/indexed_db/indexed_db_unittest.cc', | 410 'browser/indexed_db/indexed_db_unittest.cc', |
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1719 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1720 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1720 }, | 1721 }, |
1721 ], | 1722 ], |
1722 }], | 1723 }], |
1723 ], | 1724 ], |
1724 }, | 1725 }, |
1725 ], | 1726 ], |
1726 }], | 1727 }], |
1727 ], | 1728 ], |
1728 } | 1729 } |
OLD | NEW |