| 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 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1287 ], | 1287 ], |
| 1288 } | 1288 } |
| 1289 ], | 1289 ], |
| 1290 ['OS!="mac"', | 1290 ['OS!="mac"', |
| 1291 { | 1291 { |
| 1292 'platform_test_files': [ | 1292 'platform_test_files': [ |
| 1293 'scroll/ScrollAnimatorTest.cpp', | 1293 'scroll/ScrollAnimatorTest.cpp', |
| 1294 ], | 1294 ], |
| 1295 } | 1295 } |
| 1296 ], | 1296 ], |
| 1297 ['enable_webvr==1', |
| 1298 { |
| 1299 'platform_files': [ |
| 1300 'vr/vr_dispatcher.cc', |
| 1301 'vr/vr_dispatcher.h', |
| 1302 'vr/vr_type_converters.cc', |
| 1303 'vr/vr_type_converters.h', |
| 1304 ], |
| 1305 } |
| 1306 ], |
| 1297 ], | 1307 ], |
| 1298 }, | 1308 }, |
| 1299 } | 1309 } |
| OLD | NEW |