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

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

Issue 122353002: Move DragImage from core/platform/ to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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/DragImage.cpp ('k') | Source/web/DragClientImpl.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 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 12 matching lines...) Expand all
23 'Cursor.cpp', 23 'Cursor.cpp',
24 'Cursor.h', 24 'Cursor.h',
25 'DateComponents.cpp', 25 'DateComponents.cpp',
26 'DateComponents.h', 26 'DateComponents.h',
27 'DateTimeChooser.cpp', 27 'DateTimeChooser.cpp',
28 'DateTimeChooser.h', 28 'DateTimeChooser.h',
29 'DateTimeChooserClient.cpp', 29 'DateTimeChooserClient.cpp',
30 'DateTimeChooserClient.h', 30 'DateTimeChooserClient.h',
31 'Decimal.cpp', 31 'Decimal.cpp',
32 'Decimal.h', 32 'Decimal.h',
33 'DragImage.cpp',
34 'DragImage.h',
33 'EventTracer.cpp', 35 'EventTracer.cpp',
34 'EventTracer.h', 36 'EventTracer.h',
35 'FileChooser.cpp', 37 'FileChooser.cpp',
36 'FileChooser.h', 38 'FileChooser.h',
37 'FileMetadata.cpp', 39 'FileMetadata.cpp',
38 'FileMetadata.h', 40 'FileMetadata.h',
39 'FileSystemType.h', 41 'FileSystemType.h',
40 'FloatConversion.h', 42 'FloatConversion.h',
41 'HostWindow.h', 43 'HostWindow.h',
42 'JSONValues.cpp', 44 'JSONValues.cpp',
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'text/BidiResolverTest.cpp', 906 'text/BidiResolverTest.cpp',
905 'text/DateTimeFormatTest.cpp', 907 'text/DateTimeFormatTest.cpp',
906 'text/UnicodeUtilitiesTest.cpp', 908 'text/UnicodeUtilitiesTest.cpp',
907 'weborigin/DatabaseIdentifierTest.cpp', 909 'weborigin/DatabaseIdentifierTest.cpp',
908 'weborigin/KURLTest.cpp', 910 'weborigin/KURLTest.cpp',
909 'weborigin/OriginAccessEntryTest.cpp', 911 'weborigin/OriginAccessEntryTest.cpp',
910 'weborigin/SecurityOriginTest.cpp', 912 'weborigin/SecurityOriginTest.cpp',
911 ], 913 ],
912 }, 914 },
913 } 915 }
OLDNEW
« no previous file with comments | « Source/platform/DragImage.cpp ('k') | Source/web/DragClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698