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

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

Issue 2619353004: Creates the Suggestions UI (Closed)
Patch Set: Address comments 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
« no previous file with comments | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/suggestions/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/suggestions/BUILD.gn
diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/suggestions/BUILD.gn
similarity index 57%
copy from ios/showcase/core/BUILD.gn
copy to ios/showcase/suggestions/BUILD.gn
index 91485ef96c12ba6d952b6741a9cd19cf97947947..3bf7c7740aba2fba9003dc5c3f88d85d25355c90 100644
--- a/ios/showcase/core/BUILD.gn
+++ b/ios/showcase/suggestions/BUILD.gn
@@ -2,38 +2,24 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("core") {
+source_set("suggestions") {
sources = [
- "app_delegate.h",
- "app_delegate.mm",
- "showcase_model.h",
- "showcase_model.mm",
- "showcase_view_controller.h",
- "showcase_view_controller.mm",
+ "sc_suggestions_coordinator.h",
+ "sc_suggestions_coordinator.mm",
]
deps = [
"//base",
+ "//ios/chrome/browser/ui/suggestions",
"//ios/showcase/common",
]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
}
-source_set("main") {
- sources = [
- "main.mm",
- ]
- deps = [
- ":core",
- ]
- libs = [ "UIKit.framework" ]
- configs += [ "//build/config/compiler:enable_arc" ]
-}
-
source_set("eg_tests") {
testonly = true
sources = [
- "showcase_egtest.mm",
+ "sc_suggestions_egtest.mm",
]
deps = [
"//ios/showcase/test",
« no previous file with comments | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/suggestions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698