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

Unified Diff: ios/chrome/widget_extension/BUILD.gn

Issue 2809173002: Add support in widget to open search modes + copied link in app. (Closed)
Patch Set: remove unnecessary call Created 3 years, 8 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 | ios/chrome/widget_extension/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/widget_extension/BUILD.gn
diff --git a/ios/chrome/widget_extension/BUILD.gn b/ios/chrome/widget_extension/BUILD.gn
index 7fbc32a6fc8eeb5b7102f6a19258e8d13641b937..31fed23e3cbf7bd3c8c0defd102937b8dcac5d82 100644
--- a/ios/chrome/widget_extension/BUILD.gn
+++ b/ios/chrome/widget_extension/BUILD.gn
@@ -29,7 +29,7 @@ ios_appex_bundle("widget_extension") {
deps = [
"//base",
- "//base:i18n",
+ "//components/open_from_clipboard:open_from_clipboard_impl",
"//components/prefs",
"//components/variations",
"//components/version_info",
@@ -41,7 +41,6 @@ ios_appex_bundle("widget_extension") {
"//ios/third_party/material_components_ios",
"//net",
"//ui/base",
- "//url",
]
libs = [
« no previous file with comments | « no previous file | ios/chrome/widget_extension/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698