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

Unified Diff: storage/browser/BUILD.gn

Issue 2775383003: Move some fileapi tests next to the files they cover. (Closed)
Patch Set: Created 3 years, 9 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/external_mount_points_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 019e852215b20b080052c5c2639fa63dacda79b1..e0a142542048cd1b7740bc0ec5e5d7cc219e6426 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -235,6 +235,16 @@ test("storage_unittests") {
"database/database_quota_client_unittest.cc",
"database/database_util_unittest.cc",
"database/databases_table_unittest.cc",
+ "fileapi/external_mount_points_unittest.cc",
+ "fileapi/file_system_url_unittest.cc",
+ "fileapi/file_system_usage_cache_unittest.cc",
+ "fileapi/isolated_context_unittest.cc",
+ "fileapi/local_file_stream_reader_unittest.cc",
+ "fileapi/local_file_stream_writer_unittest.cc",
+ "fileapi/native_file_util_unittest.cc",
+ "fileapi/sandbox_isolated_origin_database_unittest.cc",
+ "fileapi/sandbox_prioritized_origin_database_unittest.cc",
+ "fileapi/timed_task_helper_unittest.cc",
]
deps = [
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/external_mount_points_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698