| 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 720025fb4677897de5647eb047ce85a9c675314f..f0e4c0f7d5bb1891eeb25433f6e1b6875e2ae62e 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',
|
| @@ -1210,6 +1212,7 @@
|
| 'mac/VersionUtilMacTest.mm',
|
| 'network/EncodedFormDataTest.cpp',
|
| 'network/HTTPParsersTest.cpp',
|
| + 'network/LinkHeaderTest.cpp',
|
| 'network/ResourceRequestTest.cpp',
|
| 'scheduler/CancellableTaskFactoryTest.cpp',
|
| 'scroll/ScrollableAreaTest.cpp',
|
|
|