Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: third_party/WebKit/Source/web/BUILD.gn

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a232a1ca41ff02fcae7d00916bd4cb34b6e2d270..f3d50b27d600228c2647a6753bdce72e08244c64 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",
« no previous file with comments | « third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp ('k') | third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698