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

Unified Diff: ios/chrome/test/BUILD.gn

Issue 2592173002: Fix ios_chrome_unittests to crash on DCHECK failure. (Closed)
Patch Set: Address comments Created 4 years 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: ios/chrome/test/BUILD.gn
diff --git a/ios/chrome/test/BUILD.gn b/ios/chrome/test/BUILD.gn
index 77b70097c23e7bd0bee5946e2839c46b2c981eda..8f457ab117135fe64ce3018943f61369d2448197 100644
--- a/ios/chrome/test/BUILD.gn
+++ b/ios/chrome/test/BUILD.gn
@@ -33,6 +33,7 @@ source_set("test_support") {
deps = [
"//base",
+ "//base/test:test_support",
"//components/content_settings/core/common",
"//components/network_time",
"//components/prefs",

Powered by Google App Engine
This is Rietveld 408576698