| 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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 'v8_inspector/public/V8ContextInfo.h', | 1088 'v8_inspector/public/V8ContextInfo.h', |
| 1089 'v8_inspector/public/V8Debugger.h', | 1089 'v8_inspector/public/V8Debugger.h', |
| 1090 'v8_inspector/public/V8DebuggerAgent.h', | 1090 'v8_inspector/public/V8DebuggerAgent.h', |
| 1091 'v8_inspector/public/V8DebuggerClient.h', | 1091 'v8_inspector/public/V8DebuggerClient.h', |
| 1092 'v8_inspector/public/V8HeapProfilerAgent.h', | 1092 'v8_inspector/public/V8HeapProfilerAgent.h', |
| 1093 'v8_inspector/public/V8InspectorSession.h', | 1093 'v8_inspector/public/V8InspectorSession.h', |
| 1094 'v8_inspector/public/V8ProfilerAgent.h', | 1094 'v8_inspector/public/V8ProfilerAgent.h', |
| 1095 'v8_inspector/public/V8RuntimeAgent.h', | 1095 'v8_inspector/public/V8RuntimeAgent.h', |
| 1096 'v8_inspector/public/V8StackTrace.h', | 1096 'v8_inspector/public/V8StackTrace.h', |
| 1097 'v8_inspector/public/V8ToProtocolValue.h', | 1097 'v8_inspector/public/V8ToProtocolValue.h', |
| 1098 'vr/webvr_client_impl.h', |
| 1098 'web_memory_allocator_dump_impl.cc', | 1099 'web_memory_allocator_dump_impl.cc', |
| 1099 'web_memory_allocator_dump_impl.h', | 1100 'web_memory_allocator_dump_impl.h', |
| 1100 'web_memory_dump_provider_adapter.cc', | 1101 'web_memory_dump_provider_adapter.cc', |
| 1101 'web_memory_dump_provider_adapter.h', | 1102 'web_memory_dump_provider_adapter.h', |
| 1102 'web_process_memory_dump_impl.cc', | 1103 'web_process_memory_dump_impl.cc', |
| 1103 'web_process_memory_dump_impl.h', | 1104 'web_process_memory_dump_impl.h', |
| 1104 'weborigin/KURL.cpp', | 1105 'weborigin/KURL.cpp', |
| 1105 'weborigin/KURL.h', | 1106 'weborigin/KURL.h', |
| 1106 'weborigin/KURLHash.h', | 1107 'weborigin/KURLHash.h', |
| 1107 'weborigin/KnownPorts.cpp', | 1108 'weborigin/KnownPorts.cpp', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1304 ], | 1305 ], |
| 1305 } | 1306 } |
| 1306 ], | 1307 ], |
| 1307 ['OS!="mac"', | 1308 ['OS!="mac"', |
| 1308 { | 1309 { |
| 1309 'platform_test_files': [ | 1310 'platform_test_files': [ |
| 1310 'scroll/ScrollAnimatorTest.cpp', | 1311 'scroll/ScrollAnimatorTest.cpp', |
| 1311 ], | 1312 ], |
| 1312 } | 1313 } |
| 1313 ], | 1314 ], |
| 1315 ['enable_webvr==1', |
| 1316 { |
| 1317 'platform_files': [ |
| 1318 'vr/vr_dispatcher.cc', |
| 1319 'vr/vr_dispatcher.h', |
| 1320 'vr/vr_type_converters.cc', |
| 1321 'vr/vr_type_converters.h', |
| 1322 ], |
| 1323 } |
| 1324 ], |
| 1314 ], | 1325 ], |
| 1315 }, | 1326 }, |
| 1316 } | 1327 } |
| OLD | NEW |