| 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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 'v8_inspector/V8StringUtil.cpp', | 1086 'v8_inspector/V8StringUtil.cpp', |
| 1087 'v8_inspector/V8StringUtil.h', | 1087 'v8_inspector/V8StringUtil.h', |
| 1088 'v8_inspector/public/V8EventListenerInfo.h', | 1088 'v8_inspector/public/V8EventListenerInfo.h', |
| 1089 'v8_inspector/public/V8ContentSearchUtil.h', | 1089 'v8_inspector/public/V8ContentSearchUtil.h', |
| 1090 'v8_inspector/public/V8ContextInfo.h', | 1090 'v8_inspector/public/V8ContextInfo.h', |
| 1091 'v8_inspector/public/V8Debugger.h', | 1091 'v8_inspector/public/V8Debugger.h', |
| 1092 'v8_inspector/public/V8DebuggerAgent.h', | 1092 'v8_inspector/public/V8DebuggerAgent.h', |
| 1093 'v8_inspector/public/V8DebuggerClient.h', | 1093 'v8_inspector/public/V8DebuggerClient.h', |
| 1094 'v8_inspector/public/V8HeapProfilerAgent.h', | 1094 'v8_inspector/public/V8HeapProfilerAgent.h', |
| 1095 'v8_inspector/public/V8InspectorSession.h', | 1095 'v8_inspector/public/V8InspectorSession.h', |
| 1096 'v8_inspector/public/V8InspectorSessionClient.h', |
| 1096 'v8_inspector/public/V8ProfilerAgent.h', | 1097 'v8_inspector/public/V8ProfilerAgent.h', |
| 1097 'v8_inspector/public/V8RuntimeAgent.h', | 1098 'v8_inspector/public/V8RuntimeAgent.h', |
| 1098 'v8_inspector/public/V8StackTrace.h', | 1099 'v8_inspector/public/V8StackTrace.h', |
| 1099 'v8_inspector/public/V8ToProtocolValue.h', | 1100 'v8_inspector/public/V8ToProtocolValue.h', |
| 1100 'web_memory_allocator_dump_impl.cc', | 1101 'web_memory_allocator_dump_impl.cc', |
| 1101 'web_memory_allocator_dump_impl.h', | 1102 'web_memory_allocator_dump_impl.h', |
| 1102 'web_memory_dump_provider_adapter.cc', | 1103 'web_memory_dump_provider_adapter.cc', |
| 1103 'web_memory_dump_provider_adapter.h', | 1104 'web_memory_dump_provider_adapter.h', |
| 1104 'web_process_memory_dump_impl.cc', | 1105 'web_process_memory_dump_impl.cc', |
| 1105 'web_process_memory_dump_impl.h', | 1106 'web_process_memory_dump_impl.h', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1309 ['OS!="mac"', | 1310 ['OS!="mac"', |
| 1310 { | 1311 { |
| 1311 'platform_test_files': [ | 1312 'platform_test_files': [ |
| 1312 'scroll/ScrollAnimatorTest.cpp', | 1313 'scroll/ScrollAnimatorTest.cpp', |
| 1313 ], | 1314 ], |
| 1314 } | 1315 } |
| 1315 ], | 1316 ], |
| 1316 ], | 1317 ], |
| 1317 }, | 1318 }, |
| 1318 } | 1319 } |
| OLD | NEW |