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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
514 'graphics/BitmapImageMetrics.h', | 514 'graphics/BitmapImageMetrics.h', |
515 'graphics/Canvas2DImageBufferSurface.h', | 515 'graphics/Canvas2DImageBufferSurface.h', |
516 'graphics/Canvas2DLayerBridge.cpp', | 516 'graphics/Canvas2DLayerBridge.cpp', |
517 'graphics/Canvas2DLayerBridge.h', | 517 'graphics/Canvas2DLayerBridge.h', |
518 'graphics/CanvasMetrics.cpp', | 518 'graphics/CanvasMetrics.cpp', |
519 'graphics/CanvasMetrics.h', | 519 'graphics/CanvasMetrics.h', |
520 'graphics/Color.cpp', | 520 'graphics/Color.cpp', |
521 'graphics/Color.h', | 521 'graphics/Color.h', |
522 'graphics/ColorSpace.cpp', | 522 'graphics/ColorSpace.cpp', |
523 'graphics/ColorSpace.h', | 523 'graphics/ColorSpace.h', |
| 524 'graphics/ColorSpaceProfileData.cpp', |
| 525 'graphics/ColorSpaceProfileData.h', |
524 'graphics/CompositingReasons.cpp', | 526 'graphics/CompositingReasons.cpp', |
525 'graphics/CompositingReasons.h', | 527 'graphics/CompositingReasons.h', |
526 'graphics/CompositorMutableState.cpp', | 528 'graphics/CompositorMutableState.cpp', |
527 'graphics/CompositorMutableState.h', | 529 'graphics/CompositorMutableState.h', |
528 'graphics/CompositorMutableStateProvider.cpp', | 530 'graphics/CompositorMutableStateProvider.cpp', |
529 'graphics/CompositorMutableStateProvider.h', | 531 'graphics/CompositorMutableStateProvider.h', |
530 'graphics/ContentLayerDelegate.cpp', | 532 'graphics/ContentLayerDelegate.cpp', |
531 'graphics/ContentLayerDelegate.h', | 533 'graphics/ContentLayerDelegate.h', |
532 'graphics/ContiguousContainer.cpp', | 534 'graphics/ContiguousContainer.cpp', |
533 'graphics/ContiguousContainer.h', | 535 'graphics/ContiguousContainer.h', |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1149 ['OS!="mac"', | 1151 ['OS!="mac"', |
1150 { | 1152 { |
1151 'platform_test_files': [ | 1153 'platform_test_files': [ |
1152 'scroll/ScrollAnimatorTest.cpp', | 1154 'scroll/ScrollAnimatorTest.cpp', |
1153 ], | 1155 ], |
1154 } | 1156 } |
1155 ], | 1157 ], |
1156 ], | 1158 ], |
1157 }, | 1159 }, |
1158 } | 1160 } |
OLD | NEW |