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

Unified Diff: ios/crnet/BUILD.gn

Issue 2610863002: Fix deps in all BUILD.gn files in ios. (Closed)
Patch Set: Created 3 years, 11 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: ios/crnet/BUILD.gn
diff --git a/ios/crnet/BUILD.gn b/ios/crnet/BUILD.gn
index 7397ba958caffe0321181ac897b85c9fe56539e5..2030e8f0e326cdf89312ba4a5ac4fab2c3f50f65 100644
--- a/ios/crnet/BUILD.gn
+++ b/ios/crnet/BUILD.gn
@@ -14,10 +14,10 @@ assert(!is_component_build, "CrNet requires static library build.")
source_set("crnet_sources") {
deps = [
- "//base:base",
- "//components/metrics:metrics",
- "//components/metrics/proto:proto",
- "//components/prefs:prefs",
+ "//base",
+ "//components/metrics",
+ "//components/metrics/proto",
+ "//components/prefs",
"//ios/net",
"//ios/web:user_agent",
"//net",
@@ -117,7 +117,7 @@ ios_framework_bundle("crnet_framework") {
":crnet_framework_resources",
":crnet_sources",
"//base",
- "//net:net",
+ "//net",
]
libs = [ "UIKit.Framework" ]

Powered by Google App Engine
This is Rietveld 408576698