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

Unified Diff: content/content_tests.gypi

Issue 15994002: Move more browser-specific webkit/fileapi code to webkit/browser/fileapi (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
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/shell/shell_message_filter.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 a3e23f384edd7914f73e76aca87f220b6d9a7935..c12558f1b451bd769923034d7d4a56836d705232 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -439,6 +439,13 @@
'../webkit/browser/fileapi/local_file_util_unittest.cc',
'../webkit/browser/fileapi/native_file_util_unittest.cc',
'../webkit/browser/fileapi/obfuscated_file_util_unittest.cc',
+ '../webkit/browser/fileapi/external_mount_points_unittest.cc',
+ '../webkit/browser/fileapi/isolated_context_unittest.cc',
+ '../webkit/browser/fileapi/local_file_system_cross_operation_unittest.cc',
+ '../webkit/browser/fileapi/local_file_system_operation_unittest.cc',
+ '../webkit/browser/fileapi/local_file_system_operation_write_unittest.cc',
+ '../webkit/browser/fileapi/mock_file_change_observer.cc',
+ '../webkit/browser/fileapi/mock_file_change_observer.h',
'../webkit/browser/fileapi/sandbox_database_test_helper.cc',
'../webkit/browser/fileapi/sandbox_database_test_helper.h',
'../webkit/browser/fileapi/sandbox_directory_database_unittest.cc',
@@ -456,19 +463,12 @@
'../webkit/dom_storage/session_storage_database_unittest.cc',
'../webkit/fileapi/async_file_test_helper.cc',
'../webkit/fileapi/async_file_test_helper.h',
- '../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',
- '../webkit/fileapi/local_file_system_cross_operation_unittest.cc',
- '../webkit/fileapi/local_file_system_operation_unittest.cc',
- '../webkit/fileapi/local_file_system_operation_write_unittest.cc',
- '../webkit/fileapi/mock_file_change_observer.cc',
- '../webkit/fileapi/mock_file_change_observer.h',
'../webkit/fileapi/sandbox_file_system_test_helper.cc',
'../webkit/fileapi/sandbox_file_system_test_helper.h',
'../webkit/fileapi/syncable/canned_syncable_file_system.cc',
@@ -486,8 +486,8 @@
'../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',
'../webkit/glue/multipart_response_delegate_unittest.cc',
+ '../webkit/glue/resource_request_body_unittest.cc',
'../webkit/glue/touch_fling_gesture_curve_unittest.cc',
'../webkit/glue/webcursor_unittest.cc',
'../webkit/glue/webkit_glue_unittest.cc',
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/shell/shell_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698