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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 03bd3d449eccb663632d3b5339adbe321958fa62..674f1e7db170fca6d4e72ae284b16dcebdd891c9 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -624,6 +624,8 @@
'../webkit/common/user_agent/user_agent_unittest.cc',
'../webkit/browser/quota/mock_quota_manager.cc',
'../webkit/browser/quota/mock_quota_manager.h',
+ '../webkit/browser/quota/mock_quota_manager_proxy.cc',
+ '../webkit/browser/quota/mock_quota_manager_proxy.h',
'../webkit/browser/quota/mock_quota_manager_unittest.cc',
'../webkit/browser/quota/mock_special_storage_policy.cc',
'../webkit/browser/quota/mock_special_storage_policy.h',

Powered by Google App Engine
This is Rietveld 408576698