Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after
1073 'v8_inspector/InjectedScriptNative.cpp', 1073 'v8_inspector/InjectedScriptNative.cpp',
1074 'v8_inspector/InjectedScriptNative.h', 1074 'v8_inspector/InjectedScriptNative.h',
1075 'v8_inspector/InspectedContext.cpp', 1075 'v8_inspector/InspectedContext.cpp',
1076 'v8_inspector/InspectedContext.h', 1076 'v8_inspector/InspectedContext.h',
1077 'v8_inspector/JavaScriptCallFrame.cpp', 1077 'v8_inspector/JavaScriptCallFrame.cpp',
1078 'v8_inspector/JavaScriptCallFrame.h', 1078 'v8_inspector/JavaScriptCallFrame.h',
1079 'v8_inspector/ScriptBreakpoint.h', 1079 'v8_inspector/ScriptBreakpoint.h',
1080 'v8_inspector/RemoteObjectId.cpp', 1080 'v8_inspector/RemoteObjectId.cpp',
1081 'v8_inspector/RemoteObjectId.h', 1081 'v8_inspector/RemoteObjectId.h',
1082 'v8_inspector/V8Compat.h', 1082 'v8_inspector/V8Compat.h',
1083 'v8_inspector/V8ConsoleAgentImpl.cpp',
1084 'v8_inspector/V8ConsoleAgentImpl.h',
1085 'v8_inspector/V8ConsoleMessage.cpp',
1086 'v8_inspector/V8ConsoleMessage.h',
1083 'v8_inspector/V8DebuggerAgentImpl.cpp', 1087 'v8_inspector/V8DebuggerAgentImpl.cpp',
1084 'v8_inspector/V8DebuggerAgentImpl.h', 1088 'v8_inspector/V8DebuggerAgentImpl.h',
1085 'v8_inspector/V8DebuggerImpl.cpp', 1089 'v8_inspector/V8DebuggerImpl.cpp',
1086 'v8_inspector/V8DebuggerImpl.h', 1090 'v8_inspector/V8DebuggerImpl.h',
1087 'v8_inspector/V8DebuggerScript.cpp', 1091 'v8_inspector/V8DebuggerScript.cpp',
1088 'v8_inspector/V8DebuggerScript.h', 1092 'v8_inspector/V8DebuggerScript.h',
1089 'v8_inspector/V8FunctionCall.cpp', 1093 'v8_inspector/V8FunctionCall.cpp',
1090 'v8_inspector/V8FunctionCall.h', 1094 'v8_inspector/V8FunctionCall.h',
1091 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1095 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1092 'v8_inspector/V8HeapProfilerAgentImpl.h', 1096 'v8_inspector/V8HeapProfilerAgentImpl.h',
1093 'v8_inspector/V8Console.cpp', 1097 'v8_inspector/V8Console.cpp',
1094 'v8_inspector/V8Console.h', 1098 'v8_inspector/V8Console.h',
1095 'v8_inspector/V8InjectedScriptHost.cpp', 1099 'v8_inspector/V8InjectedScriptHost.cpp',
1096 'v8_inspector/V8InjectedScriptHost.h', 1100 'v8_inspector/V8InjectedScriptHost.h',
1097 'v8_inspector/V8InspectorSessionImpl.cpp', 1101 'v8_inspector/V8InspectorSessionImpl.cpp',
1098 'v8_inspector/V8InspectorSessionImpl.h', 1102 'v8_inspector/V8InspectorSessionImpl.h',
1099 'v8_inspector/V8ProfilerAgentImpl.cpp', 1103 'v8_inspector/V8ProfilerAgentImpl.cpp',
1100 'v8_inspector/V8ProfilerAgentImpl.h', 1104 'v8_inspector/V8ProfilerAgentImpl.h',
1101 'v8_inspector/V8Regex.cpp', 1105 'v8_inspector/V8Regex.cpp',
1102 'v8_inspector/V8Regex.h', 1106 'v8_inspector/V8Regex.h',
1103 'v8_inspector/V8RuntimeAgentImpl.cpp', 1107 'v8_inspector/V8RuntimeAgentImpl.cpp',
1104 'v8_inspector/V8RuntimeAgentImpl.h', 1108 'v8_inspector/V8RuntimeAgentImpl.h',
1105 'v8_inspector/V8StackTraceImpl.cpp', 1109 'v8_inspector/V8StackTraceImpl.cpp',
1106 'v8_inspector/V8StackTraceImpl.h', 1110 'v8_inspector/V8StackTraceImpl.h',
1107 'v8_inspector/V8StringUtil.cpp', 1111 'v8_inspector/V8StringUtil.cpp',
1108 'v8_inspector/V8StringUtil.h', 1112 'v8_inspector/V8StringUtil.h',
1113 'v8_inspector/public/V8ConsoleTypes.h',
1109 'v8_inspector/public/V8ContentSearchUtil.h', 1114 'v8_inspector/public/V8ContentSearchUtil.h',
1110 'v8_inspector/public/V8ContextInfo.h', 1115 'v8_inspector/public/V8ContextInfo.h',
1111 'v8_inspector/public/V8Debugger.h', 1116 'v8_inspector/public/V8Debugger.h',
1112 'v8_inspector/public/V8DebuggerClient.h', 1117 'v8_inspector/public/V8DebuggerClient.h',
1113 'v8_inspector/public/V8InspectorSession.h', 1118 'v8_inspector/public/V8InspectorSession.h',
1114 'v8_inspector/public/V8InspectorSessionClient.h', 1119 'v8_inspector/public/V8InspectorSessionClient.h',
1115 'v8_inspector/public/V8StackTrace.h', 1120 'v8_inspector/public/V8StackTrace.h',
1116 'v8_inspector/public/V8ToProtocolValue.h', 1121 'v8_inspector/public/V8ToProtocolValue.h',
1117 'web_memory_allocator_dump.cc', 1122 'web_memory_allocator_dump.cc',
1118 'web_memory_allocator_dump.h', 1123 'web_memory_allocator_dump.h',
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 ['use_default_render_theme==1', 1346 ['use_default_render_theme==1',
1342 { 1347 {
1343 'platform_test_files': [ 1348 'platform_test_files': [
1344 'scroll/ScrollbarThemeAuraTest.cpp', 1349 'scroll/ScrollbarThemeAuraTest.cpp',
1345 ], 1350 ],
1346 } 1351 }
1347 ], 1352 ],
1348 ], 1353 ],
1349 }, 1354 },
1350 } 1355 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698