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

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

Issue 1984353002: [iOS/GN] Fix and enable "gn check" for "//ios/*" and "//ios_internal/*". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "--check" after https://codereview.chromium.org/1956113002/ Created 4 years, 7 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 | « ios/chrome/common/app_group/BUILD.gn ('k') | ios/net/BUILD.gn » ('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 f7e97a0d71c0af1812a7d3fdd1562225aab954a0..f242f84dbc9e04f56773def7b5334114ff4b4a82 100644
--- a/ios/chrome/test/BUILD.gn
+++ b/ios/chrome/test/BUILD.gn
@@ -20,11 +20,15 @@ source_set("test") {
deps = [
"//base",
+ "//base/test:test_support",
"//components/network_time",
"//components/prefs",
+ "//components/prefs:test_support",
"//ios/chrome/browser",
"//ios/public/provider/chrome/browser",
+ "//ios/public/provider/chrome/browser:test_support",
"//ios/web",
+ "//net",
"//testing/gmock",
"//testing/gtest",
"//ui/base",
« no previous file with comments | « ios/chrome/common/app_group/BUILD.gn ('k') | ios/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698