| 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 1304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1315 ], | 1315 ], |
| 1316 } | 1316 } |
| 1317 ], | 1317 ], |
| 1318 ['OS!="mac"', | 1318 ['OS!="mac"', |
| 1319 { | 1319 { |
| 1320 'platform_test_files': [ | 1320 'platform_test_files': [ |
| 1321 'scroll/ScrollAnimatorTest.cpp', | 1321 'scroll/ScrollAnimatorTest.cpp', |
| 1322 ], | 1322 ], |
| 1323 } | 1323 } |
| 1324 ], | 1324 ], |
| 1325 ['use_default_render_theme==1', |
| 1326 { |
| 1327 'platform_test_files': [ |
| 1328 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1329 ], |
| 1330 } |
| 1331 ], |
| 1325 ], | 1332 ], |
| 1326 }, | 1333 }, |
| 1327 } | 1334 } |
| OLD | NEW |