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 69046a757269e501e3e7187efe953c8951a687f3..afbb45b42940a4971dbaa0e05a41848fd1d6e36f 100644 |
--- a/third_party/WebKit/Source/core/exported/BUILD.gn |
+++ b/third_party/WebKit/Source/core/exported/BUILD.gn |
@@ -5,6 +5,8 @@ import("//third_party/WebKit/Source/core/core.gni") |
blink_core_sources("exported") { |
sources = [ |
+ "SharedWorkerRepositoryClientImpl.cpp", |
+ "SharedWorkerRepositoryClientImpl.h", |
"WebAssociatedURLLoaderImpl.cpp", |
haraken
2017/04/20 07:38:26
As commented in other CLs, I'd prefer moving these
|
"WebAssociatedURLLoaderImpl.h", |
"WebBlob.cpp", |