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

Unified Diff: ios/net/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/test/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/BUILD.gn
diff --git a/ios/net/BUILD.gn b/ios/net/BUILD.gn
index ba7b2c1f8c5d332f65b77f67797f525ecd159e0c..8a6befc7eb8795b85919bd52d9ae3b1a79dae815 100644
--- a/ios/net/BUILD.gn
+++ b/ios/net/BUILD.gn
@@ -7,7 +7,9 @@ import("//testing/test.gni")
source_set("net") {
deps = [
"//base",
+ "//base:i18n",
"//net",
+ "//url:url_features",
]
sources = [
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/public/provider/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698