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

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

Issue 569063002: Reland [blink-in-js] Migrate resources required for blink-in-js to grd - part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased patch 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
« no previous file with comments | « Source/platform/PlatformResourceLoader.cpp ('k') | no next file » | 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',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'PasteMode.h', 84 'PasteMode.h',
85 'PermissionCallbacks.cpp', 85 'PermissionCallbacks.cpp',
86 'PermissionCallbacks.h', 86 'PermissionCallbacks.h',
87 'PlatformEvent.h', 87 'PlatformEvent.h',
88 'PlatformGestureEvent.h', 88 'PlatformGestureEvent.h',
89 'PlatformInstrumentation.cpp', 89 'PlatformInstrumentation.cpp',
90 'PlatformInstrumentation.h', 90 'PlatformInstrumentation.h',
91 'PlatformKeyboardEvent.cpp', 91 'PlatformKeyboardEvent.cpp',
92 'PlatformKeyboardEvent.h', 92 'PlatformKeyboardEvent.h',
93 'PlatformMouseEvent.h', 93 'PlatformMouseEvent.h',
94 'PlatformResourceLoader.cpp',
95 'PlatformResourceLoader.h',
94 'PlatformScreen.cpp', 96 'PlatformScreen.cpp',
95 'PlatformScreen.h', 97 'PlatformScreen.h',
96 'PlatformThreadData.cpp', 98 'PlatformThreadData.cpp',
97 'PlatformThreadData.h', 99 'PlatformThreadData.h',
98 'PlatformTouchEvent.h', 100 'PlatformTouchEvent.h',
99 'PlatformTouchPoint.h', 101 'PlatformTouchPoint.h',
100 'PlatformWheelEvent.h', 102 'PlatformWheelEvent.h',
101 'PopupMenu.h', 103 'PopupMenu.h',
102 'PopupMenuClient.h', 104 'PopupMenuClient.h',
103 'PopupMenuStyle.h', 105 'PopupMenuStyle.h',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'graphics/ImageLayerChromiumTest.cpp', 962 'graphics/ImageLayerChromiumTest.cpp',
961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 963 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
962 'graphics/test/MockImageDecoder.h', 964 'graphics/test/MockImageDecoder.h',
963 'graphics/test/MockWebGraphicsContext3D.h', 965 'graphics/test/MockWebGraphicsContext3D.h',
964 'image-decoders/gif/GIFImageDecoderTest.cpp', 966 'image-decoders/gif/GIFImageDecoderTest.cpp',
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 967 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', 968 'image-decoders/webp/WEBPImageDecoderTest.cpp',
967 ], 969 ],
968 }, 970 },
969 } 971 }
OLDNEW
« no previous file with comments | « Source/platform/PlatformResourceLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698