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

Unified Diff: content/content_tests.gypi

Issue 22180002: Move some mock files out of webkit_support target as they're no longer used there (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « chrome/chrome_tests_unit.gypi ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b92a325b8d382dae4e6f85fc84faae884ca35570..59307fc3ef6eb20a09345a28e04cf7dc0c4405a4 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -505,6 +505,10 @@
'../webkit/browser/fileapi/local_file_util_unittest.cc',
'../webkit/browser/fileapi/mock_file_change_observer.cc',
'../webkit/browser/fileapi/mock_file_change_observer.h',
+ '../webkit/browser/fileapi/mock_file_system_context.cc',
+ '../webkit/browser/fileapi/mock_file_system_context.h',
+ '../webkit/browser/fileapi/mock_file_system_options.cc',
+ '../webkit/browser/fileapi/mock_file_system_options.h',
'../webkit/browser/fileapi/native_file_util_unittest.cc',
'../webkit/browser/fileapi/obfuscated_file_util_unittest.cc',
'../webkit/browser/fileapi/sandbox_context_unittest.cc',
@@ -538,6 +542,8 @@
'../webkit/browser/quota/mock_quota_manager.cc',
'../webkit/browser/quota/mock_quota_manager.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',
'../webkit/browser/quota/mock_storage_client.cc',
'../webkit/browser/quota/mock_storage_client.h',
'../webkit/browser/quota/quota_database_unittest.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | webkit/support/webkit_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698