| Index: Source/platform/blink_platform.gypi
|
| diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
|
| index 030648a53c70e4329315cc12a8d6de8008ce7505..ca03b5b5f928555e1a8a2c2d7963d875a27381c2 100644
|
| --- a/Source/platform/blink_platform.gypi
|
| +++ b/Source/platform/blink_platform.gypi
|
| @@ -20,6 +20,10 @@
|
| 'HostWindow.h',
|
| 'JSONValues.cpp',
|
| 'JSONValues.h',
|
| + 'KeyCodeConversion.h',
|
| + 'KeyCodeConversionAndroid.cpp',
|
| + 'KeyCodeConversionGtk.cpp',
|
| + 'KeyboardCodes.h',
|
| 'Language.cpp',
|
| 'Language.h',
|
| 'LayoutTestSupport.cpp',
|
| @@ -53,10 +57,10 @@
|
| 'PlatformWheelEvent.h',
|
| 'PurgeableBuffer.cpp',
|
| 'PurgeableBuffer.h',
|
| - 'SecureTextInput.cpp',
|
| - 'SecureTextInput.h',
|
| 'SSLKeyGenerator.cpp',
|
| 'SSLKeyGenerator.h',
|
| + 'SecureTextInput.cpp',
|
| + 'SecureTextInput.h',
|
| 'SharedBuffer.cpp',
|
| 'SharedBuffer.h',
|
| 'SharedBufferChunkReader.cpp',
|
| @@ -70,14 +74,15 @@
|
| 'Timer.cpp',
|
| 'Timer.h',
|
| 'TraceEvent.h',
|
| - 'UserGestureIndicator.cpp',
|
| - 'UserGestureIndicator.h',
|
| 'URLPatternMatcher.cpp',
|
| 'URLPatternMatcher.h',
|
| 'UUID.cpp',
|
| 'UUID.h',
|
| + 'UserGestureIndicator.cpp',
|
| + 'UserGestureIndicator.h',
|
| 'Widget.cpp',
|
| 'Widget.h',
|
| + 'WindowsKeyboardCodes.h',
|
| 'animation/UnitBezier.h',
|
| 'audio/AudioArray.h',
|
| 'audio/AudioBus.cpp',
|
|
|