| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 'weborigin/SecurityOriginCache.h', | 1109 'weborigin/SecurityOriginCache.h', |
| 1110 'weborigin/SecurityOriginHash.h', | 1110 'weborigin/SecurityOriginHash.h', |
| 1111 'weborigin/SecurityPolicy.cpp', | 1111 'weborigin/SecurityPolicy.cpp', |
| 1112 'weborigin/SecurityPolicy.h', | 1112 'weborigin/SecurityPolicy.h', |
| 1113 'weborigin/Suborigin.cpp', | 1113 'weborigin/Suborigin.cpp', |
| 1114 'weborigin/Suborigin.h', | 1114 'weborigin/Suborigin.h', |
| 1115 ], | 1115 ], |
| 1116 'platform_test_files': [ | 1116 'platform_test_files': [ |
| 1117 'DecimalTest.cpp', | 1117 'DecimalTest.cpp', |
| 1118 'DragImageTest.cpp', | 1118 'DragImageTest.cpp', |
| 1119 'HistogramTest.cpp', |
| 1119 'LayoutUnitTest.cpp', | 1120 'LayoutUnitTest.cpp', |
| 1120 'LifecycleContextTest.cpp', | 1121 'LifecycleContextTest.cpp', |
| 1121 'PODArenaTest.cpp', | 1122 'PODArenaTest.cpp', |
| 1122 'PODFreeListArenaTest.cpp', | 1123 'PODFreeListArenaTest.cpp', |
| 1123 'PODIntervalTreeTest.cpp', | 1124 'PODIntervalTreeTest.cpp', |
| 1124 'PODRedBlackTreeTest.cpp', | 1125 'PODRedBlackTreeTest.cpp', |
| 1125 'PurgeableVectorTest.cpp', | 1126 'PurgeableVectorTest.cpp', |
| 1126 'SharedBufferTest.cpp', | 1127 'SharedBufferTest.cpp', |
| 1127 'TimerTest.cpp', | 1128 'TimerTest.cpp', |
| 1128 'TracedValueTest.cpp', | 1129 'TracedValueTest.cpp', |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1293 ['OS!="mac"', | 1294 ['OS!="mac"', |
| 1294 { | 1295 { |
| 1295 'platform_test_files': [ | 1296 'platform_test_files': [ |
| 1296 'scroll/ScrollAnimatorTest.cpp', | 1297 'scroll/ScrollAnimatorTest.cpp', |
| 1297 ], | 1298 ], |
| 1298 } | 1299 } |
| 1299 ], | 1300 ], |
| 1300 ], | 1301 ], |
| 1301 }, | 1302 }, |
| 1302 } | 1303 } |
| OLD | NEW |