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

Side by Side Diff: content/content_tests.gypi

Issue 136573007: Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
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 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 '../webkit/child/worker_task_runner_unittest.cc', 617 '../webkit/child/worker_task_runner_unittest.cc',
618 '../webkit/common/blob/shareable_file_reference_unittest.cc', 618 '../webkit/common/blob/shareable_file_reference_unittest.cc',
619 '../webkit/common/cursors/webcursor_unittest.cc', 619 '../webkit/common/cursors/webcursor_unittest.cc',
620 '../webkit/common/database/database_connections_unittest.cc', 620 '../webkit/common/database/database_connections_unittest.cc',
621 '../webkit/common/database/database_identifier_unittest.cc', 621 '../webkit/common/database/database_identifier_unittest.cc',
622 '../webkit/common/fileapi/file_system_util_unittest.cc', 622 '../webkit/common/fileapi/file_system_util_unittest.cc',
623 '../webkit/glue/webkit_glue_unittest.cc', 623 '../webkit/glue/webkit_glue_unittest.cc',
624 '../webkit/common/user_agent/user_agent_unittest.cc', 624 '../webkit/common/user_agent/user_agent_unittest.cc',
625 '../webkit/browser/quota/mock_quota_manager.cc', 625 '../webkit/browser/quota/mock_quota_manager.cc',
626 '../webkit/browser/quota/mock_quota_manager.h', 626 '../webkit/browser/quota/mock_quota_manager.h',
627 '../webkit/browser/quota/mock_quota_manager_proxy.cc',
628 '../webkit/browser/quota/mock_quota_manager_proxy.h',
627 '../webkit/browser/quota/mock_quota_manager_unittest.cc', 629 '../webkit/browser/quota/mock_quota_manager_unittest.cc',
628 '../webkit/browser/quota/mock_special_storage_policy.cc', 630 '../webkit/browser/quota/mock_special_storage_policy.cc',
629 '../webkit/browser/quota/mock_special_storage_policy.h', 631 '../webkit/browser/quota/mock_special_storage_policy.h',
630 '../webkit/browser/quota/mock_storage_client.cc', 632 '../webkit/browser/quota/mock_storage_client.cc',
631 '../webkit/browser/quota/mock_storage_client.h', 633 '../webkit/browser/quota/mock_storage_client.h',
632 '../webkit/browser/quota/quota_database_unittest.cc', 634 '../webkit/browser/quota/quota_database_unittest.cc',
633 '../webkit/browser/quota/quota_manager_unittest.cc', 635 '../webkit/browser/quota/quota_manager_unittest.cc',
634 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc', 636 '../webkit/browser/quota/quota_temporary_storage_evictor_unittest.cc',
635 '../webkit/browser/quota/usage_tracker_unittest.cc', 637 '../webkit/browser/quota/usage_tracker_unittest.cc',
636 ], 638 ],
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1635 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1634 }, 1636 },
1635 ], 1637 ],
1636 }], 1638 }],
1637 ], 1639 ],
1638 }, 1640 },
1639 ], 1641 ],
1640 }], 1642 }],
1641 ], 1643 ],
1642 } 1644 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698