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

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

Issue 1967933002: [DevTools] Dispatch messages to V8InspectorSession directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1936593002
Patch Set: rebased Created 4 years, 7 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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 'v8_inspector/V8Regex.h', 1092 'v8_inspector/V8Regex.h',
1093 'v8_inspector/V8RuntimeAgentImpl.cpp', 1093 'v8_inspector/V8RuntimeAgentImpl.cpp',
1094 'v8_inspector/V8RuntimeAgentImpl.h', 1094 'v8_inspector/V8RuntimeAgentImpl.h',
1095 'v8_inspector/V8StackTraceImpl.cpp', 1095 'v8_inspector/V8StackTraceImpl.cpp',
1096 'v8_inspector/V8StackTraceImpl.h', 1096 'v8_inspector/V8StackTraceImpl.h',
1097 'v8_inspector/V8StringUtil.cpp', 1097 'v8_inspector/V8StringUtil.cpp',
1098 'v8_inspector/V8StringUtil.h', 1098 'v8_inspector/V8StringUtil.h',
1099 'v8_inspector/public/V8ContentSearchUtil.h', 1099 'v8_inspector/public/V8ContentSearchUtil.h',
1100 'v8_inspector/public/V8ContextInfo.h', 1100 'v8_inspector/public/V8ContextInfo.h',
1101 'v8_inspector/public/V8Debugger.h', 1101 'v8_inspector/public/V8Debugger.h',
1102 'v8_inspector/public/V8DebuggerAgent.h',
1103 'v8_inspector/public/V8DebuggerClient.h', 1102 'v8_inspector/public/V8DebuggerClient.h',
1104 'v8_inspector/public/V8HeapProfilerAgent.h',
1105 'v8_inspector/public/V8InspectorSession.h', 1103 'v8_inspector/public/V8InspectorSession.h',
1106 'v8_inspector/public/V8InspectorSessionClient.h', 1104 'v8_inspector/public/V8InspectorSessionClient.h',
1107 'v8_inspector/public/V8ProfilerAgent.h',
1108 'v8_inspector/public/V8RuntimeAgent.h',
1109 'v8_inspector/public/V8StackTrace.h', 1105 'v8_inspector/public/V8StackTrace.h',
1110 'v8_inspector/public/V8ToProtocolValue.h', 1106 'v8_inspector/public/V8ToProtocolValue.h',
1111 'web_memory_allocator_dump_impl.cc', 1107 'web_memory_allocator_dump_impl.cc',
1112 'web_memory_allocator_dump_impl.h', 1108 'web_memory_allocator_dump_impl.h',
1113 'web_memory_dump_provider_adapter.cc', 1109 'web_memory_dump_provider_adapter.cc',
1114 'web_memory_dump_provider_adapter.h', 1110 'web_memory_dump_provider_adapter.h',
1115 'web_process_memory_dump_impl.cc', 1111 'web_process_memory_dump_impl.cc',
1116 'web_process_memory_dump_impl.h', 1112 'web_process_memory_dump_impl.h',
1117 'weborigin/KURL.cpp', 1113 'weborigin/KURL.cpp',
1118 'weborigin/KURL.h', 1114 'weborigin/KURL.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 ['use_default_render_theme==1', 1328 ['use_default_render_theme==1',
1333 { 1329 {
1334 'platform_test_files': [ 1330 'platform_test_files': [
1335 'scroll/ScrollbarThemeAuraTest.cpp', 1331 'scroll/ScrollbarThemeAuraTest.cpp',
1336 ], 1332 ],
1337 } 1333 }
1338 ], 1334 ],
1339 ], 1335 ],
1340 }, 1336 },
1341 } 1337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698