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 50336b16ac97cecf4bc26cb2aa3b7912aee3f843..90b353c15135d69bf564a4fe3ce914f0ac52abd1 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", |
@@ -309,10 +309,10 @@ test("webkit_unit_tests") { |
visibility = [ "*" ] |
sources = [ |
- "AssociatedURLLoaderTest.cpp", |
"ExternalPopupMenuTest.cpp", |
"LinkHighlightImplTest.cpp", |
"PageOverlayTest.cpp", |
+ "WebAssociatedURLLoaderImplTest.cpp", |
"WebDragDataTest.cpp", |
"WebElementTest.cpp", |
"WebEmbeddedWorkerImplTest.cpp", |