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

Unified Diff: ios/showcase/widget/BUILD.gn

Issue 2924013005: Add a showcase entry for the content widget. (Closed)
Patch Set: Created 3 years, 6 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 | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/widget/sc_content_widget_coordinator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/widget/BUILD.gn
diff --git a/ios/showcase/widget/BUILD.gn b/ios/showcase/widget/BUILD.gn
index aca547985bee0a0f6169cbdab151214bf491e41d..8e2884d1a273c9301df144dc7a00b3481a4f2927 100644
--- a/ios/showcase/widget/BUILD.gn
+++ b/ios/showcase/widget/BUILD.gn
@@ -4,10 +4,13 @@
source_set("widget") {
sources = [
+ "sc_content_widget_coordinator.h",
+ "sc_content_widget_coordinator.mm",
"sc_search_widget_coordinator.h",
"sc_search_widget_coordinator.mm",
]
deps = [
+ "//ios/chrome/content_widget_extension:content_widget",
"//ios/chrome/search_widget_extension:search_widget",
"//ios/showcase/common",
]
« no previous file with comments | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/widget/sc_content_widget_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698