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

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

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase again 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 unified diff | Download patch
« no previous file with comments | « Source/platform/PlatformWheelEvent.h ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystem.h', 4 'AsyncFileSystem.h',
5 'Clock.cpp', 5 'Clock.cpp',
6 'Clock.h', 6 'Clock.h',
7 'ContentType.cpp', 7 'ContentType.cpp',
8 'ContentType.h', 8 'ContentType.h',
9 'DateComponents.cpp', 9 'DateComponents.cpp',
10 'DateComponents.h', 10 'DateComponents.h',
(...skipping 24 matching lines...) Expand all
35 'NotImplemented.cpp', 35 'NotImplemented.cpp',
36 'NotImplemented.h', 36 'NotImplemented.h',
37 'PODArena.h', 37 'PODArena.h',
38 'PODFreeListArena.h', 38 'PODFreeListArena.h',
39 'PODInterval.h', 39 'PODInterval.h',
40 'PODIntervalTree.h', 40 'PODIntervalTree.h',
41 'PODRedBlackTree.h', 41 'PODRedBlackTree.h',
42 'Partitions.cpp', 42 'Partitions.cpp',
43 'Partitions.h', 43 'Partitions.h',
44 'PlatformEvent.h', 44 'PlatformEvent.h',
45 'PlatformGestureEvent.h',
46 'PlatformKeyboardEvent.cpp',
47 'PlatformKeyboardEvent.h',
48 'PlatformMouseEvent.h',
49 'PlatformTouchPoint.h',
50 'PlatformTouchEvent.h',
51 'PlatformWheelEvent.h',
45 'PlatformThreadData.cpp', 52 'PlatformThreadData.cpp',
46 'PlatformThreadData.h', 53 'PlatformThreadData.h',
47 'PurgeableBuffer.cpp', 54 'PurgeableBuffer.cpp',
48 'PurgeableBuffer.h', 55 'PurgeableBuffer.h',
49 'SecureTextInput.cpp', 56 'SecureTextInput.cpp',
50 'SecureTextInput.h', 57 'SecureTextInput.h',
51 'SSLKeyGenerator.cpp', 58 'SSLKeyGenerator.cpp',
52 'SSLKeyGenerator.h', 59 'SSLKeyGenerator.h',
53 'SharedBuffer.cpp', 60 'SharedBuffer.cpp',
54 'SharedBuffer.h', 61 'SharedBuffer.h',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'geometry/RoundedRectTest.cpp', 289 'geometry/RoundedRectTest.cpp',
283 'geometry/RoundedRectTest.cpp', 290 'geometry/RoundedRectTest.cpp',
284 'testing/ArenaTestHelpers.h', 291 'testing/ArenaTestHelpers.h',
285 'testing/TreeTestHelpers.cpp', 292 'testing/TreeTestHelpers.cpp',
286 'testing/TreeTestHelpers.h', 293 'testing/TreeTestHelpers.h',
287 'text/DateTimeFormatTest.cpp', 294 'text/DateTimeFormatTest.cpp',
288 'text/DateTimeFormatTest.cpp', 295 'text/DateTimeFormatTest.cpp',
289 ], 296 ],
290 }, 297 },
291 } 298 }
OLDNEW
« no previous file with comments | « Source/platform/PlatformWheelEvent.h ('k') | Source/web/EditorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698