| 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/ColorSpaceProfile.h', | 
| 509       'graphics/CompositingReasons.cpp', | 510       'graphics/CompositingReasons.cpp', | 
| 510       'graphics/CompositingReasons.h', | 511       'graphics/CompositingReasons.h', | 
| 511       'graphics/ContentLayerDelegate.cpp', | 512       'graphics/ContentLayerDelegate.cpp', | 
| 512       'graphics/ContentLayerDelegate.h', | 513       'graphics/ContentLayerDelegate.h', | 
| 513       'graphics/ContiguousContainer.cpp', | 514       'graphics/ContiguousContainer.cpp', | 
| 514       'graphics/ContiguousContainer.h', | 515       'graphics/ContiguousContainer.h', | 
| 515       'graphics/CrossfadeGeneratedImage.cpp', | 516       'graphics/CrossfadeGeneratedImage.cpp', | 
| 516       'graphics/CrossfadeGeneratedImage.h', | 517       'graphics/CrossfadeGeneratedImage.h', | 
| 517       'graphics/DecodingImageGenerator.cpp', | 518       'graphics/DecodingImageGenerator.cpp', | 
| 518       'graphics/DecodingImageGenerator.h', | 519       'graphics/DecodingImageGenerator.h', | 
| (...skipping 20 matching lines...) Expand all  Loading... | 
| 539       'graphics/GraphicsContext.h', | 540       'graphics/GraphicsContext.h', | 
| 540       'graphics/GraphicsContextState.cpp', | 541       'graphics/GraphicsContextState.cpp', | 
| 541       'graphics/GraphicsContextState.h', | 542       'graphics/GraphicsContextState.h', | 
| 542       'graphics/GraphicsContextStateSaver.h', | 543       'graphics/GraphicsContextStateSaver.h', | 
| 543       'graphics/GraphicsLayer.cpp', | 544       'graphics/GraphicsLayer.cpp', | 
| 544       'graphics/GraphicsLayer.h', | 545       'graphics/GraphicsLayer.h', | 
| 545       'graphics/GraphicsLayerClient.h', | 546       'graphics/GraphicsLayerClient.h', | 
| 546       'graphics/GraphicsLayerDebugInfo.cpp', | 547       'graphics/GraphicsLayerDebugInfo.cpp', | 
| 547       'graphics/GraphicsLayerDebugInfo.h', | 548       'graphics/GraphicsLayerDebugInfo.h', | 
| 548       'graphics/GraphicsLayerFactory.h', | 549       'graphics/GraphicsLayerFactory.h', | 
|  | 550       'graphics/GraphicsScreen.cpp', | 
|  | 551       'graphics/GraphicsScreen.h', | 
| 549       'graphics/GraphicsTypes.cpp', | 552       'graphics/GraphicsTypes.cpp', | 
| 550       'graphics/GraphicsTypes.h', | 553       'graphics/GraphicsTypes.h', | 
| 551       'graphics/GraphicsTypes3D.h', | 554       'graphics/GraphicsTypes3D.h', | 
| 552       'graphics/Image.cpp', | 555       'graphics/Image.cpp', | 
| 553       'graphics/Image.h', | 556       'graphics/Image.h', | 
| 554       'graphics/ImageAnimationPolicy.h', | 557       'graphics/ImageAnimationPolicy.h', | 
| 555       'graphics/ImageBuffer.cpp', | 558       'graphics/ImageBuffer.cpp', | 
| 556       'graphics/ImageBuffer.h', | 559       'graphics/ImageBuffer.h', | 
| 557       'graphics/ImageBufferClient.h', | 560       'graphics/ImageBufferClient.h', | 
| 558       'graphics/ImageBufferSurface.cpp', | 561       'graphics/ImageBufferSurface.cpp', | 
| (...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1106       ['OS!="mac"', | 1109       ['OS!="mac"', | 
| 1107         { | 1110         { | 
| 1108           'platform_test_files': [ | 1111           'platform_test_files': [ | 
| 1109             'scroll/ScrollAnimatorTest.cpp', | 1112             'scroll/ScrollAnimatorTest.cpp', | 
| 1110           ], | 1113           ], | 
| 1111         } | 1114         } | 
| 1112       ], | 1115       ], | 
| 1113     ], | 1116     ], | 
| 1114   }, | 1117   }, | 
| 1115 } | 1118 } | 
| OLD | NEW | 
|---|