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

Unified Diff: ios/public/provider/chrome/browser/omaha/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/public/provider/chrome/browser/omaha/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/omaha/BUILD.gn b/ios/public/provider/chrome/browser/omaha/BUILD.gn
index fbb35cd619c85d861dfb1dfb74243c707adf52d3..06f5238af01b3a7f2055af3f32f9e26b28d0edb0 100644
--- a/ios/public/provider/chrome/browser/omaha/BUILD.gn
+++ b/ios/public/provider/chrome/browser/omaha/BUILD.gn
@@ -21,6 +21,6 @@ source_set("test_support") {
"test_omaha_service_provider.mm",
]
deps = [
- "//ios/public/provider/chrome/browser/omaha",
+ ":omaha",
]
}

Powered by Google App Engine
This is Rietveld 408576698