OLD | NEW |
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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 'graphics/BitmapImageMetrics.h', | 505 'graphics/BitmapImageMetrics.h', |
506 'graphics/Canvas2DImageBufferSurface.h', | 506 'graphics/Canvas2DImageBufferSurface.h', |
507 'graphics/Canvas2DLayerBridge.cpp', | 507 'graphics/Canvas2DLayerBridge.cpp', |
508 'graphics/Canvas2DLayerBridge.h', | 508 'graphics/Canvas2DLayerBridge.h', |
509 'graphics/CanvasMetrics.cpp', | 509 'graphics/CanvasMetrics.cpp', |
510 'graphics/CanvasMetrics.h', | 510 'graphics/CanvasMetrics.h', |
511 'graphics/Color.cpp', | 511 'graphics/Color.cpp', |
512 'graphics/Color.h', | 512 'graphics/Color.h', |
513 'graphics/ColorSpace.cpp', | 513 'graphics/ColorSpace.cpp', |
514 'graphics/ColorSpace.h', | 514 'graphics/ColorSpace.h', |
| 515 'graphics/ColorSpaceFilter.cpp', |
| 516 'graphics/ColorSpaceFilter.h', |
| 517 'graphics/ColorSpaceFilterCache.cpp', |
| 518 'graphics/ColorSpaceFilterCache.h', |
| 519 'graphics/ColorSpaceProfile.h', |
| 520 'graphics/ColorSpaceTransform.h', |
515 'graphics/CompositingReasons.cpp', | 521 'graphics/CompositingReasons.cpp', |
516 'graphics/CompositingReasons.h', | 522 'graphics/CompositingReasons.h', |
517 'graphics/ContentLayerDelegate.cpp', | 523 'graphics/ContentLayerDelegate.cpp', |
518 'graphics/ContentLayerDelegate.h', | 524 'graphics/ContentLayerDelegate.h', |
519 'graphics/ContiguousContainer.cpp', | 525 'graphics/ContiguousContainer.cpp', |
520 'graphics/ContiguousContainer.h', | 526 'graphics/ContiguousContainer.h', |
521 'graphics/CrossfadeGeneratedImage.cpp', | 527 'graphics/CrossfadeGeneratedImage.cpp', |
522 'graphics/CrossfadeGeneratedImage.h', | 528 'graphics/CrossfadeGeneratedImage.h', |
523 'graphics/DecodingImageGenerator.cpp', | 529 'graphics/DecodingImageGenerator.cpp', |
524 'graphics/DecodingImageGenerator.h', | 530 'graphics/DecodingImageGenerator.h', |
(...skipping 20 matching lines...) Expand all Loading... |
545 'graphics/GraphicsContext.h', | 551 'graphics/GraphicsContext.h', |
546 'graphics/GraphicsContextState.cpp', | 552 'graphics/GraphicsContextState.cpp', |
547 'graphics/GraphicsContextState.h', | 553 'graphics/GraphicsContextState.h', |
548 'graphics/GraphicsContextStateSaver.h', | 554 'graphics/GraphicsContextStateSaver.h', |
549 'graphics/GraphicsLayer.cpp', | 555 'graphics/GraphicsLayer.cpp', |
550 'graphics/GraphicsLayer.h', | 556 'graphics/GraphicsLayer.h', |
551 'graphics/GraphicsLayerClient.h', | 557 'graphics/GraphicsLayerClient.h', |
552 'graphics/GraphicsLayerDebugInfo.cpp', | 558 'graphics/GraphicsLayerDebugInfo.cpp', |
553 'graphics/GraphicsLayerDebugInfo.h', | 559 'graphics/GraphicsLayerDebugInfo.h', |
554 'graphics/GraphicsLayerFactory.h', | 560 'graphics/GraphicsLayerFactory.h', |
| 561 'graphics/GraphicsScreen.cpp', |
| 562 'graphics/GraphicsScreen.h', |
555 'graphics/GraphicsTypes.cpp', | 563 'graphics/GraphicsTypes.cpp', |
556 'graphics/GraphicsTypes.h', | 564 'graphics/GraphicsTypes.h', |
557 'graphics/GraphicsTypes3D.h', | 565 'graphics/GraphicsTypes3D.h', |
558 'graphics/Image.cpp', | 566 'graphics/Image.cpp', |
559 'graphics/Image.h', | 567 'graphics/Image.h', |
560 'graphics/ImageAnimationPolicy.h', | 568 'graphics/ImageAnimationPolicy.h', |
561 'graphics/ImageBuffer.cpp', | 569 'graphics/ImageBuffer.cpp', |
562 'graphics/ImageBuffer.h', | 570 'graphics/ImageBuffer.h', |
563 'graphics/ImageBufferClient.h', | 571 'graphics/ImageBufferClient.h', |
564 'graphics/ImageBufferSurface.cpp', | 572 'graphics/ImageBufferSurface.cpp', |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 ['OS!="mac"', | 1133 ['OS!="mac"', |
1126 { | 1134 { |
1127 'platform_test_files': [ | 1135 'platform_test_files': [ |
1128 'scroll/ScrollAnimatorTest.cpp', | 1136 'scroll/ScrollAnimatorTest.cpp', |
1129 ], | 1137 ], |
1130 } | 1138 } |
1131 ], | 1139 ], |
1132 ], | 1140 ], |
1133 }, | 1141 }, |
1134 } | 1142 } |
OLD | NEW |