| 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 961 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 972 'weborigin/ReferrerPolicy.h', | 972 'weborigin/ReferrerPolicy.h', |
| 973 'weborigin/SchemeRegistry.cpp', | 973 'weborigin/SchemeRegistry.cpp', |
| 974 'weborigin/SchemeRegistry.h', | 974 'weborigin/SchemeRegistry.h', |
| 975 'weborigin/SecurityOrigin.cpp', | 975 'weborigin/SecurityOrigin.cpp', |
| 976 'weborigin/SecurityOrigin.h', | 976 'weborigin/SecurityOrigin.h', |
| 977 'weborigin/SecurityOriginCache.h', | 977 'weborigin/SecurityOriginCache.h', |
| 978 'weborigin/SecurityOriginHash.h', | 978 'weborigin/SecurityOriginHash.h', |
| 979 'weborigin/SecurityPolicy.cpp', | 979 'weborigin/SecurityPolicy.cpp', |
| 980 'weborigin/SecurityPolicy.h', | 980 'weborigin/SecurityPolicy.h', |
| 981 'win/HWndDC.h', | 981 'win/HWndDC.h', |
| 982 'win/SystemInfo.cpp', | |
| 983 'win/SystemInfo.h', | |
| 984 ], | 982 ], |
| 985 'platform_test_files': [ | 983 'platform_test_files': [ |
| 986 'ClockTest.cpp', | 984 'ClockTest.cpp', |
| 987 'DecimalTest.cpp', | 985 'DecimalTest.cpp', |
| 988 'DragImageTest.cpp', | 986 'DragImageTest.cpp', |
| 989 'LayoutUnitTest.cpp', | 987 'LayoutUnitTest.cpp', |
| 990 'LifecycleContextTest.cpp', | 988 'LifecycleContextTest.cpp', |
| 991 'PODArenaTest.cpp', | 989 'PODArenaTest.cpp', |
| 992 'PODFreeListArenaTest.cpp', | 990 'PODFreeListArenaTest.cpp', |
| 993 'PODIntervalTreeTest.cpp', | 991 'PODIntervalTreeTest.cpp', |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1132 ['OS!="mac"', | 1130 ['OS!="mac"', |
| 1133 { | 1131 { |
| 1134 'platform_test_files': [ | 1132 'platform_test_files': [ |
| 1135 'scroll/ScrollAnimatorTest.cpp', | 1133 'scroll/ScrollAnimatorTest.cpp', |
| 1136 ], | 1134 ], |
| 1137 } | 1135 } |
| 1138 ], | 1136 ], |
| 1139 ], | 1137 ], |
| 1140 }, | 1138 }, |
| 1141 } | 1139 } |
| OLD | NEW |