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