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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 'graphics/CanvasMetrics.cpp', | 557 'graphics/CanvasMetrics.cpp', |
558 'graphics/CanvasMetrics.h', | 558 'graphics/CanvasMetrics.h', |
559 'graphics/Color.cpp', | 559 'graphics/Color.cpp', |
560 'graphics/Color.h', | 560 'graphics/Color.h', |
561 'graphics/ColorSpace.cpp', | 561 'graphics/ColorSpace.cpp', |
562 'graphics/ColorSpace.h', | 562 'graphics/ColorSpace.h', |
563 'graphics/ColorSpaceProfileData.cpp', | 563 'graphics/ColorSpaceProfileData.cpp', |
564 'graphics/ColorSpaceProfileData.h', | 564 'graphics/ColorSpaceProfileData.h', |
565 'graphics/CompositingReasons.cpp', | 565 'graphics/CompositingReasons.cpp', |
566 'graphics/CompositingReasons.h', | 566 'graphics/CompositingReasons.h', |
| 567 'graphics/CompositorElementId.h', |
567 'graphics/CompositorFactory.cpp', | 568 'graphics/CompositorFactory.cpp', |
568 'graphics/CompositorFactory.h', | 569 'graphics/CompositorFactory.h', |
569 'graphics/CompositorFilterOperations.cpp', | 570 'graphics/CompositorFilterOperations.cpp', |
570 'graphics/CompositorFilterOperations.h', | 571 'graphics/CompositorFilterOperations.h', |
571 'graphics/CompositorMutableState.cpp', | 572 'graphics/CompositorMutableState.cpp', |
572 'graphics/CompositorMutableState.h', | 573 'graphics/CompositorMutableState.h', |
573 'graphics/CompositorMutableStateProvider.cpp', | 574 'graphics/CompositorMutableStateProvider.cpp', |
574 'graphics/CompositorMutableStateProvider.h', | 575 'graphics/CompositorMutableStateProvider.h', |
575 'graphics/ContentLayerDelegate.cpp', | 576 'graphics/ContentLayerDelegate.cpp', |
576 'graphics/ContentLayerDelegate.h', | 577 'graphics/ContentLayerDelegate.h', |
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1318 ['OS!="mac"', | 1319 ['OS!="mac"', |
1319 { | 1320 { |
1320 'platform_test_files': [ | 1321 'platform_test_files': [ |
1321 'scroll/ScrollAnimatorTest.cpp', | 1322 'scroll/ScrollAnimatorTest.cpp', |
1322 ], | 1323 ], |
1323 } | 1324 } |
1324 ], | 1325 ], |
1325 ], | 1326 ], |
1326 }, | 1327 }, |
1327 } | 1328 } |
OLD | NEW |