| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 'graphics/ImageDecodingStore.cpp', | 534 'graphics/ImageDecodingStore.cpp', |
| 535 'graphics/ImageDecodingStore.h', | 535 'graphics/ImageDecodingStore.h', |
| 536 'graphics/ImageFrameGenerator.cpp', | 536 'graphics/ImageFrameGenerator.cpp', |
| 537 'graphics/ImageFrameGenerator.h', | 537 'graphics/ImageFrameGenerator.h', |
| 538 'graphics/ImageObserver.cpp', | 538 'graphics/ImageObserver.cpp', |
| 539 'graphics/ImageObserver.h', | 539 'graphics/ImageObserver.h', |
| 540 'graphics/ImageOrientation.cpp', | 540 'graphics/ImageOrientation.cpp', |
| 541 'graphics/ImageOrientation.h', | 541 'graphics/ImageOrientation.h', |
| 542 'graphics/ImageSource.cpp', | 542 'graphics/ImageSource.cpp', |
| 543 'graphics/ImageSource.h', | 543 'graphics/ImageSource.h', |
| 544 'graphics/InterceptingCanvas.cpp', |
| 545 'graphics/InterceptingCanvas.h', |
| 544 'graphics/LoggingCanvas.cpp', | 546 'graphics/LoggingCanvas.cpp', |
| 545 'graphics/LoggingCanvas.h', | 547 'graphics/LoggingCanvas.h', |
| 546 'graphics/PaintInvalidationReason.cpp', | 548 'graphics/PaintInvalidationReason.cpp', |
| 547 'graphics/PaintInvalidationReason.h', | 549 'graphics/PaintInvalidationReason.h', |
| 548 'graphics/Path.cpp', | 550 'graphics/Path.cpp', |
| 549 'graphics/Path.h', | 551 'graphics/Path.h', |
| 550 'graphics/PathTraversalState.cpp', | 552 'graphics/PathTraversalState.cpp', |
| 551 'graphics/PathTraversalState.h', | 553 'graphics/PathTraversalState.h', |
| 552 'graphics/Pattern.cpp', | 554 'graphics/Pattern.cpp', |
| 553 'graphics/Pattern.h', | 555 'graphics/Pattern.h', |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1030 ['os_posix==1 and OS!="mac"', | 1032 ['os_posix==1 and OS!="mac"', |
| 1031 { | 1033 { |
| 1032 'platform_test_files': [ | 1034 'platform_test_files': [ |
| 1033 'text/LocaleICUTest.cpp', | 1035 'text/LocaleICUTest.cpp', |
| 1034 ], | 1036 ], |
| 1035 } | 1037 } |
| 1036 ], | 1038 ], |
| 1037 ], | 1039 ], |
| 1038 }, | 1040 }, |
| 1039 } | 1041 } |
| OLD | NEW |