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

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

Issue 2618343002: Creates the Suggestions UI (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
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/core/showcase_model.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/showcase/core/BUILD.gn
diff --git a/ios/showcase/core/BUILD.gn b/ios/showcase/core/BUILD.gn
index 91485ef96c12ba6d952b6741a9cd19cf97947947..821bf18bac3cdd0d9f96847986d73ff00d09cf16 100644
--- a/ios/showcase/core/BUILD.gn
+++ b/ios/showcase/core/BUILD.gn
@@ -25,6 +25,13 @@ source_set("main") {
]
deps = [
":core",
+
+ # Needed to disable the tests hooks.
+ "//ios/chrome/app:tests_fake_hook",
+
+ # Needed for including ios/chrome/browser/ui
+ "//ios/chrome/browser/tabs:tabs_internal",
+ "//ios/chrome/browser/ui:ui_internal",
]
libs = [ "UIKit.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « ios/showcase/BUILD.gn ('k') | ios/showcase/core/showcase_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698