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

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

Issue 512563002: Move ColorChooser{,Client} and DateTimeChooser{,Client} from platform to core. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/DateTimeChooserClient.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 '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 'Clock.cpp', 10 'Clock.cpp',
11 'Clock.h', 11 'Clock.h',
12 'ColorChooser.cpp',
13 'ColorChooser.h',
14 'ColorChooserClient.cpp',
15 'ColorChooserClient.h',
16 'ContentDecryptionModuleResult.h', 12 'ContentDecryptionModuleResult.h',
17 'ContentType.cpp', 13 'ContentType.cpp',
18 'ContentType.h', 14 'ContentType.h',
19 'ContextMenu.cpp', 15 'ContextMenu.cpp',
20 'ContextMenu.h', 16 'ContextMenu.h',
21 'ContextMenuItem.cpp', 17 'ContextMenuItem.cpp',
22 'ContextMenuItem.h', 18 'ContextMenuItem.h',
23 'Cookie.h', 19 'Cookie.h',
24 'CrossThreadCopier.cpp', 20 'CrossThreadCopier.cpp',
25 'CrossThreadCopier.h', 21 'CrossThreadCopier.h',
26 'CryptoResult.h', 22 'CryptoResult.h',
27 'Crypto.cpp', 23 'Crypto.cpp',
28 'Crypto.h', 24 'Crypto.h',
29 'Cursor.cpp', 25 'Cursor.cpp',
30 'Cursor.h', 26 'Cursor.h',
31 'DateComponents.cpp', 27 'DateComponents.cpp',
32 'DateComponents.h', 28 'DateComponents.h',
33 'DateTimeChooser.cpp',
34 'DateTimeChooser.h',
35 'DateTimeChooserClient.cpp',
36 'DateTimeChooserClient.h',
37 'Decimal.cpp', 29 'Decimal.cpp',
38 'Decimal.h', 30 'Decimal.h',
39 'DragImage.cpp', 31 'DragImage.cpp',
40 'DragImage.h', 32 'DragImage.h',
41 'EventDispatchForbiddenScope.h', 33 'EventDispatchForbiddenScope.h',
42 'EventTracer.cpp', 34 'EventTracer.cpp',
43 'EventTracer.h', 35 'EventTracer.h',
44 'FileChooser.cpp', 36 'FileChooser.cpp',
45 'FileChooser.h', 37 'FileChooser.h',
46 'FileMetadata.cpp', 38 'FileMetadata.cpp',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'graphics/ImageLayerChromiumTest.cpp', 958 'graphics/ImageLayerChromiumTest.cpp',
967 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 959 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
968 'graphics/test/MockImageDecoder.h', 960 'graphics/test/MockImageDecoder.h',
969 'graphics/test/MockWebGraphicsContext3D.h', 961 'graphics/test/MockWebGraphicsContext3D.h',
970 'image-decoders/gif/GIFImageDecoderTest.cpp', 962 'image-decoders/gif/GIFImageDecoderTest.cpp',
971 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 963 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
972 'image-decoders/webp/WEBPImageDecoderTest.cpp', 964 'image-decoders/webp/WEBPImageDecoderTest.cpp',
973 ], 965 ],
974 }, 966 },
975 } 967 }
OLDNEW
« no previous file with comments | « Source/platform/DateTimeChooserClient.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698