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

Unified Diff: ios/chrome/today_extension/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/today_extension/BUILD.gn
diff --git a/ios/chrome/today_extension/BUILD.gn b/ios/chrome/today_extension/BUILD.gn
index da695c0fe38d658646183240ef4294dd6e98e781..f201cbf972043b22d52fd9a60d6ddd4dd5048ec6 100644
--- a/ios/chrome/today_extension/BUILD.gn
+++ b/ios/chrome/today_extension/BUILD.gn
@@ -57,6 +57,7 @@ ios_appex_bundle("today_extension") {
]
deps = [
+ ":packed_resources",
":resources",
"//base",
"//base:i18n",
@@ -70,7 +71,6 @@ ios_appex_bundle("today_extension") {
"//ios/chrome/common/app_group",
"//ios/chrome/common/app_group:client",
"//ios/chrome/common/physical_web",
- "//ios/chrome/today_extension:packed_resources",
"//ios/chrome/today_extension/strings",
"//ios/third_party/material_components_ios",
"//net",

Powered by Google App Engine
This is Rietveld 408576698