Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Unified Diff: Source/platform/blink_platform.gypi

Issue 26592011: Move keyboard related files from core/ to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698