| 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 26 matching lines...) Expand all Loading... |
| 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 'JSONValues.cpp', | 45 'JSONValues.cpp', |
| 46 'JSONValues.h', | 46 'JSONValues.h', |
| 47 'JSONValuesForV8.cpp', | |
| 48 'JSONValuesForV8.h', | |
| 49 'KeyboardCodes.h', | 47 'KeyboardCodes.h', |
| 50 'KillRing.h', | 48 'KillRing.h', |
| 51 'KillRingNone.cpp', | 49 'KillRingNone.cpp', |
| 52 'Language.cpp', | 50 'Language.cpp', |
| 53 'Language.h', | 51 'Language.h', |
| 54 'LayoutTestSupport.cpp', | 52 'LayoutTestSupport.cpp', |
| 55 'LayoutTestSupport.h', | 53 'LayoutTestSupport.h', |
| 56 'LayoutUnit.h', | 54 'LayoutUnit.h', |
| 57 'Length.cpp', | 55 'Length.cpp', |
| 58 'Length.h', | 56 'Length.h', |
| (...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1277 ['OS!="mac"', | 1275 ['OS!="mac"', |
| 1278 { | 1276 { |
| 1279 'platform_test_files': [ | 1277 'platform_test_files': [ |
| 1280 'scroll/ScrollAnimatorTest.cpp', | 1278 'scroll/ScrollAnimatorTest.cpp', |
| 1281 ], | 1279 ], |
| 1282 } | 1280 } |
| 1283 ], | 1281 ], |
| 1284 ], | 1282 ], |
| 1285 }, | 1283 }, |
| 1286 } | 1284 } |
| OLD | NEW |