mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Move testonly support for UI input events to libcef_test_support
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include "ui/aura/window.h"
|
||||
#include "ui/base/test/ui_controls_aura.h"
|
||||
#if defined(USE_OZONE)
|
||||
#include "ui/ozone/public/ozone_ui_controls_test_helper.h"
|
||||
#include "ui/views/test/ui_controls_factory_desktop_aura_ozone.h"
|
||||
#endif
|
||||
#endif // defined(USE_AURA)
|
||||
@@ -33,18 +32,6 @@
|
||||
#include "ui/display/win/screen_win.h"
|
||||
#endif
|
||||
|
||||
#if defined(USE_AURA) && defined(USE_OZONE)
|
||||
// Stub implementation for function called from
|
||||
// $root_gen_dir/ui/ozone/test_constructor_list.cc to avoid
|
||||
// //ui/ozone/platform/wayland:ui_test_support dependencies.
|
||||
namespace ui {
|
||||
OzoneUIControlsTestHelper* CreateOzoneUIControlsTestHelperWayland() {
|
||||
NOTREACHED();
|
||||
return nullptr;
|
||||
}
|
||||
} // namespace ui
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
|
||||
// Based on chrome/test/base/interactive_ui_tests_main.cc.
|
||||
|
Reference in New Issue
Block a user