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

Unified Diff: storage/browser/BUILD.gn

Issue 2813353003: Move some File API backend unit tests next to the files that they cover. (Closed)
Patch Set: Created 3 years, 8 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/test/BUILD.gn ('k') | storage/browser/fileapi/copy_or_move_file_validator_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/BUILD.gn
diff --git a/storage/browser/BUILD.gn b/storage/browser/BUILD.gn
index 4fdb007f1debdfe31ef5f825641ae0bf9f97669c..8ab86d85fd7e9e3ef7e2945288741180480d4ecc 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -238,18 +238,29 @@ test("storage_unittests") {
"database/database_quota_client_unittest.cc",
"database/database_util_unittest.cc",
"database/databases_table_unittest.cc",
+ "fileapi/copy_or_move_file_validator_unittest.cc",
"fileapi/external_mount_points_unittest.cc",
+ "fileapi/file_system_dir_url_request_job_unittest.cc",
+ "fileapi/file_system_file_stream_reader_unittest.cc",
+ "fileapi/file_system_quota_client_unittest.cc",
+ "fileapi/file_system_url_request_job_unittest.cc",
"fileapi/file_system_url_unittest.cc",
"fileapi/file_system_usage_cache_unittest.cc",
+ "fileapi/file_writer_delegate_unittest.cc",
"fileapi/isolated_context_unittest.cc",
"fileapi/local_file_stream_reader_unittest.cc",
"fileapi/local_file_stream_writer_unittest.cc",
+ "fileapi/local_file_util_unittest.cc",
"fileapi/native_file_util_unittest.cc",
+ "fileapi/plugin_private_file_system_backend_unittest.cc",
"fileapi/quota/quota_backend_impl_unittest.cc",
"fileapi/quota/quota_reservation_manager_unittest.cc",
+ "fileapi/sandbox_file_system_backend_delegate_unittest.cc",
+ "fileapi/sandbox_file_system_backend_unittest.cc",
"fileapi/sandbox_isolated_origin_database_unittest.cc",
"fileapi/sandbox_prioritized_origin_database_unittest.cc",
"fileapi/timed_task_helper_unittest.cc",
+ "fileapi/transient_file_util_unittest.cc",
]
deps = [
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/copy_or_move_file_validator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698