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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1062 'v8_inspector/V8DebuggerAgentImpl.cpp', | 1062 'v8_inspector/V8DebuggerAgentImpl.cpp', |
1063 'v8_inspector/V8DebuggerAgentImpl.h', | 1063 'v8_inspector/V8DebuggerAgentImpl.h', |
1064 'v8_inspector/V8DebuggerImpl.cpp', | 1064 'v8_inspector/V8DebuggerImpl.cpp', |
1065 'v8_inspector/V8DebuggerImpl.h', | 1065 'v8_inspector/V8DebuggerImpl.h', |
1066 'v8_inspector/V8DebuggerScript.cpp', | 1066 'v8_inspector/V8DebuggerScript.cpp', |
1067 'v8_inspector/V8DebuggerScript.h', | 1067 'v8_inspector/V8DebuggerScript.h', |
1068 'v8_inspector/V8FunctionCall.cpp', | 1068 'v8_inspector/V8FunctionCall.cpp', |
1069 'v8_inspector/V8FunctionCall.h', | 1069 'v8_inspector/V8FunctionCall.h', |
1070 'v8_inspector/V8HeapProfilerAgentImpl.cpp', | 1070 'v8_inspector/V8HeapProfilerAgentImpl.cpp', |
1071 'v8_inspector/V8HeapProfilerAgentImpl.h', | 1071 'v8_inspector/V8HeapProfilerAgentImpl.h', |
| 1072 'v8_inspector/V8Console.cpp', |
| 1073 'v8_inspector/V8Console.h', |
1072 'v8_inspector/V8InjectedScriptHost.cpp', | 1074 'v8_inspector/V8InjectedScriptHost.cpp', |
1073 'v8_inspector/V8InjectedScriptHost.h', | 1075 'v8_inspector/V8InjectedScriptHost.h', |
1074 'v8_inspector/V8InspectorSessionImpl.cpp', | 1076 'v8_inspector/V8InspectorSessionImpl.cpp', |
1075 'v8_inspector/V8InspectorSessionImpl.h', | 1077 'v8_inspector/V8InspectorSessionImpl.h', |
1076 'v8_inspector/V8ProfilerAgentImpl.cpp', | 1078 'v8_inspector/V8ProfilerAgentImpl.cpp', |
1077 'v8_inspector/V8ProfilerAgentImpl.h', | 1079 'v8_inspector/V8ProfilerAgentImpl.h', |
1078 'v8_inspector/V8Regex.cpp', | 1080 'v8_inspector/V8Regex.cpp', |
1079 'v8_inspector/V8Regex.h', | 1081 'v8_inspector/V8Regex.h', |
1080 'v8_inspector/V8RuntimeAgentImpl.cpp', | 1082 'v8_inspector/V8RuntimeAgentImpl.cpp', |
1081 'v8_inspector/V8RuntimeAgentImpl.h', | 1083 'v8_inspector/V8RuntimeAgentImpl.h', |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1307 ['OS!="mac"', | 1309 ['OS!="mac"', |
1308 { | 1310 { |
1309 'platform_test_files': [ | 1311 'platform_test_files': [ |
1310 'scroll/ScrollAnimatorTest.cpp', | 1312 'scroll/ScrollAnimatorTest.cpp', |
1311 ], | 1313 ], |
1312 } | 1314 } |
1313 ], | 1315 ], |
1314 ], | 1316 ], |
1315 }, | 1317 }, |
1316 } | 1318 } |
OLD | NEW |