| 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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 'graphics/paint/ClipRecorder.cpp', | 645 'graphics/paint/ClipRecorder.cpp', |
| 646 'graphics/paint/ClipRecorder.h', | 646 'graphics/paint/ClipRecorder.h', |
| 647 'graphics/paint/DisplayItem.cpp', | 647 'graphics/paint/DisplayItem.cpp', |
| 648 'graphics/paint/DisplayItem.h', | 648 'graphics/paint/DisplayItem.h', |
| 649 'graphics/paint/DisplayItems.cpp', | 649 'graphics/paint/DisplayItems.cpp', |
| 650 'graphics/paint/DisplayItems.h', | 650 'graphics/paint/DisplayItems.h', |
| 651 'graphics/paint/DisplayItemCacheSkipper.h', | 651 'graphics/paint/DisplayItemCacheSkipper.h', |
| 652 'graphics/paint/DisplayItemClient.h', | 652 'graphics/paint/DisplayItemClient.h', |
| 653 'graphics/paint/DisplayItemList.cpp', | 653 'graphics/paint/DisplayItemList.cpp', |
| 654 'graphics/paint/DisplayItemList.h', | 654 'graphics/paint/DisplayItemList.h', |
| 655 'graphics/paint/DisplayItemListContextRecorder.h', | |
| 656 'graphics/paint/DisplayItemTransformTree.cpp', | 655 'graphics/paint/DisplayItemTransformTree.cpp', |
| 657 'graphics/paint/DisplayItemTransformTree.h', | 656 'graphics/paint/DisplayItemTransformTree.h', |
| 658 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', | 657 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', |
| 659 'graphics/paint/DisplayItemTransformTreeBuilder.h', | 658 'graphics/paint/DisplayItemTransformTreeBuilder.h', |
| 660 'graphics/paint/DrawingDisplayItem.cpp', | 659 'graphics/paint/DrawingDisplayItem.cpp', |
| 661 'graphics/paint/DrawingDisplayItem.h', | 660 'graphics/paint/DrawingDisplayItem.h', |
| 662 'graphics/paint/DrawingRecorder.cpp', | 661 'graphics/paint/DrawingRecorder.cpp', |
| 663 'graphics/paint/DrawingRecorder.h', | 662 'graphics/paint/DrawingRecorder.h', |
| 664 'graphics/paint/FilterDisplayItem.cpp', | 663 'graphics/paint/FilterDisplayItem.cpp', |
| 665 'graphics/paint/FilterDisplayItem.h', | 664 'graphics/paint/FilterDisplayItem.h', |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1031 ['os_posix==1 and OS!="mac"', | 1030 ['os_posix==1 and OS!="mac"', |
| 1032 { | 1031 { |
| 1033 'platform_test_files': [ | 1032 'platform_test_files': [ |
| 1034 'text/LocaleICUTest.cpp', | 1033 'text/LocaleICUTest.cpp', |
| 1035 ], | 1034 ], |
| 1036 } | 1035 } |
| 1037 ], | 1036 ], |
| 1038 ], | 1037 ], |
| 1039 }, | 1038 }, |
| 1040 } | 1039 } |
| OLD | NEW |