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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'graphics/paint/ClipDisplayItem.cpp', | 646 'graphics/paint/ClipDisplayItem.cpp', |
647 'graphics/paint/ClipDisplayItem.h', | 647 'graphics/paint/ClipDisplayItem.h', |
648 'graphics/paint/ClipPathDisplayItem.cpp', | 648 'graphics/paint/ClipPathDisplayItem.cpp', |
649 'graphics/paint/ClipPathDisplayItem.h', | 649 'graphics/paint/ClipPathDisplayItem.h', |
650 'graphics/paint/ClipPathRecorder.cpp', | 650 'graphics/paint/ClipPathRecorder.cpp', |
651 'graphics/paint/ClipPathRecorder.h', | 651 'graphics/paint/ClipPathRecorder.h', |
652 'graphics/paint/ClipRecorder.cpp', | 652 'graphics/paint/ClipRecorder.cpp', |
653 'graphics/paint/ClipRecorder.h', | 653 'graphics/paint/ClipRecorder.h', |
654 'graphics/paint/DisplayItem.cpp', | 654 'graphics/paint/DisplayItem.cpp', |
655 'graphics/paint/DisplayItem.h', | 655 'graphics/paint/DisplayItem.h', |
656 'graphics/paint/DisplayItems.cpp', | |
657 'graphics/paint/DisplayItems.h', | |
658 'graphics/paint/DisplayItemCacheSkipper.h', | 656 'graphics/paint/DisplayItemCacheSkipper.h', |
659 'graphics/paint/DisplayItemClient.h', | 657 'graphics/paint/DisplayItemClient.h', |
660 'graphics/paint/DisplayItemList.cpp', | 658 'graphics/paint/DisplayItemList.cpp', |
661 'graphics/paint/DisplayItemList.h', | 659 'graphics/paint/DisplayItemList.h', |
662 'graphics/paint/DisplayItemTransformTree.cpp', | 660 'graphics/paint/DisplayItemTransformTree.cpp', |
663 'graphics/paint/DisplayItemTransformTree.h', | 661 'graphics/paint/DisplayItemTransformTree.h', |
664 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', | 662 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', |
665 'graphics/paint/DisplayItemTransformTreeBuilder.h', | 663 'graphics/paint/DisplayItemTransformTreeBuilder.h', |
666 'graphics/paint/DrawingDisplayItem.cpp', | 664 'graphics/paint/DrawingDisplayItem.cpp', |
667 'graphics/paint/DrawingDisplayItem.h', | 665 'graphics/paint/DrawingDisplayItem.h', |
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 ['os_posix==1 and OS!="mac"', | 1039 ['os_posix==1 and OS!="mac"', |
1042 { | 1040 { |
1043 'platform_test_files': [ | 1041 'platform_test_files': [ |
1044 'text/LocaleICUTest.cpp', | 1042 'text/LocaleICUTest.cpp', |
1045 ], | 1043 ], |
1046 } | 1044 } |
1047 ], | 1045 ], |
1048 ], | 1046 ], |
1049 }, | 1047 }, |
1050 } | 1048 } |
OLD | NEW |