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

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

Issue 2205913002: [DevTools] Split a part of V8Inspector into V8Debugger. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-inspector-rename
Patch Set: minor fixes Created 4 years, 4 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 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 1083 'v8_inspector/V8ConsoleAgentImpl.cpp',
1084 'v8_inspector/V8ConsoleAgentImpl.h', 1084 'v8_inspector/V8ConsoleAgentImpl.h',
1085 'v8_inspector/V8ConsoleMessage.cpp', 1085 'v8_inspector/V8ConsoleMessage.cpp',
1086 'v8_inspector/V8ConsoleMessage.h', 1086 'v8_inspector/V8ConsoleMessage.h',
1087 'v8_inspector/V8Debugger.cpp',
1088 'v8_inspector/V8Debugger.h',
1087 'v8_inspector/V8DebuggerAgentImpl.cpp', 1089 'v8_inspector/V8DebuggerAgentImpl.cpp',
1088 'v8_inspector/V8DebuggerAgentImpl.h', 1090 'v8_inspector/V8DebuggerAgentImpl.h',
1089 'v8_inspector/V8InspectorImpl.cpp', 1091 'v8_inspector/V8InspectorImpl.cpp',
1090 'v8_inspector/V8InspectorImpl.h', 1092 'v8_inspector/V8InspectorImpl.h',
1091 'v8_inspector/V8DebuggerScript.cpp', 1093 'v8_inspector/V8DebuggerScript.cpp',
1092 'v8_inspector/V8DebuggerScript.h', 1094 'v8_inspector/V8DebuggerScript.h',
1093 'v8_inspector/V8FunctionCall.cpp', 1095 'v8_inspector/V8FunctionCall.cpp',
1094 'v8_inspector/V8FunctionCall.h', 1096 'v8_inspector/V8FunctionCall.h',
1095 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1097 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1096 'v8_inspector/V8HeapProfilerAgentImpl.h', 1098 'v8_inspector/V8HeapProfilerAgentImpl.h',
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 ['use_default_render_theme==1', 1353 ['use_default_render_theme==1',
1352 { 1354 {
1353 'platform_test_files': [ 1355 'platform_test_files': [
1354 'scroll/ScrollbarThemeAuraTest.cpp', 1356 'scroll/ScrollbarThemeAuraTest.cpp',
1355 ], 1357 ],
1356 } 1358 }
1357 ], 1359 ],
1358 ], 1360 ],
1359 }, 1361 },
1360 } 1362 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698