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

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2290313002: Remove PlatformKeyboardEvent (Closed)
Patch Set: One more fix Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'PODArena.h', 78 'PODArena.h',
79 'PODFreeListArena.h', 79 'PODFreeListArena.h',
80 'PODInterval.h', 80 'PODInterval.h',
81 'PODIntervalTree.h', 81 'PODIntervalTree.h',
82 'PODRedBlackTree.h', 82 'PODRedBlackTree.h',
83 'PasteMode.h', 83 'PasteMode.h',
84 'PlatformEvent.h', 84 'PlatformEvent.h',
85 'PlatformGestureEvent.h', 85 'PlatformGestureEvent.h',
86 'PlatformInstrumentation.cpp', 86 'PlatformInstrumentation.cpp',
87 'PlatformInstrumentation.h', 87 'PlatformInstrumentation.h',
88 'PlatformKeyboardEvent.cpp',
89 'PlatformKeyboardEvent.h',
90 'PlatformMouseEvent.h', 88 'PlatformMouseEvent.h',
91 'PlatformResourceLoader.cpp', 89 'PlatformResourceLoader.cpp',
92 'PlatformResourceLoader.h', 90 'PlatformResourceLoader.h',
93 'PlatformTouchEvent.h', 91 'PlatformTouchEvent.h',
94 'PlatformTouchPoint.h', 92 'PlatformTouchPoint.h',
95 'PlatformWheelEvent.h', 93 'PlatformWheelEvent.h',
96 'PluginScriptForbiddenScope.cpp', 94 'PluginScriptForbiddenScope.cpp',
97 'PluginScriptForbiddenScope.h', 95 'PluginScriptForbiddenScope.h',
98 'PopupMenu.h', 96 'PopupMenu.h',
99 'Prerender.cpp', 97 'Prerender.cpp',
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 ['use_default_render_theme==1', 1457 ['use_default_render_theme==1',
1460 { 1458 {
1461 'platform_test_files': [ 1459 'platform_test_files': [
1462 'scroll/ScrollbarThemeAuraTest.cpp', 1460 'scroll/ScrollbarThemeAuraTest.cpp',
1463 ], 1461 ],
1464 } 1462 }
1465 ], 1463 ],
1466 ], 1464 ],
1467 }, 1465 },
1468 } 1466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698