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

Unified Diff: third_party/WebKit/Source/platform/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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index b1fae2101100a4bc823551a9e9970b7803f638e1..407d8cdf73db026b5ea780752fe38372f5dcd7a0 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1108,8 +1108,6 @@ component("platform") {
"network/HTTPHeaderMap.h",
"network/HTTPParsers.cpp",
"network/HTTPParsers.h",
- "network/LinkHeader.cpp",
- "network/LinkHeader.h",
"network/NetworkHints.cpp",
"network/NetworkHints.h",
"network/NetworkInstrumentation.cpp",
@@ -1436,7 +1434,6 @@ component("platform") {
]
deps = [
"//cc/surfaces:surfaces",
- "//components/link_header_util:link_header_util",
"//components/mime_util:mime_util",
"//device/base/synchronization",
"//mojo/public/cpp/bindings",
@@ -1749,6 +1746,7 @@ test("blink_platform_unittests") {
"instrumentation/tracing/web_process_memory_dump_test.cc",
"json/JSONParserTest.cpp",
"json/JSONValuesTest.cpp",
+ "loader/LinkHeaderTest.cpp",
"loader/fetch/ClientHintsPreferencesTest.cpp",
"loader/fetch/CrossOriginAccessControlTest.cpp",
"loader/fetch/FetchUtilsTest.cpp",
@@ -1765,7 +1763,6 @@ test("blink_platform_unittests") {
"mojo/KURLSecurityOriginTest.cpp",
"network/EncodedFormDataTest.cpp",
"network/HTTPParsersTest.cpp",
- "network/LinkHeaderTest.cpp",
"network/NetworkStateNotifierTest.cpp",
"network/NetworkUtilsTest.cpp",
"network/ParsedContentTypeTest.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('k') | third_party/WebKit/Source/platform/loader/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698