| 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 d45fa60f61b735f57de7498d307ca52ad149ee75..e517292dafbcf5deb7ba380d53c21b54e84c4144 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -333,6 +333,7 @@ component("platform") {
|
| "SecureTextInput.cpp",
|
| "SecureTextInput.h",
|
| "SerializedResource.h",
|
| + "ServiceConnector.h",
|
| "SharedBuffer.cpp",
|
| "SharedBuffer.h",
|
| "SharedBufferChunkReader.cpp",
|
| @@ -1442,6 +1443,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",
|
|
|