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

Unified Diff: ios/chrome/BUILD.gn

Issue 2119373002: Creates coordinators for displaying alerts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 4 years, 5 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/chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 26eceb3b181dd6c43860817d17e3a5c41889a690..1b22d41999ee1d1f1680eacad7829a9b04bb7fea 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -64,6 +64,7 @@ test("ios_chrome_unittests") {
"browser/snapshots/snapshots_util_unittest.mm",
"browser/ssl/ios_ssl_error_handler_unittest.mm",
"browser/translate/translate_service_ios_unittest.cc",
+ "browser/ui/alert_coordinator/alert_coordinator_unittest.mm",
"browser/ui/commands/set_up_for_testing_command_unittest.mm",
"browser/ui/context_menu/context_menu_coordinator_unittest.mm",
"browser/ui/elements/selector_coordinator_unittest.mm",
@@ -117,7 +118,9 @@ test("ios_chrome_unittests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/ocmock",
+ "//ui/base:base",
"//ui/gfx:test_support",
+ "//ui/strings:ui_strings",
]
assert_no_deps = ios_assert_no_deps
« no previous file with comments | « no previous file | ios/chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698