2017-07-06 16:39:37 -04:00
|
|
|
diff --git content/app/content_service_manager_main_delegate.h content/app/content_service_manager_main_delegate.h
|
2017-07-26 19:19:27 -04:00
|
|
|
index 7563ce4..6c59474 100644
|
2017-07-06 16:39:37 -04:00
|
|
|
--- 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
|
2017-07-26 19:19:27 -04:00
|
|
|
index 148b260..b08bb89 100644
|
2017-07-06 16:39:37 -04:00
|
|
|
--- 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",
|