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

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

Issue 2122423002: [DevTools] Remove functionDetails from protocol.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-generator-details-from-protocol
Patch Set: addressed comments 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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 'v8_inspector/V8FunctionCall.cpp', 1095 'v8_inspector/V8FunctionCall.cpp',
1096 'v8_inspector/V8FunctionCall.h', 1096 'v8_inspector/V8FunctionCall.h',
1097 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1097 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1098 'v8_inspector/V8HeapProfilerAgentImpl.h', 1098 'v8_inspector/V8HeapProfilerAgentImpl.h',
1099 'v8_inspector/V8Console.cpp', 1099 'v8_inspector/V8Console.cpp',
1100 'v8_inspector/V8Console.h', 1100 'v8_inspector/V8Console.h',
1101 'v8_inspector/V8InjectedScriptHost.cpp', 1101 'v8_inspector/V8InjectedScriptHost.cpp',
1102 'v8_inspector/V8InjectedScriptHost.h', 1102 'v8_inspector/V8InjectedScriptHost.h',
1103 'v8_inspector/V8InspectorSessionImpl.cpp', 1103 'v8_inspector/V8InspectorSessionImpl.cpp',
1104 'v8_inspector/V8InspectorSessionImpl.h', 1104 'v8_inspector/V8InspectorSessionImpl.h',
1105 'v8_inspector/V8InternalValueType.cpp',
1106 'v8_inspector/V8InternalValueType.h',
1105 'v8_inspector/V8ProfilerAgentImpl.cpp', 1107 'v8_inspector/V8ProfilerAgentImpl.cpp',
1106 'v8_inspector/V8ProfilerAgentImpl.h', 1108 'v8_inspector/V8ProfilerAgentImpl.h',
1107 'v8_inspector/V8Regex.cpp', 1109 'v8_inspector/V8Regex.cpp',
1108 'v8_inspector/V8Regex.h', 1110 'v8_inspector/V8Regex.h',
1109 'v8_inspector/V8RuntimeAgentImpl.cpp', 1111 'v8_inspector/V8RuntimeAgentImpl.cpp',
1110 'v8_inspector/V8RuntimeAgentImpl.h', 1112 'v8_inspector/V8RuntimeAgentImpl.h',
1111 'v8_inspector/V8StackTraceImpl.cpp', 1113 'v8_inspector/V8StackTraceImpl.cpp',
1112 'v8_inspector/V8StackTraceImpl.h', 1114 'v8_inspector/V8StackTraceImpl.h',
1113 'v8_inspector/V8StringUtil.cpp', 1115 'v8_inspector/V8StringUtil.cpp',
1114 'v8_inspector/V8StringUtil.h', 1116 'v8_inspector/V8StringUtil.h',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ['use_default_render_theme==1', 1352 ['use_default_render_theme==1',
1351 { 1353 {
1352 'platform_test_files': [ 1354 'platform_test_files': [
1353 'scroll/ScrollbarThemeAuraTest.cpp', 1355 'scroll/ScrollbarThemeAuraTest.cpp',
1354 ], 1356 ],
1355 } 1357 }
1356 ], 1358 ],
1357 ], 1359 ],
1358 }, 1360 },
1359 } 1361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698