| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index b562a1cf20497c5e442e4cb2a786bf4e67c22a10..c55ce380684c8392a17017a12f35def9b41eb625 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -339,6 +339,7 @@ component("platform") {
|
| "SecureTextInput.cpp",
|
| "SecureTextInput.h",
|
| "SerializedResource.h",
|
| + "ServiceConnector.h",
|
| "SharedBuffer.cpp",
|
| "SharedBuffer.h",
|
| "SharedBufferChunkReader.cpp",
|
| @@ -1440,6 +1441,7 @@ component("platform") {
|
| "//gpu/command_buffer/common:common",
|
| "//media",
|
| "//net",
|
| + "//services/service_manager/public/interfaces:interfaces_blink",
|
| "//skia",
|
| "//third_party:jpeg",
|
| "//third_party/WebKit/Source/wtf",
|
|
|