| 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 24 matching lines...) Expand all Loading... |
| 35 'EventTracer.h', | 35 'EventTracer.h', |
| 36 'FileChooser.cpp', | 36 'FileChooser.cpp', |
| 37 'FileChooser.h', | 37 'FileChooser.h', |
| 38 'FileMetadata.cpp', | 38 'FileMetadata.cpp', |
| 39 'FileMetadata.h', | 39 'FileMetadata.h', |
| 40 'FileSystemType.h', | 40 'FileSystemType.h', |
| 41 'FloatConversion.h', | 41 'FloatConversion.h', |
| 42 'Histogram.cpp', | 42 'Histogram.cpp', |
| 43 'Histogram.h', | 43 'Histogram.h', |
| 44 'HostWindow.h', | 44 'HostWindow.h', |
| 45 'JSONParser.cpp', |
| 46 'JSONParser.h', |
| 45 'JSONValues.cpp', | 47 'JSONValues.cpp', |
| 46 'JSONValues.h', | 48 'JSONValues.h', |
| 47 'KeyboardCodes.h', | 49 'KeyboardCodes.h', |
| 48 'KillRing.h', | 50 'KillRing.h', |
| 49 'KillRingNone.cpp', | 51 'KillRingNone.cpp', |
| 50 'Language.cpp', | 52 'Language.cpp', |
| 51 'Language.h', | 53 'Language.h', |
| 52 'LayoutLocale.cpp', | 54 'LayoutLocale.cpp', |
| 53 'LayoutLocale.h', | 55 'LayoutLocale.h', |
| 54 'LayoutTestSupport.cpp', | 56 'LayoutTestSupport.cpp', |
| (...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1143 'weborigin/Suborigin.h', | 1145 'weborigin/Suborigin.h', |
| 1144 ], | 1146 ], |
| 1145 'platform_test_files': [ | 1147 'platform_test_files': [ |
| 1146 'ScopedOrientationChangeIndicatorTest.cpp', | 1148 'ScopedOrientationChangeIndicatorTest.cpp', |
| 1147 'DecimalTest.cpp', | 1149 'DecimalTest.cpp', |
| 1148 'DragImageTest.cpp', | 1150 'DragImageTest.cpp', |
| 1149 'HistogramTest.cpp', | 1151 'HistogramTest.cpp', |
| 1150 'LayoutLocaleTest.cpp', | 1152 'LayoutLocaleTest.cpp', |
| 1151 'LayoutUnitTest.cpp', | 1153 'LayoutUnitTest.cpp', |
| 1152 'LifecycleContextTest.cpp', | 1154 'LifecycleContextTest.cpp', |
| 1155 'JSONParserTest.cpp', |
| 1153 'PODArenaTest.cpp', | 1156 'PODArenaTest.cpp', |
| 1154 'PODFreeListArenaTest.cpp', | 1157 'PODFreeListArenaTest.cpp', |
| 1155 'PODIntervalTreeTest.cpp', | 1158 'PODIntervalTreeTest.cpp', |
| 1156 'PODRedBlackTreeTest.cpp', | 1159 'PODRedBlackTreeTest.cpp', |
| 1157 'PurgeableVectorTest.cpp', | 1160 'PurgeableVectorTest.cpp', |
| 1158 'SharedBufferTest.cpp', | 1161 'SharedBufferTest.cpp', |
| 1159 'TimerTest.cpp', | 1162 'TimerTest.cpp', |
| 1160 'TracedValueTest.cpp', | 1163 'TracedValueTest.cpp', |
| 1161 'UserGestureIndicatorTest.cpp', | 1164 'UserGestureIndicatorTest.cpp', |
| 1162 'UUIDTest.cpp', | 1165 'UUIDTest.cpp', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1350 ['use_default_render_theme==1', | 1353 ['use_default_render_theme==1', |
| 1351 { | 1354 { |
| 1352 'platform_test_files': [ | 1355 'platform_test_files': [ |
| 1353 'scroll/ScrollbarThemeAuraTest.cpp', | 1356 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1354 ], | 1357 ], |
| 1355 } | 1358 } |
| 1356 ], | 1359 ], |
| 1357 ], | 1360 ], |
| 1358 }, | 1361 }, |
| 1359 } | 1362 } |
| OLD | NEW |