| 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 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 558 'graphics/CanvasSurfaceLayerBridge.cpp', | 558 'graphics/CanvasSurfaceLayerBridge.cpp', |
| 559 'graphics/CanvasSurfaceLayerBridge.h', | 559 'graphics/CanvasSurfaceLayerBridge.h', |
| 560 'graphics/Color.cpp', | 560 'graphics/Color.cpp', |
| 561 'graphics/Color.h', | 561 'graphics/Color.h', |
| 562 'graphics/ColorSpace.cpp', | 562 'graphics/ColorSpace.cpp', |
| 563 'graphics/ColorSpace.h', | 563 'graphics/ColorSpace.h', |
| 564 'graphics/ColorSpaceProfileData.cpp', | 564 'graphics/ColorSpaceProfileData.cpp', |
| 565 'graphics/ColorSpaceProfileData.h', | 565 'graphics/ColorSpaceProfileData.h', |
| 566 'graphics/CompositingReasons.cpp', | 566 'graphics/CompositingReasons.cpp', |
| 567 'graphics/CompositingReasons.h', | 567 'graphics/CompositingReasons.h', |
| 568 'graphics/CompositorElementId.cpp', | |
| 569 'graphics/CompositorElementId.h', | |
| 570 'graphics/CompositorFactory.cpp', | 568 'graphics/CompositorFactory.cpp', |
| 571 'graphics/CompositorFactory.h', | 569 'graphics/CompositorFactory.h', |
| 572 'graphics/CompositorFilterOperations.cpp', | 570 'graphics/CompositorFilterOperations.cpp', |
| 573 'graphics/CompositorFilterOperations.h', | 571 'graphics/CompositorFilterOperations.h', |
| 574 'graphics/CompositorMutableState.cpp', | 572 'graphics/CompositorMutableState.cpp', |
| 575 'graphics/CompositorMutableState.h', | 573 'graphics/CompositorMutableState.h', |
| 576 'graphics/CompositorMutableStateProvider.cpp', | 574 'graphics/CompositorMutableStateProvider.cpp', |
| 577 'graphics/CompositorMutableStateProvider.h', | 575 'graphics/CompositorMutableStateProvider.h', |
| 578 'graphics/CompositorMutator.h', | 576 'graphics/CompositorMutator.h', |
| 579 'graphics/ContentLayerDelegate.cpp', | 577 'graphics/ContentLayerDelegate.cpp', |
| (...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1333 ['use_default_render_theme==1', | 1331 ['use_default_render_theme==1', |
| 1334 { | 1332 { |
| 1335 'platform_test_files': [ | 1333 'platform_test_files': [ |
| 1336 'scroll/ScrollbarThemeAuraTest.cpp', | 1334 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1337 ], | 1335 ], |
| 1338 } | 1336 } |
| 1339 ], | 1337 ], |
| 1340 ], | 1338 ], |
| 1341 }, | 1339 }, |
| 1342 } | 1340 } |
| OLD | NEW |