Index: third_party/WebKit/Source/platform/blink_platform.gypi |
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi |
index 2b9c1ebf35e2a48350d2c1271e7d670c362a4ee5..f2b89d5a0d4d6147e2063eec7b86f1ee803226b7 100644 |
--- a/third_party/WebKit/Source/platform/blink_platform.gypi |
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi |
@@ -898,6 +898,8 @@ |
'network/HTTPHeaderMap.h', |
'network/HTTPParsers.cpp', |
'network/HTTPParsers.h', |
+ 'network/LinkHeader.cpp', |
+ 'network/LinkHeader.h', |
'network/NetworkHints.cpp', |
'network/NetworkHints.h', |
'network/ParsedContentType.cpp', |
@@ -1209,6 +1211,7 @@ |
'mac/VersionUtilMacTest.mm', |
'network/EncodedFormDataTest.cpp', |
'network/HTTPParsersTest.cpp', |
+ 'network/LinkHeaderTest.cpp', |
'network/ResourceRequestTest.cpp', |
'scheduler/CancellableTaskFactoryTest.cpp', |
'scroll/ScrollableAreaTest.cpp', |