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

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

Issue 1331533002: [poc] curve-filter Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix CanvasRenderingContext2D::createPattern crash for #40 Created 4 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
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 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'graphics/BitmapImageMetrics.h', 508 'graphics/BitmapImageMetrics.h',
509 'graphics/Canvas2DImageBufferSurface.h', 509 'graphics/Canvas2DImageBufferSurface.h',
510 'graphics/Canvas2DLayerBridge.cpp', 510 'graphics/Canvas2DLayerBridge.cpp',
511 'graphics/Canvas2DLayerBridge.h', 511 'graphics/Canvas2DLayerBridge.h',
512 'graphics/CanvasMetrics.cpp', 512 'graphics/CanvasMetrics.cpp',
513 'graphics/CanvasMetrics.h', 513 'graphics/CanvasMetrics.h',
514 'graphics/Color.cpp', 514 'graphics/Color.cpp',
515 'graphics/Color.h', 515 'graphics/Color.h',
516 'graphics/ColorSpace.cpp', 516 'graphics/ColorSpace.cpp',
517 'graphics/ColorSpace.h', 517 'graphics/ColorSpace.h',
518 'graphics/ColorSpaceFilter.cpp',
519 'graphics/ColorSpaceFilter.h',
520 'graphics/ColorSpaceFilterCache.cpp',
521 'graphics/ColorSpaceFilterCache.h',
522 'graphics/ColorSpaceProfile.h',
523 'graphics/ColorSpaceTransform.h',
518 'graphics/CompositingReasons.cpp', 524 'graphics/CompositingReasons.cpp',
519 'graphics/CompositingReasons.h', 525 'graphics/CompositingReasons.h',
520 'graphics/ContentLayerDelegate.cpp', 526 'graphics/ContentLayerDelegate.cpp',
521 'graphics/ContentLayerDelegate.h', 527 'graphics/ContentLayerDelegate.h',
522 'graphics/ContiguousContainer.cpp', 528 'graphics/ContiguousContainer.cpp',
523 'graphics/ContiguousContainer.h', 529 'graphics/ContiguousContainer.h',
524 'graphics/CrossfadeGeneratedImage.cpp', 530 'graphics/CrossfadeGeneratedImage.cpp',
525 'graphics/CrossfadeGeneratedImage.h', 531 'graphics/CrossfadeGeneratedImage.h',
526 'graphics/DecodingImageGenerator.cpp', 532 'graphics/DecodingImageGenerator.cpp',
527 'graphics/DecodingImageGenerator.h', 533 'graphics/DecodingImageGenerator.h',
(...skipping 20 matching lines...) Expand all
548 'graphics/GraphicsContext.h', 554 'graphics/GraphicsContext.h',
549 'graphics/GraphicsContextState.cpp', 555 'graphics/GraphicsContextState.cpp',
550 'graphics/GraphicsContextState.h', 556 'graphics/GraphicsContextState.h',
551 'graphics/GraphicsContextStateSaver.h', 557 'graphics/GraphicsContextStateSaver.h',
552 'graphics/GraphicsLayer.cpp', 558 'graphics/GraphicsLayer.cpp',
553 'graphics/GraphicsLayer.h', 559 'graphics/GraphicsLayer.h',
554 'graphics/GraphicsLayerClient.h', 560 'graphics/GraphicsLayerClient.h',
555 'graphics/GraphicsLayerDebugInfo.cpp', 561 'graphics/GraphicsLayerDebugInfo.cpp',
556 'graphics/GraphicsLayerDebugInfo.h', 562 'graphics/GraphicsLayerDebugInfo.h',
557 'graphics/GraphicsLayerFactory.h', 563 'graphics/GraphicsLayerFactory.h',
564 'graphics/GraphicsScreen.cpp',
565 'graphics/GraphicsScreen.h',
558 'graphics/GraphicsTypes.cpp', 566 'graphics/GraphicsTypes.cpp',
559 'graphics/GraphicsTypes.h', 567 'graphics/GraphicsTypes.h',
560 'graphics/GraphicsTypes3D.h', 568 'graphics/GraphicsTypes3D.h',
561 'graphics/Image.cpp', 569 'graphics/Image.cpp',
562 'graphics/Image.h', 570 'graphics/Image.h',
563 'graphics/ImageAnimationPolicy.h', 571 'graphics/ImageAnimationPolicy.h',
564 'graphics/ImageBuffer.cpp', 572 'graphics/ImageBuffer.cpp',
565 'graphics/ImageBuffer.h', 573 'graphics/ImageBuffer.h',
566 'graphics/ImageBufferClient.h', 574 'graphics/ImageBufferClient.h',
567 'graphics/ImageBufferSurface.cpp', 575 'graphics/ImageBufferSurface.cpp',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 ['OS!="mac"', 1144 ['OS!="mac"',
1137 { 1145 {
1138 'platform_test_files': [ 1146 'platform_test_files': [
1139 'scroll/ScrollAnimatorTest.cpp', 1147 'scroll/ScrollAnimatorTest.cpp',
1140 ], 1148 ],
1141 } 1149 }
1142 ], 1150 ],
1143 ], 1151 ],
1144 }, 1152 },
1145 } 1153 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698