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

Unified Diff: chrome/chrome_tests_unit.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 | « no previous file | content/content_tests.gypi » ('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 005ddfd79c9a214d72c0b666934e22c3748c45f1..37e44be4dcb40ef20a59852b0bbdc65d22b5636b 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -279,12 +279,18 @@
'test/logging/win/test_log_collector.h',
'test/ppapi/ppapi_test.cc',
'test/ppapi/ppapi_test.h',
- '../ui/gfx/image/image_unittest_util.h',
'../ui/gfx/image/image_unittest_util.cc',
+ '../ui/gfx/image/image_unittest_util.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/sandbox_file_system_test_helper.cc',
'../webkit/browser/fileapi/sandbox_file_system_test_helper.h',
'../webkit/browser/quota/mock_quota_manager.cc',
'../webkit/browser/quota/mock_quota_manager.h',
+ '../webkit/browser/quota/mock_special_storage_policy.cc',
+ '../webkit/browser/quota/mock_special_storage_policy.h',
],
'conditions': [
['OS!="ios"', {
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698