| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'Histogram.cpp', | 42 'Histogram.cpp', |
| 43 'Histogram.h', | 43 'Histogram.h', |
| 44 'HostWindow.h', | 44 'HostWindow.h', |
| 45 'JSONValues.cpp', | 45 'JSONValues.cpp', |
| 46 'JSONValues.h', | 46 'JSONValues.h', |
| 47 'KeyboardCodes.h', | 47 'KeyboardCodes.h', |
| 48 'KillRing.h', | 48 'KillRing.h', |
| 49 'KillRingNone.cpp', | 49 'KillRingNone.cpp', |
| 50 'Language.cpp', | 50 'Language.cpp', |
| 51 'Language.h', | 51 'Language.h', |
| 52 'LayoutLocale.cpp', |
| 53 'LayoutLocale.h', |
| 52 'LayoutTestSupport.cpp', | 54 'LayoutTestSupport.cpp', |
| 53 'LayoutTestSupport.h', | 55 'LayoutTestSupport.h', |
| 54 'LayoutUnit.h', | 56 'LayoutUnit.h', |
| 55 'Length.cpp', | 57 'Length.cpp', |
| 56 'Length.h', | 58 'Length.h', |
| 57 'LengthBox.cpp', | 59 'LengthBox.cpp', |
| 58 'LengthBox.h', | 60 'LengthBox.h', |
| 59 'LengthFunctions.cpp', | 61 'LengthFunctions.cpp', |
| 60 'LengthFunctions.h', | 62 'LengthFunctions.h', |
| 61 'LengthPoint.h', | 63 'LengthPoint.h', |
| (...skipping 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1137 'weborigin/SecurityOriginHash.h', | 1139 'weborigin/SecurityOriginHash.h', |
| 1138 'weborigin/SecurityPolicy.cpp', | 1140 'weborigin/SecurityPolicy.cpp', |
| 1139 'weborigin/SecurityPolicy.h', | 1141 'weborigin/SecurityPolicy.h', |
| 1140 'weborigin/Suborigin.cpp', | 1142 'weborigin/Suborigin.cpp', |
| 1141 'weborigin/Suborigin.h', | 1143 'weborigin/Suborigin.h', |
| 1142 ], | 1144 ], |
| 1143 'platform_test_files': [ | 1145 'platform_test_files': [ |
| 1144 'DecimalTest.cpp', | 1146 'DecimalTest.cpp', |
| 1145 'DragImageTest.cpp', | 1147 'DragImageTest.cpp', |
| 1146 'HistogramTest.cpp', | 1148 'HistogramTest.cpp', |
| 1149 'LayoutLocaleTest.cpp', |
| 1147 'LayoutUnitTest.cpp', | 1150 'LayoutUnitTest.cpp', |
| 1148 'LifecycleContextTest.cpp', | 1151 'LifecycleContextTest.cpp', |
| 1149 'PODArenaTest.cpp', | 1152 'PODArenaTest.cpp', |
| 1150 'PODFreeListArenaTest.cpp', | 1153 'PODFreeListArenaTest.cpp', |
| 1151 'PODIntervalTreeTest.cpp', | 1154 'PODIntervalTreeTest.cpp', |
| 1152 'PODRedBlackTreeTest.cpp', | 1155 'PODRedBlackTreeTest.cpp', |
| 1153 'PurgeableVectorTest.cpp', | 1156 'PurgeableVectorTest.cpp', |
| 1154 'SharedBufferTest.cpp', | 1157 'SharedBufferTest.cpp', |
| 1155 'TimerTest.cpp', | 1158 'TimerTest.cpp', |
| 1156 'TracedValueTest.cpp', | 1159 'TracedValueTest.cpp', |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1347 ['use_default_render_theme==1', | 1350 ['use_default_render_theme==1', |
| 1348 { | 1351 { |
| 1349 'platform_test_files': [ | 1352 'platform_test_files': [ |
| 1350 'scroll/ScrollbarThemeAuraTest.cpp', | 1353 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1351 ], | 1354 ], |
| 1352 } | 1355 } |
| 1353 ], | 1356 ], |
| 1354 ], | 1357 ], |
| 1355 }, | 1358 }, |
| 1356 } | 1359 } |
| OLD | NEW |