| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 6f92034c159058ea7b43f9ac86327d43c55b5d3f..e456bf027081c4d11345b79189dfd7e4b73200c3 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -436,7 +436,9 @@ if (!is_android) {
|
|
|
| configs += [ "//build/config:precompiled_headers" ]
|
|
|
| - data_deps = []
|
| + data_deps = [
|
| + "//testing/buildbot/filters:interactive_ui_tests_filters",
|
| + ]
|
|
|
| data = [
|
| "data/",
|
| @@ -518,6 +520,10 @@ if (!is_android) {
|
| "//third_party/mesa:osmesa",
|
| ]
|
|
|
| + if (use_aura) {
|
| + sources += [ "../browser/ui/views/drag_and_drop_interactive_uitest.cc" ]
|
| + }
|
| +
|
| if (toolkit_views) {
|
| sources += [
|
| "../browser/ui/views/menu_controller_interactive_uitest.cc",
|
|
|