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" ] |