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

Unified Diff: components/rlz/BUILD.gn

Issue 1253463002: Fix components/rlz/BUILD.gn on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nss
Patch Set: Created 5 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rlz/BUILD.gn
diff --git a/components/rlz/BUILD.gn b/components/rlz/BUILD.gn
index 8560832291769a0a7c6a2f63d3411705bba184b0..dad456eea257514a1f9737bd6ed888308b45ff5f 100644
--- a/components/rlz/BUILD.gn
+++ b/components/rlz/BUILD.gn
@@ -21,9 +21,7 @@ source_set("rlz") {
]
if (is_ios) {
- deps = [
- "//ui/base",
- ]
+ deps += [ "//ui/base" ]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698