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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2399463007: AssociatedURLLoader shouldn't derive from WebURLLoader (Closed)
Patch Set: Remove blank line 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f22878d014cb4161a583d7c5bab5cc60b149b38c..c239f39227bb59ad07810539e83da9a46f01d6a3 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -417,6 +417,7 @@ source_set("blink_headers") {
"web/WebArrayBuffer.h",
"web/WebArrayBufferConverter.h",
"web/WebArrayBufferView.h",
+ "web/WebAssociatedURLLoaderOptions.h",
"web/WebAutofillClient.h",
"web/WebBlob.h",
"web/WebCSSParser.h",
@@ -555,7 +556,6 @@ source_set("blink_headers") {
"web/WebTextInputType.h",
"web/WebTouchAction.h",
"web/WebTreeScopeType.h",
- "web/WebURLLoaderOptions.h",
"web/WebUserGestureIndicator.h",
"web/WebUserGestureToken.h",
"web/WebUserMediaClient.h",

Powered by Google App Engine
This is Rietveld 408576698