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

Unified Diff: storage/browser/BUILD.gn

Issue 2776273002: Move some quota 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/quota/quota_backend_impl_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 e0a142542048cd1b7740bc0ec5e5d7cc219e6426..92aa32f39a1f3e6d3fe0e343b4550a657c1bf4ec 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -242,6 +242,8 @@ test("storage_unittests") {
"fileapi/local_file_stream_reader_unittest.cc",
"fileapi/local_file_stream_writer_unittest.cc",
"fileapi/native_file_util_unittest.cc",
+ "fileapi/quota/quota_backend_impl_unittest.cc",
+ "fileapi/quota/quota_reservation_manager_unittest.cc",
"fileapi/sandbox_isolated_origin_database_unittest.cc",
"fileapi/sandbox_prioritized_origin_database_unittest.cc",
"fileapi/timed_task_helper_unittest.cc",
@@ -254,5 +256,6 @@ test("storage_unittests") {
"//net:test_support",
"//sql:test_support",
"//testing/gtest",
+ "//third_party/leveldatabase",
]
}
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/fileapi/quota/quota_backend_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698