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

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: 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index a3e23f384edd7914f73e76aca87f220b6d9a7935..e637b6f4d20489b6ce8a2acbf5227f3f8467fd8d 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -448,6 +448,8 @@
'../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_url_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',
@@ -459,8 +461,6 @@
'../webkit/fileapi/external_mount_points_unittest.cc',
'../webkit/fileapi/file_system_context_unittest.cc',
'../webkit/fileapi/file_system_file_stream_reader_unittest.cc',
- '../webkit/fileapi/file_system_url_unittest.cc',
- '../webkit/fileapi/file_system_util_unittest.cc',
'../webkit/fileapi/file_writer_delegate_unittest.cc',
'../webkit/fileapi/isolated_context_unittest.cc',
'../webkit/fileapi/local_file_stream_writer_unittest.cc',
@@ -483,7 +483,6 @@
'../webkit/fileapi/test_file_set.cc',
'../webkit/fileapi/test_file_set.h',
'../webkit/fileapi/upload_file_system_file_element_reader_unittest.cc',
- '../webkit/fileapi/webfilewriter_base_unittest.cc',
'../webkit/glue/cpp_variant_unittest.cc',
'../webkit/glue/glue_serialize_unittest.cc',
'../webkit/glue/resource_request_body_unittest.cc',
@@ -501,6 +500,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',
@@ -525,7 +525,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"', {

Powered by Google App Engine
This is Rietveld 408576698