| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 7d4a910e7762a38b737eb20edcceda55b68e30af..5471904f44b690c6bc004d8115d1493605113faa 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -40,16 +40,17 @@
|
| 'PODRedBlackTree.h',
|
| 'Partitions.cpp',
|
| 'Partitions.h',
|
| + 'PasteMode.h',
|
| 'PlatformEvent.h',
|
| 'PlatformGestureEvent.h',
|
| 'PlatformKeyboardEvent.cpp',
|
| 'PlatformKeyboardEvent.h',
|
| 'PlatformMouseEvent.h',
|
| - 'PlatformTouchPoint.h',
|
| - 'PlatformTouchEvent.h',
|
| - 'PlatformWheelEvent.h',
|
| 'PlatformThreadData.cpp',
|
| 'PlatformThreadData.h',
|
| + 'PlatformTouchEvent.h',
|
| + 'PlatformTouchPoint.h',
|
| + 'PlatformWheelEvent.h',
|
| 'PurgeableBuffer.cpp',
|
| 'PurgeableBuffer.h',
|
| 'SecureTextInput.cpp',
|
|
|