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

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

Issue 2253643002: [DevTools] Copy objects from debugger context to inspected context properly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: copier 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp » ('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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 'v8_inspector/V8ProfilerAgentImpl.cpp', 1169 'v8_inspector/V8ProfilerAgentImpl.cpp',
1170 'v8_inspector/V8ProfilerAgentImpl.h', 1170 'v8_inspector/V8ProfilerAgentImpl.h',
1171 'v8_inspector/V8Regex.cpp', 1171 'v8_inspector/V8Regex.cpp',
1172 'v8_inspector/V8Regex.h', 1172 'v8_inspector/V8Regex.h',
1173 'v8_inspector/V8RuntimeAgentImpl.cpp', 1173 'v8_inspector/V8RuntimeAgentImpl.cpp',
1174 'v8_inspector/V8RuntimeAgentImpl.h', 1174 'v8_inspector/V8RuntimeAgentImpl.h',
1175 'v8_inspector/V8StackTraceImpl.cpp', 1175 'v8_inspector/V8StackTraceImpl.cpp',
1176 'v8_inspector/V8StackTraceImpl.h', 1176 'v8_inspector/V8StackTraceImpl.h',
1177 'v8_inspector/V8StringUtil.cpp', 1177 'v8_inspector/V8StringUtil.cpp',
1178 'v8_inspector/V8StringUtil.h', 1178 'v8_inspector/V8StringUtil.h',
1179 'v8_inspector/V8ValueCopier.cpp',
1180 'v8_inspector/V8ValueCopier.h',
1179 'v8_inspector/public/V8ContextInfo.h', 1181 'v8_inspector/public/V8ContextInfo.h',
1180 'v8_inspector/public/V8Inspector.h', 1182 'v8_inspector/public/V8Inspector.h',
1181 'v8_inspector/public/V8InspectorClient.h', 1183 'v8_inspector/public/V8InspectorClient.h',
1182 'v8_inspector/public/V8InspectorSession.h', 1184 'v8_inspector/public/V8InspectorSession.h',
1183 'v8_inspector/public/V8StackTrace.h', 1185 'v8_inspector/public/V8StackTrace.h',
1184 'web_memory_allocator_dump.cc', 1186 'web_memory_allocator_dump.cc',
1185 'web_memory_allocator_dump.h', 1187 'web_memory_allocator_dump.h',
1186 'web_process_memory_dump.cc', 1188 'web_process_memory_dump.cc',
1187 'web_process_memory_dump.h', 1189 'web_process_memory_dump.h',
1188 'weborigin/KURL.cpp', 1190 'weborigin/KURL.cpp',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 ['use_default_render_theme==1', 1444 ['use_default_render_theme==1',
1443 { 1445 {
1444 'platform_test_files': [ 1446 'platform_test_files': [
1445 'scroll/ScrollbarThemeAuraTest.cpp', 1447 'scroll/ScrollbarThemeAuraTest.cpp',
1446 ], 1448 ],
1447 } 1449 }
1448 ], 1450 ],
1449 ], 1451 ],
1450 }, 1452 },
1451 } 1453 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/v8_inspector/V8Console.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698