| 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 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 'weborigin/SecurityOriginCache.h', | 1104 'weborigin/SecurityOriginCache.h', |
| 1105 'weborigin/SecurityOriginHash.h', | 1105 'weborigin/SecurityOriginHash.h', |
| 1106 'weborigin/SecurityPolicy.cpp', | 1106 'weborigin/SecurityPolicy.cpp', |
| 1107 'weborigin/SecurityPolicy.h', | 1107 'weborigin/SecurityPolicy.h', |
| 1108 'weborigin/Suborigin.cpp', | 1108 'weborigin/Suborigin.cpp', |
| 1109 'weborigin/Suborigin.h', | 1109 'weborigin/Suborigin.h', |
| 1110 ], | 1110 ], |
| 1111 'platform_test_files': [ | 1111 'platform_test_files': [ |
| 1112 'DecimalTest.cpp', | 1112 'DecimalTest.cpp', |
| 1113 'DragImageTest.cpp', | 1113 'DragImageTest.cpp', |
| 1114 'HistogramTest.cpp', |
| 1114 'LayoutUnitTest.cpp', | 1115 'LayoutUnitTest.cpp', |
| 1115 'LifecycleContextTest.cpp', | 1116 'LifecycleContextTest.cpp', |
| 1116 'PODArenaTest.cpp', | 1117 'PODArenaTest.cpp', |
| 1117 'PODFreeListArenaTest.cpp', | 1118 'PODFreeListArenaTest.cpp', |
| 1118 'PODIntervalTreeTest.cpp', | 1119 'PODIntervalTreeTest.cpp', |
| 1119 'PODRedBlackTreeTest.cpp', | 1120 'PODRedBlackTreeTest.cpp', |
| 1120 'PurgeableVectorTest.cpp', | 1121 'PurgeableVectorTest.cpp', |
| 1121 'SharedBufferTest.cpp', | 1122 'SharedBufferTest.cpp', |
| 1122 'TimerTest.cpp', | 1123 'TimerTest.cpp', |
| 1123 'TracedValueTest.cpp', | 1124 'TracedValueTest.cpp', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1281 ['OS!="mac"', | 1282 ['OS!="mac"', |
| 1282 { | 1283 { |
| 1283 'platform_test_files': [ | 1284 'platform_test_files': [ |
| 1284 'scroll/ScrollAnimatorTest.cpp', | 1285 'scroll/ScrollAnimatorTest.cpp', |
| 1285 ], | 1286 ], |
| 1286 } | 1287 } |
| 1287 ], | 1288 ], |
| 1288 ], | 1289 ], |
| 1289 }, | 1290 }, |
| 1290 } | 1291 } |
| OLD | NEW |