Fix ozone build issues (fixes issue #2748)
This commit is contained in:
parent
bc5cbcf39b
commit
a8263b1b4f
4
BUILD.gn
4
BUILD.gn
|
@ -696,6 +696,8 @@ static_library("libcef_static") {
|
|||
"//chrome/browser/local_discovery/service_discovery_client_impl.h",
|
||||
"//chrome/browser/local_discovery/service_discovery_client.cc",
|
||||
"//chrome/browser/local_discovery/service_discovery_client.h",
|
||||
"//chrome/browser/local_discovery/service_discovery_client_mdns.cc",
|
||||
"//chrome/browser/local_discovery/service_discovery_client_mdns.h",
|
||||
"//chrome/browser/local_discovery/service_discovery_shared_client.cc",
|
||||
"//chrome/browser/local_discovery/service_discovery_shared_client.h",
|
||||
]
|
||||
|
@ -1022,8 +1024,6 @@ static_library("libcef_static") {
|
|||
|
||||
if (is_linux && !use_x11) {
|
||||
sources += [
|
||||
"//ui/aura/test/mus/window_tree_client_test_api.h",
|
||||
"//ui/aura/test/mus/window_tree_client_test_api.cc",
|
||||
"//ui/aura/test/ui_controls_factory_ozone.cc",
|
||||
"//ui/events/test/events_test_utils.cc"
|
||||
]
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#include "include/cef_base.h"
|
||||
#include "include/cef_browser.h"
|
||||
|
||||
#include "libcef/browser/browser_host_impl.h"
|
||||
#include "libcef/browser/osr/host_display_client_osr.h"
|
||||
#include "libcef/browser/osr/motion_event_osr.h"
|
||||
|
||||
|
@ -62,7 +63,6 @@ class BackingStore;
|
|||
class CursorManager;
|
||||
} // namespace content
|
||||
|
||||
class CefBrowserHostImpl;
|
||||
class CefCopyFrameGenerator;
|
||||
class CefSoftwareOutputDeviceOSR;
|
||||
class CefVideoConsumerOSR;
|
||||
|
|
Loading…
Reference in New Issue