| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index df66130f08d054047d5cd8fcdc88bbea2c3b8c90..eb8af1d21e64772e28582dd9b7f562adf61df8b8 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -36,8 +36,6 @@ component("web") {
|
|
|
| sources = [
|
| "AssertMatchingEnums.cpp",
|
| - "AssociatedURLLoader.cpp",
|
| - "AssociatedURLLoader.h",
|
| "AudioOutputDeviceClientImpl.cpp",
|
| "AudioOutputDeviceClientImpl.h",
|
| "ChromeClientImpl.cpp",
|
| @@ -139,6 +137,8 @@ component("web") {
|
| "WebArrayBuffer.cpp",
|
| "WebArrayBufferConverter.cpp",
|
| "WebArrayBufferView.cpp",
|
| + "WebAssociatedURLLoaderImpl.cpp",
|
| + "WebAssociatedURLLoaderImpl.h",
|
| "WebBlob.cpp",
|
| "WebCSSParser.cpp",
|
| "WebCache.cpp",
|
| @@ -308,10 +308,10 @@ test("webkit_unit_tests") {
|
| visibility = [ "*" ]
|
|
|
| sources = [
|
| - "AssociatedURLLoaderTest.cpp",
|
| "ExternalPopupMenuTest.cpp",
|
| "LinkHighlightImplTest.cpp",
|
| "PageOverlayTest.cpp",
|
| + "WebAssociatedURLLoaderImplTest.cpp",
|
| "WebDragDataTest.cpp",
|
| "WebElementTest.cpp",
|
| "WebEmbeddedWorkerImplTest.cpp",
|
|
|