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

Unified Diff: chrome/test/BUILD.gn

Issue 2382963002: Views: Add two disabled tests for invoking the CC unmask prompt dialog. (Closed)
Patch Set: Rebase 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 0893d93eb3701341c2fd1597cd69ce11c3d4dea7..fb2500f8e0edba1d060e841e7d480cabf0deeeba 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -322,8 +322,13 @@ if (!is_android) {
"base/in_process_browser_test.cc",
"base/in_process_browser_test.h",
"base/in_process_browser_test_mac.cc",
+ "base/move_test_process_to_front_mac.h",
+ "base/move_test_process_to_front_mac.mm",
"base/ui_test_utils.cc",
"base/ui_test_utils.h",
+ "base/use_interactive_test_case.cc",
+ "base/use_interactive_test_case.h",
+ "base/use_interactive_test_case_mac.mm",
]
configs += [ "//build/config:precompiled_headers" ]

Powered by Google App Engine
This is Rietveld 408576698