| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 37e5312ed72ccb2f50bdbd21dbbdd7b384dcdc6c..78ceec517d2064fd1d581d8a802f6c6243740d22 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -54,6 +54,10 @@
|
| 'LinkHash.h',
|
| 'Logging.cpp',
|
| 'Logging.h',
|
| + 'MIMETypeFromURL.cpp',
|
| + 'MIMETypeFromURL.h',
|
| + 'MIMETypeRegistry.cpp',
|
| + 'MIMETypeRegistry.h',
|
| 'NotImplemented.cpp',
|
| 'NotImplemented.h',
|
| 'PODArena.h',
|
| @@ -376,6 +380,11 @@
|
| 'network/ResourceRequest.h',
|
| 'network/ResourceResponse.cpp',
|
| 'network/ResourceResponse.h',
|
| + 'plugins/PluginData.cpp',
|
| + 'plugins/PluginData.h',
|
| + 'plugins/PluginListBuilder.cpp',
|
| + 'plugins/PluginListBuilder.h',
|
| + 'scroll/ScrollTypes.h',
|
| 'scroll/ScrollbarThemeClient.h',
|
| 'scroll/ScrollTypes.h',
|
| 'text/BidiContext.cpp',
|
|
|