| Index: third_party/WebKit/Source/core/exported/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/exported/BUILD.gn b/third_party/WebKit/Source/core/exported/BUILD.gn
|
| index d7df8835fab7eed54eb34b8cebbfb9dd31e08371..3ecd3591221429c09c1a109d7da1cd84ad620f1a 100644
|
| --- a/third_party/WebKit/Source/core/exported/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/exported/BUILD.gn
|
| @@ -7,6 +7,9 @@ blink_core_sources("exported") {
|
| sources = [
|
| "SharedWorkerRepositoryClientImpl.cpp",
|
| "SharedWorkerRepositoryClientImpl.h",
|
| + "WebArrayBuffer.cpp",
|
| + "WebArrayBufferConverter.cpp",
|
| + "WebArrayBufferView.cpp",
|
| "WebAssociatedURLLoaderImpl.cpp",
|
| "WebAssociatedURLLoaderImpl.h",
|
| "WebBlob.cpp",
|
|
|