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

Unified Diff: ui/base/BUILD.gn

Issue 2382963002: Views: Add two disabled tests for invoking the CC unmask prompt dialog. (Closed)
Patch Set: Switch to CreditCardExpiry to enum class : uint8_t. 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..1cc0c0170fc9e3eb0231ebde48662664cb4a4370 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -627,6 +627,7 @@ static_library("test_support") {
"test/ui_controls_internal_win.h",
"test/ui_controls_mac.mm",
"test/ui_controls_win.cc",
+ "test/user_interactive_test_case.h",
]
if (!is_ios) {
@@ -655,6 +656,12 @@ static_library("test_support") {
]
}
+ if (is_mac) {
+ sources += [ "test/user_interactive_test_case_mac.mm" ]
+ } else {
+ sources += [ "test/user_interactive_test_case.cc" ]
+ }
+
public_deps = [
":base",
]

Powered by Google App Engine
This is Rietveld 408576698