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

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

Issue 1907663005: [DevTools] Move v8-related instrumentation from agents to InspectorSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1889533002
Patch Set: profiler agent restore starts instrumenting 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 1075 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698