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

Unified Diff: ios/showcase/BUILD.gn

Issue 2766313003: Rename Suggestions to ContentSuggestions in Showcase (Closed)
Patch Set: Rebase Created 3 years, 9 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/showcase/content_suggestions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/BUILD.gn
diff --git a/ios/showcase/BUILD.gn b/ios/showcase/BUILD.gn
index d19ba9cbaf2da86c5e5235ad080484775443b3cf..a70db8ca4e9626aba47f9642f69b9dd081a58a22 100644
--- a/ios/showcase/BUILD.gn
+++ b/ios/showcase/BUILD.gn
@@ -26,8 +26,8 @@ ios_app_bundle("showcase") {
group("features") {
deps = [
"//ios/clean/chrome/browser/ui/tools:tools_ui",
+ "//ios/showcase/content_suggestions",
"//ios/showcase/settings",
- "//ios/showcase/suggestions",
"//ios/showcase/tab_grid",
"//ios/showcase/tab_strip",
"//ios/showcase/toolbar",
@@ -50,6 +50,7 @@ ios_eg_test("ios_showcase_egtests") {
"//ios/showcase/core:main",
# Add all eg_tests targets below.
+ "//ios/showcase/content_suggestions:eg_tests",
"//ios/showcase/core:eg_tests",
"//ios/showcase/tab_grid:eg_tests",
« no previous file with comments | « no previous file | ios/showcase/content_suggestions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698