| 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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 543 'geometry/mac/FloatPointMac.mm', | 543 'geometry/mac/FloatPointMac.mm', |
| 544 'geometry/mac/FloatRectMac.mm', | 544 'geometry/mac/FloatRectMac.mm', |
| 545 'geometry/mac/FloatSizeMac.mm', | 545 'geometry/mac/FloatSizeMac.mm', |
| 546 'geometry/mac/IntPointMac.mm', | 546 'geometry/mac/IntPointMac.mm', |
| 547 'geometry/mac/IntRectMac.mm', | 547 'geometry/mac/IntRectMac.mm', |
| 548 'geometry/mac/IntSizeMac.mm', | 548 'geometry/mac/IntSizeMac.mm', |
| 549 'graphics/BitmapImage.cpp', | 549 'graphics/BitmapImage.cpp', |
| 550 'graphics/BitmapImage.h', | 550 'graphics/BitmapImage.h', |
| 551 'graphics/BitmapImageMetrics.cpp', | 551 'graphics/BitmapImageMetrics.cpp', |
| 552 'graphics/BitmapImageMetrics.h', | 552 'graphics/BitmapImageMetrics.h', |
| 553 'graphics/BoxReflection.cpp', |
| 554 'graphics/BoxReflection.h', |
| 553 'graphics/Canvas2DImageBufferSurface.h', | 555 'graphics/Canvas2DImageBufferSurface.h', |
| 554 'graphics/Canvas2DLayerBridge.cpp', | 556 'graphics/Canvas2DLayerBridge.cpp', |
| 555 'graphics/Canvas2DLayerBridge.h', | 557 'graphics/Canvas2DLayerBridge.h', |
| 556 'graphics/CanvasMetrics.cpp', | 558 'graphics/CanvasMetrics.cpp', |
| 557 'graphics/CanvasMetrics.h', | 559 'graphics/CanvasMetrics.h', |
| 558 'graphics/Color.cpp', | 560 'graphics/Color.cpp', |
| 559 'graphics/Color.h', | 561 'graphics/Color.h', |
| 560 'graphics/ColorSpace.cpp', | 562 'graphics/ColorSpace.cpp', |
| 561 'graphics/ColorSpace.h', | 563 'graphics/ColorSpace.h', |
| 562 'graphics/ColorSpaceProfileData.cpp', | 564 'graphics/ColorSpaceProfileData.cpp', |
| (...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1305 ['OS!="mac"', | 1307 ['OS!="mac"', |
| 1306 { | 1308 { |
| 1307 'platform_test_files': [ | 1309 'platform_test_files': [ |
| 1308 'scroll/ScrollAnimatorTest.cpp', | 1310 'scroll/ScrollAnimatorTest.cpp', |
| 1309 ], | 1311 ], |
| 1310 } | 1312 } |
| 1311 ], | 1313 ], |
| 1312 ], | 1314 ], |
| 1313 }, | 1315 }, |
| 1314 } | 1316 } |
| OLD | NEW |