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

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: 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'Clock.cpp', 4 'Clock.cpp',
5 'Clock.h', 5 'Clock.h',
6 'ContentType.cpp', 6 'ContentType.cpp',
7 'ContentType.h', 7 'ContentType.h',
8 'DateComponents.cpp', 8 'DateComponents.cpp',
9 'DateComponents.h', 9 'DateComponents.h',
10 'Decimal.cpp', 10 'Decimal.cpp',
(...skipping 14 matching lines...) Expand all
25 'LinkHash.h', 25 'LinkHash.h',
26 'LocalizedStrings.cpp', 26 'LocalizedStrings.cpp',
27 'LocalizedStrings.h', 27 'LocalizedStrings.h',
28 'Logging.cpp', 28 'Logging.cpp',
29 'Logging.h', 29 'Logging.h',
30 'NotImplemented.cpp', 30 'NotImplemented.cpp',
31 'NotImplemented.h', 31 'NotImplemented.h',
32 'Partitions.cpp', 32 'Partitions.cpp',
33 'Partitions.h', 33 'Partitions.h',
34 'PlatformEvent.h', 34 'PlatformEvent.h',
35 'PlatformGestureEvent.h',
36 'PlatformKeyboardPoint.h',
37 'PlatformMouseEvent.h',
38 'PlatformTouchPoint.h',
39 'PlatformTouchEvent.h',
40 'PlatformWheelEvent.h',
35 'PlatformThreadData.cpp', 41 'PlatformThreadData.cpp',
36 'PlatformThreadData.h', 42 'PlatformThreadData.h',
37 'PurgeableBuffer.cpp', 43 'PurgeableBuffer.cpp',
38 'PurgeableBuffer.h', 44 'PurgeableBuffer.h',
39 'SecureTextInput.cpp', 45 'SecureTextInput.cpp',
40 'SecureTextInput.h', 46 'SecureTextInput.h',
41 'SSLKeyGenerator.cpp', 47 'SSLKeyGenerator.cpp',
42 'SSLKeyGenerator.h', 48 'SSLKeyGenerator.h',
43 'SharedBuffer.cpp', 49 'SharedBuffer.cpp',
44 'SharedBuffer.h', 50 'SharedBuffer.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'clipboard/ClipboardUtilitiesTest.cpp', 168 'clipboard/ClipboardUtilitiesTest.cpp',
163 'geometry/RoundedRectTest.cpp', 169 'geometry/RoundedRectTest.cpp',
164 'text/DateTimeFormatTest.cpp', 170 'text/DateTimeFormatTest.cpp',
165 'ClockTest.cpp', 171 'ClockTest.cpp',
166 'DecimalTest.cpp', 172 'DecimalTest.cpp',
167 'LayoutUnitTest.cpp', 173 'LayoutUnitTest.cpp',
168 'SharedBufferTest.cpp', 174 'SharedBufferTest.cpp',
169 ], 175 ],
170 }, 176 },
171 } 177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698