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

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

Issue 925913002: Fixed WebDragData's wrong dependency. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 '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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'exported/WebConvertableToTraceFormat.cpp', 273 'exported/WebConvertableToTraceFormat.cpp',
274 'exported/WebCredential.cpp', 274 'exported/WebCredential.cpp',
275 'exported/WebCryptoAlgorithm.cpp', 275 'exported/WebCryptoAlgorithm.cpp',
276 'exported/WebCryptoKey.cpp', 276 'exported/WebCryptoKey.cpp',
277 'exported/WebCryptoKeyAlgorithm.cpp', 277 'exported/WebCryptoKeyAlgorithm.cpp',
278 'exported/WebCryptoResult.cpp', 278 'exported/WebCryptoResult.cpp',
279 'exported/WebCursorInfo.cpp', 279 'exported/WebCursorInfo.cpp',
280 'exported/WebData.cpp', 280 'exported/WebData.cpp',
281 'exported/WebDeviceMotionData.cpp', 281 'exported/WebDeviceMotionData.cpp',
282 'exported/WebDeviceOrientationData.cpp', 282 'exported/WebDeviceOrientationData.cpp',
283 'exported/WebDragData.cpp',
283 'exported/WebEncryptedMediaClient.cpp', 284 'exported/WebEncryptedMediaClient.cpp',
284 'exported/WebEncryptedMediaKeyInformation.cpp', 285 'exported/WebEncryptedMediaKeyInformation.cpp',
285 'exported/WebFederatedCredential.cpp', 286 'exported/WebFederatedCredential.cpp',
286 'exported/WebFileSystemCallbacks.cpp', 287 'exported/WebFileSystemCallbacks.cpp',
287 'exported/WebFilterKeyframe.cpp', 288 'exported/WebFilterKeyframe.cpp',
288 'exported/WebHTTPBody.cpp', 289 'exported/WebHTTPBody.cpp',
289 'exported/WebHTTPLoadInfo.cpp', 290 'exported/WebHTTPLoadInfo.cpp',
290 'exported/WebImageSkia.cpp', 291 'exported/WebImageSkia.cpp',
291 'exported/WebLocalCredential.cpp', 292 'exported/WebLocalCredential.cpp',
292 'exported/WebMediaConstraints.cpp', 293 'exported/WebMediaConstraints.cpp',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'graphics/ImageLayerChromiumTest.cpp', 988 'graphics/ImageLayerChromiumTest.cpp',
988 'graphics/test/MockImageDecoder.h', 989 'graphics/test/MockImageDecoder.h',
989 'graphics/test/MockWebGraphicsContext3D.h', 990 'graphics/test/MockWebGraphicsContext3D.h',
990 'image-decoders/bmp/BMPImageDecoderTest.cpp', 991 'image-decoders/bmp/BMPImageDecoderTest.cpp',
991 'image-decoders/gif/GIFImageDecoderTest.cpp', 992 'image-decoders/gif/GIFImageDecoderTest.cpp',
992 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 993 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
993 'image-decoders/webp/WEBPImageDecoderTest.cpp', 994 'image-decoders/webp/WEBPImageDecoderTest.cpp',
994 ], 995 ],
995 }, 996 },
996 } 997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698