| 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 ffc7b1e1db2cb726af50f16060daa1cde181ca47..88c2f20233eb33a38b442c1db01e03f0128bf13c 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',
|
| @@ -1207,6 +1209,7 @@
|
| 'mac/VersionUtilMacTest.mm',
|
| 'network/EncodedFormDataTest.cpp',
|
| 'network/HTTPParsersTest.cpp',
|
| + 'network/LinkHeaderTest.cpp',
|
| 'network/ResourceRequestTest.cpp',
|
| 'scheduler/CancellableTaskFactoryTest.cpp',
|
| 'scroll/ScrollableAreaTest.cpp',
|
|
|