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

Unified Diff: storage/browser/BUILD.gn

Issue 2774413002: Move some blob 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/blob/blob_data_builder_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 443978087c365a9e00e974335cd8c15cb70bc02e..8fe7b80595676f65f3656f2e106c9d25aed9705e 100644
--- a/storage/browser/BUILD.gn
+++ b/storage/browser/BUILD.gn
@@ -224,18 +224,21 @@ executable("dump_file_system") {
test("storage_unittests") {
sources = [
- # Do NOT add storage/ tests here until this target is added to the build
- # bots. http://crbug.com/653751
-
- # If the sources list is empty, the win_clang builder fails.
- # This file will be removed when the real tests are moved over from
- # content_unittests to this target.
- "crbug653751_unittest.cc",
+ # This target is in the process of being populated. See
+ # http://crbug.com/653751
+ "blob/blob_data_builder_unittest.cc",
+ "blob/blob_flattener_unittest.cc",
+ "blob/blob_memory_controller_unittest.cc",
+ "blob/blob_slice_unittest.cc",
+ "blob/blob_storage_registry_unittest.cc",
+ "blob/blob_transport_request_builder_unittest.cc",
]
deps = [
+ ":browser",
"//base/test:run_all_unittests",
"//base/test:test_support",
+ "//net:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « content/test/BUILD.gn ('k') | storage/browser/blob/blob_data_builder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698