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

Unified Diff: ios/chrome/browser/ui/activity_services/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/chrome/browser/ui/activity_services/BUILD.gn
diff --git a/ios/chrome/browser/ui/activity_services/BUILD.gn b/ios/chrome/browser/ui/activity_services/BUILD.gn
index 53b8977da0822a77533523c29830ed53f1716408..1e769d2ce14c6197096bae4e4651d9837da30cfd 100644
--- a/ios/chrome/browser/ui/activity_services/BUILD.gn
+++ b/ios/chrome/browser/ui/activity_services/BUILD.gn
@@ -47,14 +47,14 @@ source_set("activity_services") {
"share_to_data.mm",
]
deps = [
+ ":assets",
+ ":resources",
"//base",
"//components/reading_list/core",
"//ios/chrome/app/strings",
"//ios/chrome/browser",
"//ios/chrome/browser/tabs",
"//ios/chrome/browser/ui",
- "//ios/chrome/browser/ui/activity_services:assets",
- "//ios/chrome/browser/ui/activity_services:resources",
"//ios/chrome/browser/ui/commands",
"//net",
"//ui/base",

Powered by Google App Engine
This is Rietveld 408576698