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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1811163002: Share link header parsing code between blink and content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base-optional
Patch Set: Created 4 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/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index b99399354b23f03b92cad03f4fce74e595087830..8db51a90e0122675bd3899da2f53021b101201cb 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1903,7 +1903,6 @@
'loader/HttpEquiv.h',
'loader/ImageLoader.cpp',
'loader/ImageLoader.h',
- 'loader/LinkHeader.cpp',
'loader/LinkLoader.cpp',
'loader/LinkLoader.h',
'loader/LinkLoaderClient.h',
@@ -4046,7 +4045,6 @@
'layout/shapes/BoxShapeTest.cpp',
'loader/DocumentLoadTimingTest.cpp',
'loader/FrameFetchContextTest.cpp',
- 'loader/LinkHeaderTest.cpp',
'loader/LinkLoaderTest.cpp',
'loader/MixedContentCheckerTest.cpp',
'loader/TextResourceDecoderBuilderTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698