| 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 35ab5051a338aa1f57dc52e359c8e4cbb9d4dce0..3b9c899ffe89f7552bdeb07bc09491c9a05af1c7 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -517,6 +517,8 @@ component("platform") {
|
| "bindings/WrapperCreationSecurityCheck.h",
|
| "bindings/WrapperTypeInfo.cpp",
|
| "bindings/WrapperTypeInfo.h",
|
| + "blob/BlobBytesProvider.cpp",
|
| + "blob/BlobBytesProvider.h",
|
| "blob/BlobData.cpp",
|
| "blob/BlobData.h",
|
| "blob/BlobRegistry.cpp",
|
| @@ -1570,6 +1572,7 @@ component("platform") {
|
| "//services/service_manager/public/cpp",
|
| "//third_party/WebKit/Source/platform/heap",
|
| "//third_party/WebKit/Source/platform/loader",
|
| + "//third_party/WebKit/public:blob_mojo_bindings_blink",
|
| "//third_party/WebKit/public:mojo_bindings_blink",
|
| "//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
|
| "//third_party/ced",
|
|
|