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

Unified Diff: content/content_tests.gypi

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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 | « content/content_common_child.gypi ('k') | content/renderer/pepper/pepper_file_system_host.cc » ('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 4c4871db5872eab75e6d770ff9b9c6aa6947dd03..f536455b41a51322720198eb4fde2a20e0c3f4bf 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -466,13 +466,13 @@
'../webkit/chromeos/fileapi/cros_mount_point_provider_unittest.cc',
'../webkit/chromeos/fileapi/file_access_permissions_unittest.cc',
'../webkit/common/database/database_connections_unittest.cc',
+ '../webkit/common/fileapi/file_system_util_unittest.cc',
'../webkit/dom_storage/dom_storage_area_unittest.cc',
'../webkit/dom_storage/dom_storage_cached_area_unittest.cc',
'../webkit/dom_storage/dom_storage_context_unittest.cc',
'../webkit/dom_storage/dom_storage_database_unittest.cc',
'../webkit/dom_storage/dom_storage_map_unittest.cc',
'../webkit/dom_storage/session_storage_database_unittest.cc',
- '../webkit/fileapi/file_system_util_unittest.cc',
'../webkit/fileapi/syncable/canned_syncable_file_system.cc',
'../webkit/fileapi/syncable/canned_syncable_file_system.h',
'../webkit/fileapi/syncable/file_change_unittest.cc',
@@ -482,7 +482,6 @@
'../webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc',
'../webkit/fileapi/syncable/syncable_file_system_unittest.cc',
'../webkit/fileapi/syncable/syncable_file_system_util_unittest.cc',
- '../webkit/fileapi/webfilewriter_base_unittest.cc',
'../webkit/glue/cpp_variant_unittest.cc',
'../webkit/glue/glue_serialize_unittest.cc',
'../webkit/glue/multipart_response_delegate_unittest.cc',
@@ -500,6 +499,7 @@
'../webkit/media/webaudiosourceprovider_impl_unittest.cc',
'../webkit/mocks/mock_weburlloader.cc',
'../webkit/mocks/mock_weburlloader.h',
+ '../webkit/common/user_agent/user_agent_unittest.cc',
'../webkit/plugins/npapi/plugin_lib_unittest.cc',
'../webkit/plugins/npapi/plugin_list_unittest.cc',
'../webkit/plugins/npapi/plugin_utils_unittest.cc',
@@ -524,7 +524,7 @@
'../webkit/quota/quota_manager_unittest.cc',
'../webkit/quota/quota_temporary_storage_evictor_unittest.cc',
'../webkit/quota/usage_tracker_unittest.cc',
- '../webkit/common/user_agent/user_agent_unittest.cc',
+ '../webkit/renderer/fileapi/webfilewriter_base_unittest.cc',
],
'conditions': [
['OS == "ios"', {
« no previous file with comments | « content/content_common_child.gypi ('k') | content/renderer/pepper/pepper_file_system_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698