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 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase to apply to trunk 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/PlatformScreen.cpp ('k') | Source/web/ChromeClientImpl.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 '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 30 matching lines...) Expand all
41 'PODIntervalTree.h', 41 'PODIntervalTree.h',
42 'PODRedBlackTree.h', 42 'PODRedBlackTree.h',
43 'Partitions.cpp', 43 'Partitions.cpp',
44 'Partitions.h', 44 'Partitions.h',
45 'PasteMode.h', 45 'PasteMode.h',
46 'PlatformEvent.h', 46 'PlatformEvent.h',
47 'PlatformGestureEvent.h', 47 'PlatformGestureEvent.h',
48 'PlatformKeyboardEvent.cpp', 48 'PlatformKeyboardEvent.cpp',
49 'PlatformKeyboardEvent.h', 49 'PlatformKeyboardEvent.h',
50 'PlatformMouseEvent.h', 50 'PlatformMouseEvent.h',
51 'PlatformScreen.cpp',
52 'PlatformScreen.h',
51 'PlatformThreadData.cpp', 53 'PlatformThreadData.cpp',
52 'PlatformThreadData.h', 54 'PlatformThreadData.h',
53 'PlatformTouchEvent.h', 55 'PlatformTouchEvent.h',
54 'PlatformTouchPoint.h', 56 'PlatformTouchPoint.h',
55 'PlatformWheelEvent.h', 57 'PlatformWheelEvent.h',
56 'PurgeableBuffer.cpp', 58 'PurgeableBuffer.cpp',
57 'PurgeableBuffer.h', 59 'PurgeableBuffer.h',
58 'SSLKeyGenerator.cpp', 60 'SSLKeyGenerator.cpp',
59 'SSLKeyGenerator.h', 61 'SSLKeyGenerator.h',
60 'SecureTextInput.cpp', 62 'SecureTextInput.cpp',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 'clipboard/ClipboardUtilitiesTest.cpp', 318 'clipboard/ClipboardUtilitiesTest.cpp',
317 'geometry/RegionTest.cpp', 319 'geometry/RegionTest.cpp',
318 'geometry/RoundedRectTest.cpp', 320 'geometry/RoundedRectTest.cpp',
319 'testing/ArenaTestHelpers.h', 321 'testing/ArenaTestHelpers.h',
320 'testing/TreeTestHelpers.cpp', 322 'testing/TreeTestHelpers.cpp',
321 'testing/TreeTestHelpers.h', 323 'testing/TreeTestHelpers.h',
322 'text/DateTimeFormatTest.cpp', 324 'text/DateTimeFormatTest.cpp',
323 ], 325 ],
324 }, 326 },
325 } 327 }
OLDNEW
« no previous file with comments | « Source/platform/PlatformScreen.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698