| 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 5cf20905d43ea3b9489115e4c7db87c980d43c6b..8b500a292ebdae24bf1a2c32e7f05d892c7b57eb 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -894,6 +894,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',
|
| @@ -1201,6 +1203,7 @@
|
| 'mac/VersionUtilMacTest.mm',
|
| 'network/EncodedFormDataTest.cpp',
|
| 'network/HTTPParsersTest.cpp',
|
| + 'network/LinkHeaderTest.cpp',
|
| 'network/ResourceRequestTest.cpp',
|
| 'scheduler/CancellableTaskFactoryTest.cpp',
|
| 'scroll/ScrollableAreaTest.cpp',
|
|
|