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

Unified Diff: third_party/WebKit/Source/platform/loader/BUILD.gn

Issue 2739633003: platform/loader: move LinkHeader from network/ to loader/ (Closed)
Patch Set: gen gen --check passes Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/loader/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/loader/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/loader/BUILD.gn b/third_party/WebKit/Source/platform/loader/BUILD.gn
index a9b009f3ed1f9f70bd7ccd2dfd9481758f7f7955..a250638de04e993f60868d9015447e4655c1674d 100644
--- a/third_party/WebKit/Source/platform/loader/BUILD.gn
+++ b/third_party/WebKit/Source/platform/loader/BUILD.gn
@@ -19,6 +19,8 @@ source_set("loader") {
visibility = [ "//third_party/WebKit/Source/platform" ]
sources = [
+ "LinkHeader.cpp",
+ "LinkHeader.h",
"fetch/AccessControlStatus.h",
"fetch/CachedMetadata.cpp",
"fetch/CachedMetadata.h",
@@ -72,6 +74,7 @@ source_set("loader") {
deps = [
":make_platform_loader_generated_fetch_initiator_type_names",
+ "//components/link_header_util:link_header_util",
]
public_deps = [
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698