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

Unified Diff: ios/chrome/share_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/share_extension/BUILD.gn
diff --git a/ios/chrome/share_extension/BUILD.gn b/ios/chrome/share_extension/BUILD.gn
index cba42d62a5ab0b3225b750bf9522ab9221342ad3..17e50e135ae7d0a19ebcbbc25b19f5ab2f400a1a 100644
--- a/ios/chrome/share_extension/BUILD.gn
+++ b/ios/chrome/share_extension/BUILD.gn
@@ -76,7 +76,7 @@ ios_appex_bundle("share_extension") {
generate_localizable_strings("system_strings") {
visibility = [ ":*" ]
- _packed_resources_target = "//ios/chrome/share_extension:packed_resources"
+ _packed_resources_target = ":packed_resources"
config_file = "share_extension_localize_strings_config.plist"
datapack_dir = get_label_info(_packed_resources_target, "target_gen_dir")
packed_locales = ios_packed_locales_as_mac_outputs

Powered by Google App Engine
This is Rietveld 408576698