Chromium Code Reviews| Index: chrome/test/BUILD.gn |
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
| index abb5242158260cd32a16772068926df7a021617b..55b84a113216defe5d3510950b543adbef35c873 100644 |
| --- a/chrome/test/BUILD.gn |
| +++ b/chrome/test/BUILD.gn |
| @@ -435,7 +435,9 @@ if (!is_android) { |
| configs += [ "//build/config:precompiled_headers" ] |
| - data_deps = [] |
| + data_deps = [ |
| + "//testing/buildbot/filters:interactive_ui_tests_filters", |
| + ] |
| data = [ |
| "data/", |
| @@ -517,6 +519,10 @@ if (!is_android) { |
| "//third_party/mesa:osmesa", |
| ] |
| + if (use_aura) { |
| + sources += [ "../browser/drag_and_drop_browsertest.cc" ] |
|
sky
2016/11/15 00:37:55
Name file with 'interactive_uitest' like the rest
Łukasz Anforowicz
2016/11/15 18:28:21
Done.
|
| + } |
| + |
| if (toolkit_views) { |
| sources += [ |
| "../browser/ui/views/menu_controller_interactive_uitest.cc", |