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

Unified Diff: storage/browser/BUILD.gn

Issue 2821303003: Move a browser-side File API unittest next to the file it covers. (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/file_system_operation_impl_write_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 dbbb6e75d1f9268be26ea4c070f14da1c47988d0..0bcf45594643ff6e01b76c9c5ee25f63ed0007a0 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -246,6 +246,7 @@ test("storage_unittests") {
"fileapi/file_system_dir_url_request_job_unittest.cc",
"fileapi/file_system_file_stream_reader_unittest.cc",
"fileapi/file_system_operation_impl_unittest.cc",
+ "fileapi/file_system_operation_impl_write_unittest.cc",
"fileapi/file_system_quota_client_unittest.cc",
"fileapi/file_system_url_request_job_unittest.cc",
"fileapi/file_system_url_unittest.cc",
@@ -297,6 +298,8 @@ static_library("test_support") {
"test/async_file_test_helper.h",
"test/fileapi_test_file_set.cc",
"test/fileapi_test_file_set.h",
+ "test/mock_blob_url_request_context.cc",
+ "test/mock_blob_url_request_context.h",
"test/mock_file_change_observer.cc",
"test/mock_file_change_observer.h",
"test/mock_file_update_observer.cc",
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/file_system_operation_impl_write_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698