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

Unified Diff: storage/common/BUILD.gn

Issue 2827933003: Move storage tests from content/common next to the files they cover. (Closed)
Patch Set: Add missing dep. 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 | « storage/browser/BUILD.gn ('k') | storage/common/database/database_connections_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/common/BUILD.gn
diff --git a/storage/common/BUILD.gn b/storage/common/BUILD.gn
index 1f15f4898571d26a71bcdafb029534c441a98d66..bf662abb57e60459bc31b5d8e11e2fbcaa43518e 100644
--- a/storage/common/BUILD.gn
+++ b/storage/common/BUILD.gn
@@ -47,3 +47,21 @@ component("common") {
"//url",
]
}
+
+source_set("unittests") {
+ testonly = true
+
+ sources = [
+ "database/database_connections_unittest.cc",
+ "database/database_identifier_unittest.cc",
+ "fileapi/file_system_util_unittest.cc",
+ ]
+
+ deps = [
+ ":common",
+ "//base/test:run_all_unittests",
+ "//base/test:test_support",
+ "//testing/gtest",
+ "//url",
+ ]
+}
« no previous file with comments | « storage/browser/BUILD.gn ('k') | storage/common/database/database_connections_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698