2017-09-06 23:40:58 +02:00
|
|
|
diff --git chrome/browser/ui/BUILD.gn chrome/browser/ui/BUILD.gn
|
2017-10-20 19:45:20 +02:00
|
|
|
index 82f43b9591ae..1ef9adad166f 100644
|
2017-09-06 23:40:58 +02:00
|
|
|
--- chrome/browser/ui/BUILD.gn
|
|
|
|
+++ chrome/browser/ui/BUILD.gn
|
2017-10-20 19:45:20 +02:00
|
|
|
@@ -369,6 +369,7 @@ split_static_library("ui") {
|
2017-09-06 23:40:58 +02:00
|
|
|
"//chrome/browser/ui/webui/usb_internals:mojo_bindings",
|
|
|
|
"//chrome/common",
|
|
|
|
"//chrome/common:search_mojom",
|
|
|
|
+ "//chrome/common:service_process_mojom",
|
|
|
|
"//chrome/common/net",
|
|
|
|
"//chrome/installer/util:with_no_strings",
|
|
|
|
"//components/about_ui",
|
2017-07-06 22:39:37 +02:00
|
|
|
diff --git content/app/content_service_manager_main_delegate.h content/app/content_service_manager_main_delegate.h
|
2017-09-06 23:40:58 +02:00
|
|
|
index 7563ce48bf5e..6c594749d57b 100644
|
2017-07-06 22:39:37 +02: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;
|
2017-09-06 23:40:58 +02:00
|
|
|
diff --git third_party/WebKit/Source/controller/BUILD.gn third_party/WebKit/Source/controller/BUILD.gn
|
2017-10-20 19:45:20 +02:00
|
|
|
index 1d29633ba10d..1a42fe1d37fa 100644
|
2017-09-06 23:40:58 +02:00
|
|
|
--- third_party/WebKit/Source/controller/BUILD.gn
|
|
|
|
+++ third_party/WebKit/Source/controller/BUILD.gn
|
2017-10-20 19:45:20 +02:00
|
|
|
@@ -16,6 +16,7 @@ component("controller") {
|
2017-09-06 23:40:58 +02:00
|
|
|
output_name = "blink_controller"
|
2017-07-06 22:39:37 +02:00
|
|
|
|
|
|
|
deps = [
|
|
|
|
+ "//cef:webkit_set",
|
|
|
|
"//skia",
|
|
|
|
"//third_party/WebKit/Source/core",
|
|
|
|
"//third_party/WebKit/Source/modules",
|