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

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

Issue 2477243002: [ios] Makes IOSChromeUnitTestSuite inherit from web::WebTestSuite. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | ios/chrome/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/BUILD.gn
diff --git a/ios/chrome/test/BUILD.gn b/ios/chrome/test/BUILD.gn
index 885d6e01f2958006e7bf337678fb7c76c6d0b2a3..4a6da67f0d9308525f96fc88be2a60ed658e04c5 100644
--- a/ios/chrome/test/BUILD.gn
+++ b/ios/chrome/test/BUILD.gn
@@ -20,6 +20,7 @@ source_set("test_support") {
deps = [
"//base",
"//base/test:test_support",
sdefresne 2016/11/07 09:01:38 Is this dependency still required?
rohitrao (ping after 24h) 2016/11/07 12:49:51 "gn check" says no. Removed.
+ "//components/content_settings/core/common",
"//components/network_time",
"//components/prefs",
"//components/prefs:test_support",
@@ -29,6 +30,7 @@ source_set("test_support") {
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser:test_support",
"//ios/web",
+ "//ios/web:test_support",
"//net",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | ios/chrome/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698