diff --git content/app/content_service_manager_main_delegate.h content/app/content_service_manager_main_delegate.h index 7563ce4..6c59474 100644 --- content/app/content_service_manager_main_delegate.h +++ content/app/content_service_manager_main_delegate.h @@ -16,7 +16,8 @@ namespace content { class ContentMainRunner; -class ContentServiceManagerMainDelegate : public service_manager::MainDelegate { +class CONTENT_EXPORT ContentServiceManagerMainDelegate : + public service_manager::MainDelegate { public: explicit ContentServiceManagerMainDelegate(const ContentMainParams& params); ~ContentServiceManagerMainDelegate() override; diff --git third_party/WebKit/Source/web/BUILD.gn third_party/WebKit/Source/web/BUILD.gn index 148b260..b08bb89 100644 --- third_party/WebKit/Source/web/BUILD.gn +++ third_party/WebKit/Source/web/BUILD.gn @@ -15,6 +15,7 @@ component("web") { output_name = "blink_web" deps = [ + "//cef:webkit_set", "//skia", "//third_party/WebKit/Source/core", "//third_party/WebKit/Source/modules",