Chromium Code Reviews| 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", |