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

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

Issue 1826623002: [DevTools] Move wrapCallFrames from InjectedScriptSource.js to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-no-scopes
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 'v8_inspector/V8DebuggerImpl.cpp', 1061 'v8_inspector/V8DebuggerImpl.cpp',
1062 'v8_inspector/V8DebuggerImpl.h', 1062 'v8_inspector/V8DebuggerImpl.h',
1063 'v8_inspector/V8DebuggerScript.cpp', 1063 'v8_inspector/V8DebuggerScript.cpp',
1064 'v8_inspector/V8DebuggerScript.h', 1064 'v8_inspector/V8DebuggerScript.h',
1065 'v8_inspector/V8FunctionCall.cpp', 1065 'v8_inspector/V8FunctionCall.cpp',
1066 'v8_inspector/V8FunctionCall.h', 1066 'v8_inspector/V8FunctionCall.h',
1067 'v8_inspector/V8HeapProfilerAgentImpl.cpp', 1067 'v8_inspector/V8HeapProfilerAgentImpl.cpp',
1068 'v8_inspector/V8HeapProfilerAgentImpl.h', 1068 'v8_inspector/V8HeapProfilerAgentImpl.h',
1069 'v8_inspector/V8InjectedScriptHost.cpp', 1069 'v8_inspector/V8InjectedScriptHost.cpp',
1070 'v8_inspector/V8InjectedScriptHost.h', 1070 'v8_inspector/V8InjectedScriptHost.h',
1071 'v8_inspector/V8JavaScriptCallFrame.cpp',
1072 'v8_inspector/V8JavaScriptCallFrame.h',
1073 'v8_inspector/V8ProfilerAgentImpl.cpp', 1071 'v8_inspector/V8ProfilerAgentImpl.cpp',
1074 'v8_inspector/V8ProfilerAgentImpl.h', 1072 'v8_inspector/V8ProfilerAgentImpl.h',
1075 'v8_inspector/V8Regex.cpp', 1073 'v8_inspector/V8Regex.cpp',
1076 'v8_inspector/V8Regex.h', 1074 'v8_inspector/V8Regex.h',
1077 'v8_inspector/V8RuntimeAgentImpl.cpp', 1075 'v8_inspector/V8RuntimeAgentImpl.cpp',
1078 'v8_inspector/V8RuntimeAgentImpl.h', 1076 'v8_inspector/V8RuntimeAgentImpl.h',
1079 'v8_inspector/V8StackTraceImpl.cpp', 1077 'v8_inspector/V8StackTraceImpl.cpp',
1080 'v8_inspector/V8StackTraceImpl.h', 1078 'v8_inspector/V8StackTraceImpl.h',
1081 'v8_inspector/V8StringUtil.cpp', 1079 'v8_inspector/V8StringUtil.cpp',
1082 'v8_inspector/V8StringUtil.h', 1080 'v8_inspector/V8StringUtil.h',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 ['OS!="mac"', 1288 ['OS!="mac"',
1291 { 1289 {
1292 'platform_test_files': [ 1290 'platform_test_files': [
1293 'scroll/ScrollAnimatorTest.cpp', 1291 'scroll/ScrollAnimatorTest.cpp',
1294 ], 1292 ],
1295 } 1293 }
1296 ], 1294 ],
1297 ], 1295 ],
1298 }, 1296 },
1299 } 1297 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/v8_inspector/DebuggerScript.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698