Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: content/content_tests.gypi

Issue 218793002: Provide monitoring of usage for a storage type and origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failures Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | webkit/browser/quota/quota_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | webkit/browser/quota/quota_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698