| 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 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 690 'graphics/paint/ScrollDisplayItem.cpp', | 690 'graphics/paint/ScrollDisplayItem.cpp', |
| 691 'graphics/paint/ScrollDisplayItem.h', | 691 'graphics/paint/ScrollDisplayItem.h', |
| 692 'graphics/paint/SkPictureBuilder.h', | 692 'graphics/paint/SkPictureBuilder.h', |
| 693 'graphics/paint/SubsequenceDisplayItem.h', | 693 'graphics/paint/SubsequenceDisplayItem.h', |
| 694 'graphics/paint/SubsequenceRecorder.cpp', | 694 'graphics/paint/SubsequenceRecorder.cpp', |
| 695 'graphics/paint/SubsequenceRecorder.h', | 695 'graphics/paint/SubsequenceRecorder.h', |
| 696 'graphics/paint/Transform3DDisplayItem.cpp', | 696 'graphics/paint/Transform3DDisplayItem.cpp', |
| 697 'graphics/paint/Transform3DDisplayItem.h', | 697 'graphics/paint/Transform3DDisplayItem.h', |
| 698 'graphics/paint/TransformDisplayItem.cpp', | 698 'graphics/paint/TransformDisplayItem.cpp', |
| 699 'graphics/paint/TransformDisplayItem.h', | 699 'graphics/paint/TransformDisplayItem.h', |
| 700 'graphics/paint/TransformPaintPropertyNode.h', |
| 700 'graphics/paint/CompositingDisplayItem.cpp', | 701 'graphics/paint/CompositingDisplayItem.cpp', |
| 701 'graphics/paint/CompositingDisplayItem.h', | 702 'graphics/paint/CompositingDisplayItem.h', |
| 702 'graphics/skia/ImagePixelLocker.cpp', | 703 'graphics/skia/ImagePixelLocker.cpp', |
| 703 'graphics/skia/ImagePixelLocker.h', | 704 'graphics/skia/ImagePixelLocker.h', |
| 704 'graphics/skia/SkSizeHash.h', | 705 'graphics/skia/SkSizeHash.h', |
| 705 'graphics/skia/SkiaUtils.cpp', | 706 'graphics/skia/SkiaUtils.cpp', |
| 706 'graphics/skia/SkiaUtils.h', | 707 'graphics/skia/SkiaUtils.h', |
| 707 'image-decoders/FastSharedBufferReader.cpp', | 708 'image-decoders/FastSharedBufferReader.cpp', |
| 708 'image-decoders/FastSharedBufferReader.h', | 709 'image-decoders/FastSharedBufferReader.h', |
| 709 'image-decoders/ImageAnimation.h', | 710 'image-decoders/ImageAnimation.h', |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1076 ['os_posix==1 and OS!="mac"', | 1077 ['os_posix==1 and OS!="mac"', |
| 1077 { | 1078 { |
| 1078 'platform_test_files': [ | 1079 'platform_test_files': [ |
| 1079 'text/LocaleICUTest.cpp', | 1080 'text/LocaleICUTest.cpp', |
| 1080 ], | 1081 ], |
| 1081 } | 1082 } |
| 1082 ], | 1083 ], |
| 1083 ], | 1084 ], |
| 1084 }, | 1085 }, |
| 1085 } | 1086 } |
| OLD | NEW |