| 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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', | 627 '../webkit/browser/fileapi/sandbox_origin_database_unittest.cc', |
| 628 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.
cc', | 628 '../webkit/browser/fileapi/sandbox_prioritized_origin_database_unittest.
cc', |
| 629 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', | 629 '../webkit/browser/fileapi/timed_task_helper_unittest.cc', |
| 630 '../webkit/child/multipart_response_delegate_unittest.cc', | 630 '../webkit/child/multipart_response_delegate_unittest.cc', |
| 631 '../webkit/child/touch_fling_gesture_curve_unittest.cc', | 631 '../webkit/child/touch_fling_gesture_curve_unittest.cc', |
| 632 '../webkit/common/blob/shareable_file_reference_unittest.cc', | 632 '../webkit/common/blob/shareable_file_reference_unittest.cc', |
| 633 '../webkit/common/cursors/webcursor_unittest.cc', | 633 '../webkit/common/cursors/webcursor_unittest.cc', |
| 634 '../webkit/common/database/database_connections_unittest.cc', | 634 '../webkit/common/database/database_connections_unittest.cc', |
| 635 '../webkit/common/database/database_identifier_unittest.cc', | 635 '../webkit/common/database/database_identifier_unittest.cc', |
| 636 '../webkit/common/fileapi/file_system_util_unittest.cc', | 636 '../webkit/common/fileapi/file_system_util_unittest.cc', |
| 637 '../webkit/common/user_agent/user_agent_unittest.cc', | |
| 638 '../webkit/browser/quota/mock_quota_manager.cc', | 637 '../webkit/browser/quota/mock_quota_manager.cc', |
| 639 '../webkit/browser/quota/mock_quota_manager.h', | 638 '../webkit/browser/quota/mock_quota_manager.h', |
| 640 '../webkit/browser/quota/mock_quota_manager_proxy.cc', | 639 '../webkit/browser/quota/mock_quota_manager_proxy.cc', |
| 641 '../webkit/browser/quota/mock_quota_manager_proxy.h', | 640 '../webkit/browser/quota/mock_quota_manager_proxy.h', |
| 642 '../webkit/browser/quota/mock_quota_manager_unittest.cc', | 641 '../webkit/browser/quota/mock_quota_manager_unittest.cc', |
| 643 '../webkit/browser/quota/mock_special_storage_policy.cc', | 642 '../webkit/browser/quota/mock_special_storage_policy.cc', |
| 644 '../webkit/browser/quota/mock_special_storage_policy.h', | 643 '../webkit/browser/quota/mock_special_storage_policy.h', |
| 645 '../webkit/browser/quota/mock_storage_client.cc', | 644 '../webkit/browser/quota/mock_storage_client.cc', |
| 646 '../webkit/browser/quota/mock_storage_client.h', | 645 '../webkit/browser/quota/mock_storage_client.h', |
| 647 '../webkit/browser/quota/quota_database_unittest.cc', | 646 '../webkit/browser/quota/quota_database_unittest.cc', |
| (...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1705 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1704 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1706 }, | 1705 }, |
| 1707 ], | 1706 ], |
| 1708 }], | 1707 }], |
| 1709 ], | 1708 ], |
| 1710 }, | 1709 }, |
| 1711 ], | 1710 ], |
| 1712 }], | 1711 }], |
| 1713 ], | 1712 ], |
| 1714 } | 1713 } |
| OLD | NEW |