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

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: address mmenke's comments Created 4 years, 8 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 1eeaa41802dafa48c1ec19605eb8300f79aedfee..83d66cd5acd2a87acf9fe38e97e6c36ae35ed830 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1913,7 +1913,6 @@
'loader/HttpEquiv.h',
'loader/ImageLoader.cpp',
'loader/ImageLoader.h',
- 'loader/LinkHeader.cpp',
'loader/LinkLoader.cpp',
'loader/LinkLoader.h',
'loader/LinkLoaderClient.h',
@@ -4067,7 +4066,6 @@
'layout/svg/LayoutSVGRootTest.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