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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 'graphics/BitmapImage.h', | 499 'graphics/BitmapImage.h', |
500 'graphics/Canvas2DImageBufferSurface.h', | 500 'graphics/Canvas2DImageBufferSurface.h', |
501 'graphics/Canvas2DLayerBridge.cpp', | 501 'graphics/Canvas2DLayerBridge.cpp', |
502 'graphics/Canvas2DLayerBridge.h', | 502 'graphics/Canvas2DLayerBridge.h', |
503 'graphics/CanvasMetrics.h', | 503 'graphics/CanvasMetrics.h', |
504 'graphics/CanvasMetrics.cpp', | 504 'graphics/CanvasMetrics.cpp', |
505 'graphics/Color.cpp', | 505 'graphics/Color.cpp', |
506 'graphics/Color.h', | 506 'graphics/Color.h', |
507 'graphics/ColorSpace.cpp', | 507 'graphics/ColorSpace.cpp', |
508 'graphics/ColorSpace.h', | 508 'graphics/ColorSpace.h', |
| 509 'graphics/ColorSpaceFilter.cpp', |
| 510 'graphics/ColorSpaceFilter.h', |
| 511 'graphics/ColorSpaceFilterCache.cpp', |
| 512 'graphics/ColorSpaceFilterCache.h', |
| 513 'graphics/ColorSpaceProfile.h', |
| 514 'graphics/ColorSpaceTransform.h', |
509 'graphics/CompositingReasons.cpp', | 515 'graphics/CompositingReasons.cpp', |
510 'graphics/CompositingReasons.h', | 516 'graphics/CompositingReasons.h', |
511 'graphics/ContentLayerDelegate.cpp', | 517 'graphics/ContentLayerDelegate.cpp', |
512 'graphics/ContentLayerDelegate.h', | 518 'graphics/ContentLayerDelegate.h', |
513 'graphics/ContiguousContainer.cpp', | 519 'graphics/ContiguousContainer.cpp', |
514 'graphics/ContiguousContainer.h', | 520 'graphics/ContiguousContainer.h', |
515 'graphics/CrossfadeGeneratedImage.cpp', | 521 'graphics/CrossfadeGeneratedImage.cpp', |
516 'graphics/CrossfadeGeneratedImage.h', | 522 'graphics/CrossfadeGeneratedImage.h', |
517 'graphics/DecodingImageGenerator.cpp', | 523 'graphics/DecodingImageGenerator.cpp', |
518 'graphics/DecodingImageGenerator.h', | 524 'graphics/DecodingImageGenerator.h', |
(...skipping 20 matching lines...) Expand all Loading... |
539 'graphics/GraphicsContext.h', | 545 'graphics/GraphicsContext.h', |
540 'graphics/GraphicsContextState.cpp', | 546 'graphics/GraphicsContextState.cpp', |
541 'graphics/GraphicsContextState.h', | 547 'graphics/GraphicsContextState.h', |
542 'graphics/GraphicsContextStateSaver.h', | 548 'graphics/GraphicsContextStateSaver.h', |
543 'graphics/GraphicsLayer.cpp', | 549 'graphics/GraphicsLayer.cpp', |
544 'graphics/GraphicsLayer.h', | 550 'graphics/GraphicsLayer.h', |
545 'graphics/GraphicsLayerClient.h', | 551 'graphics/GraphicsLayerClient.h', |
546 'graphics/GraphicsLayerDebugInfo.cpp', | 552 'graphics/GraphicsLayerDebugInfo.cpp', |
547 'graphics/GraphicsLayerDebugInfo.h', | 553 'graphics/GraphicsLayerDebugInfo.h', |
548 'graphics/GraphicsLayerFactory.h', | 554 'graphics/GraphicsLayerFactory.h', |
| 555 'graphics/GraphicsScreen.cpp', |
| 556 'graphics/GraphicsScreen.h', |
549 'graphics/GraphicsTypes.cpp', | 557 'graphics/GraphicsTypes.cpp', |
550 'graphics/GraphicsTypes.h', | 558 'graphics/GraphicsTypes.h', |
551 'graphics/GraphicsTypes3D.h', | 559 'graphics/GraphicsTypes3D.h', |
552 'graphics/Image.cpp', | 560 'graphics/Image.cpp', |
553 'graphics/Image.h', | 561 'graphics/Image.h', |
554 'graphics/ImageAnimationPolicy.h', | 562 'graphics/ImageAnimationPolicy.h', |
555 'graphics/ImageBuffer.cpp', | 563 'graphics/ImageBuffer.cpp', |
556 'graphics/ImageBuffer.h', | 564 'graphics/ImageBuffer.h', |
557 'graphics/ImageBufferClient.h', | 565 'graphics/ImageBufferClient.h', |
558 'graphics/ImageBufferSurface.cpp', | 566 'graphics/ImageBufferSurface.cpp', |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1106 ['OS!="mac"', | 1114 ['OS!="mac"', |
1107 { | 1115 { |
1108 'platform_test_files': [ | 1116 'platform_test_files': [ |
1109 'scroll/ScrollAnimatorTest.cpp', | 1117 'scroll/ScrollAnimatorTest.cpp', |
1110 ], | 1118 ], |
1111 } | 1119 } |
1112 ], | 1120 ], |
1113 ], | 1121 ], |
1114 }, | 1122 }, |
1115 } | 1123 } |
OLD | NEW |