| 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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1102 'weborigin/SecurityOrigin.h', | 1102 'weborigin/SecurityOrigin.h', |
| 1103 'weborigin/SecurityOriginCache.h', | 1103 'weborigin/SecurityOriginCache.h', |
| 1104 'weborigin/SecurityOriginHash.h', | 1104 'weborigin/SecurityOriginHash.h', |
| 1105 'weborigin/SecurityPolicy.cpp', | 1105 'weborigin/SecurityPolicy.cpp', |
| 1106 'weborigin/SecurityPolicy.h', | 1106 'weborigin/SecurityPolicy.h', |
| 1107 ], | 1107 ], |
| 1108 'platform_test_files': [ | 1108 'platform_test_files': [ |
| 1109 'DecimalTest.cpp', | 1109 'DecimalTest.cpp', |
| 1110 'DragImageTest.cpp', | 1110 'DragImageTest.cpp', |
| 1111 'JSONParserTest.cpp', | 1111 'JSONParserTest.cpp', |
| 1112 'HistogramTest.cpp', |
| 1112 'LayoutUnitTest.cpp', | 1113 'LayoutUnitTest.cpp', |
| 1113 'LifecycleContextTest.cpp', | 1114 'LifecycleContextTest.cpp', |
| 1114 'PODArenaTest.cpp', | 1115 'PODArenaTest.cpp', |
| 1115 'PODFreeListArenaTest.cpp', | 1116 'PODFreeListArenaTest.cpp', |
| 1116 'PODIntervalTreeTest.cpp', | 1117 'PODIntervalTreeTest.cpp', |
| 1117 'PODRedBlackTreeTest.cpp', | 1118 'PODRedBlackTreeTest.cpp', |
| 1118 'PurgeableVectorTest.cpp', | 1119 'PurgeableVectorTest.cpp', |
| 1119 'SharedBufferTest.cpp', | 1120 'SharedBufferTest.cpp', |
| 1120 'TimerTest.cpp', | 1121 'TimerTest.cpp', |
| 1121 'TracedValueTest.cpp', | 1122 'TracedValueTest.cpp', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1273 ['OS!="mac"', | 1274 ['OS!="mac"', |
| 1274 { | 1275 { |
| 1275 'platform_test_files': [ | 1276 'platform_test_files': [ |
| 1276 'scroll/ScrollAnimatorTest.cpp', | 1277 'scroll/ScrollAnimatorTest.cpp', |
| 1277 ], | 1278 ], |
| 1278 } | 1279 } |
| 1279 ], | 1280 ], |
| 1280 ], | 1281 ], |
| 1281 }, | 1282 }, |
| 1282 } | 1283 } |
| OLD | NEW |