| 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 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1274 ], | 1274 ], |
| 1275 } | 1275 } |
| 1276 ], | 1276 ], |
| 1277 ['OS!="mac"', | 1277 ['OS!="mac"', |
| 1278 { | 1278 { |
| 1279 'platform_test_files': [ | 1279 'platform_test_files': [ |
| 1280 'scroll/ScrollAnimatorTest.cpp', | 1280 'scroll/ScrollAnimatorTest.cpp', |
| 1281 ], | 1281 ], |
| 1282 } | 1282 } |
| 1283 ], | 1283 ], |
| 1284 ['enable_webvr==1', |
| 1285 { |
| 1286 'platform_files': [ |
| 1287 'vr/vr_dispatcher.cc', |
| 1288 'vr/vr_dispatcher.h', |
| 1289 'vr/vr_type_converters.cc', |
| 1290 'vr/vr_type_converters.h', |
| 1291 ], |
| 1292 } |
| 1293 ], |
| 1284 ], | 1294 ], |
| 1285 }, | 1295 }, |
| 1286 } | 1296 } |
| OLD | NEW |