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

Unified Diff: chromecast/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 | « BUILD.gn ('k') | content/common/database_connections_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/BUILD.gn
diff --git a/chromecast/BUILD.gn b/chromecast/BUILD.gn
index 8acb91fb308eddd858eae49e79c2c43d9731167a..8b9700324fff098c48d663d2376e691d6e0b0086 100644
--- a/chromecast/BUILD.gn
+++ b/chromecast/BUILD.gn
@@ -42,7 +42,7 @@ cast_test_group("cast_tests") {
"//net:net_unittests",
"//sandbox/linux:sandbox_linux_unittests",
"//sql:sql_unittests",
- "//storage/browser:storage_unittests",
+ "//storage:storage_unittests",
"//third_party/cacheinvalidation:cacheinvalidation_unittests",
"//ui/base:ui_base_unittests",
]
« no previous file with comments | « BUILD.gn ('k') | content/common/database_connections_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698