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 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 '../webkit/browser/quota/mock_quota_manager_proxy.cc', | 639 '../webkit/browser/quota/mock_quota_manager_proxy.cc', |
640 '../webkit/browser/quota/mock_quota_manager_proxy.h', | 640 '../webkit/browser/quota/mock_quota_manager_proxy.h', |
641 '../webkit/browser/quota/mock_quota_manager_unittest.cc', | 641 '../webkit/browser/quota/mock_quota_manager_unittest.cc', |
642 '../webkit/browser/quota/mock_special_storage_policy.cc', | 642 '../webkit/browser/quota/mock_special_storage_policy.cc', |
643 '../webkit/browser/quota/mock_special_storage_policy.h', | 643 '../webkit/browser/quota/mock_special_storage_policy.h', |
644 '../webkit/browser/quota/mock_storage_client.cc', | 644 '../webkit/browser/quota/mock_storage_client.cc', |
645 '../webkit/browser/quota/mock_storage_client.h', | 645 '../webkit/browser/quota/mock_storage_client.h', |
646 '../webkit/browser/quota/quota_database_unittest.cc', | 646 '../webkit/browser/quota/quota_database_unittest.cc', |
647 '../webkit/browser/quota/quota_manager_unittest.cc', | 647 '../webkit/browser/quota/quota_manager_unittest.cc', |
648 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', | 648 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| 649 '../webkit/browser/quota/storage_monitor_unittest.cc', |
649 '../webkit/browser/quota/usage_tracker_unittest.cc', | 650 '../webkit/browser/quota/usage_tracker_unittest.cc', |
650 ], | 651 ], |
651 'conditions': [ | 652 'conditions': [ |
652 ['OS == "ios"', { | 653 ['OS == "ios"', { |
653 'sources/': [ | 654 'sources/': [ |
654 # iOS only needs a small portion of content; exclude all the | 655 # iOS only needs a small portion of content; exclude all the |
655 # implementation, and re-include what is used. | 656 # implementation, and re-include what is used. |
656 ['exclude', '\\.(cc|mm)$'], | 657 ['exclude', '\\.(cc|mm)$'], |
657 ['include', '_ios\\.(cc|mm)$'], | 658 ['include', '_ios\\.(cc|mm)$'], |
658 ['include', '^browser/notification_service_impl_unittest\\.cc$'], | 659 ['include', '^browser/notification_service_impl_unittest\\.cc$'], |
(...skipping 1059 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1718 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1719 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1719 }, | 1720 }, |
1720 ], | 1721 ], |
1721 }], | 1722 }], |
1722 ], | 1723 ], |
1723 }, | 1724 }, |
1724 ], | 1725 ], |
1725 }], | 1726 }], |
1726 ], | 1727 ], |
1727 } | 1728 } |
OLD | NEW |