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

Unified Diff: chrome/test/BUILD.gn

Issue 2382963002: Views: Add two disabled tests for invoking the CC unmask prompt dialog. (Closed)
Patch Set: Review comments. 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..d3d404d0401088b4cd3503ae2f71b2870dfeaf4e 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -319,6 +319,9 @@ if (!is_android) {
testonly = true
sources = [
+ "../../ui/base/test/use_interactive_test_case.cc",
+ "../../ui/base/test/use_interactive_test_case.h",
tapted 2016/10/17 23:44:50 This should go in //ui/base:test_support (i.e. ui
Patti Lor 2016/10/18 03:44:26 Done.
+ "../../ui/base/test/use_interactive_test_case_mac.mm",
tapted 2016/10/17 23:44:50 this probably needs to go in the !is_ios branch (
Patti Lor 2016/10/18 03:44:25 Done (but the other way around, with the .mm in th
Patti Lor 2016/10/18 23:41:48 I went back and double checked everything still wo
tapted 2016/10/18 23:49:19 Ah yep - makes sense. We could put the .mm in the
"base/in_process_browser_test.cc",
"base/in_process_browser_test.h",
"base/in_process_browser_test_mac.cc",

Powered by Google App Engine
This is Rietveld 408576698