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

Unified Diff: content/content_tests.gypi

Issue 28483002: Remove fileapi::FileSystemFileUtil dependency from chrome/ syncfs code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/browser/sync_file_system/local/syncable_file_system_unittest.cc ('k') | no next file » | 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 49b44a658249b13635e981fda83917f943443b80..c1e27f3bb66f148a82816b566bedf2e942a3798b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -171,10 +171,11 @@
'test/weburl_loader_mock_factory.cc',
'test/weburl_loader_mock_factory.h',
- # TODO(phajdan.jr): Those files should be moved to webkit
- # test support target.
+ # TODO(kinuko): Those files should be moved to content/public/test.
'../webkit/browser/appcache/appcache_test_helper.cc',
'../webkit/browser/appcache/appcache_test_helper.h',
+ '../webkit/browser/fileapi/async_file_test_helper.cc',
+ '../webkit/browser/fileapi/async_file_test_helper.h',
],
'conditions': [
['OS == "ios"', {
@@ -562,8 +563,6 @@
'../webkit/browser/database/database_tracker_unittest.cc',
'../webkit/browser/database/database_util_unittest.cc',
'../webkit/browser/database/databases_table_unittest.cc',
- '../webkit/browser/fileapi/async_file_test_helper.cc',
- '../webkit/browser/fileapi/async_file_test_helper.h',
'../webkit/browser/fileapi/external_mount_points_unittest.cc',
'../webkit/browser/fileapi/file_system_url_unittest.cc',
'../webkit/browser/fileapi/file_system_usage_cache_unittest.cc',
« no previous file with comments | « chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698