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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 214233005: Move mock_quota_manager and friends from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use FORWARD_DECLARE_TEST to fix compile errors 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/appcache/appcache_storage_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 6e01edbcbb5419d95e643c84d4a329531b4848e4..978ab500c1fef0bed1a99a4ad98fb9b1d03e17d4 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -282,10 +282,10 @@
'test/ppapi/ppapi_test.h',
'../ui/gfx/image/image_unittest_util.cc',
'../ui/gfx/image/image_unittest_util.h',
- '../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',
+ '../content/browser/quota/mock_quota_manager.cc',
+ '../content/browser/quota/mock_quota_manager.h',
+ '../content/browser/quota/mock_quota_manager_proxy.cc',
+ '../content/browser/quota/mock_quota_manager_proxy.h',
jam 2014/04/08 16:14:00 chrome can only include files from content/public
'../webkit/browser/quota/mock_special_storage_policy.cc',
'../webkit/browser/quota/mock_special_storage_policy.h',
],
« no previous file with comments | « no previous file | content/browser/appcache/appcache_storage_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698