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

Unified Diff: ui/base/BUILD.gn

Issue 2382963002: Views: Add two disabled tests for invoking the CC unmask prompt dialog. (Closed)
Patch Set: Fix gn fail. Created 4 years, 2 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
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 75e2d1cb7b0f393eb81f25e2f40adec94512c40b..e58c453c1c65648f6e65e4df6981bd35cb7927bc 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -643,6 +643,8 @@ static_library("test_support") {
"test/scoped_preferred_scroller_style_mac.mm",
"test/test_clipboard.cc",
"test/test_clipboard.h",
+ "test/user_interactive_test_case.cc",
+ "test/user_interactive_test_case.h",
tapted 2016/10/18 06:01:12 this should go in the sources = list above, so it'
Patti Lor 2016/10/18 23:41:48 Done - thanks!!
"test/windowed_nsnotification_observer.h",
"test/windowed_nsnotification_observer.mm",
]
@@ -652,6 +654,7 @@ static_library("test_support") {
"test/ios/keyboard_appearance_listener.mm",
"test/ios/ui_view_test_utils.h",
"test/ios/ui_view_test_utils.mm",
+ "test/user_interactive_test_case_mac.mm",
]
}
« no previous file with comments | « chrome/browser/ui/autofill/card_unmask_prompt_view_browsertest.cc ('k') | ui/base/test/user_interactive_test_case.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698