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

Unified Diff: chrome/test/BUILD.gn

Issue 2368913003: Populate storage_unittests target. (Closed)
Patch Set: Removed unnecessary include from storage/browser/blob/blob_storage_context_unittest.cc. Created 4 years, 3 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 7cd61ddd4eb9a1306c288538143a6db651c8b3bf..4955d71d421dd4bfff0a589399fa4d80442941a6 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1888,6 +1888,7 @@ test("browser_tests") {
"//sdch",
"//services/shell/public/cpp",
"//skia",
+ "//storage/browser:test_support",
"//testing/gmock",
"//testing/gtest",
"//testing/perf",
@@ -3432,6 +3433,7 @@ test("unit_tests") {
"//device/usb:test_support",
"//gpu:test_support",
"//media:test_support",
+ "//storage/browser:test_support",
"//third_party/leveldatabase",
"//third_party/libaddressinput",
"//third_party/libjingle",

Powered by Google App Engine
This is Rietveld 408576698