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

Side by Side Diff: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp

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 | « third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform', 7 'blink_platform_output_dir': '<(SHARED_INTERMEDIATE_DIR)/blink/platform',
8 }, 8 },
9 'conditions': [ 9 'conditions': [
10 ['v8_inspector!="true"', 10 ['v8_inspector!="true"',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'V8ProfilerAgentImpl.cpp', 287 'V8ProfilerAgentImpl.cpp',
288 'V8ProfilerAgentImpl.h', 288 'V8ProfilerAgentImpl.h',
289 'V8Regex.cpp', 289 'V8Regex.cpp',
290 'V8Regex.h', 290 'V8Regex.h',
291 'V8RuntimeAgentImpl.cpp', 291 'V8RuntimeAgentImpl.cpp',
292 'V8RuntimeAgentImpl.h', 292 'V8RuntimeAgentImpl.h',
293 'V8StackTraceImpl.cpp', 293 'V8StackTraceImpl.cpp',
294 'V8StackTraceImpl.h', 294 'V8StackTraceImpl.h',
295 'V8StringUtil.cpp', 295 'V8StringUtil.cpp',
296 'V8StringUtil.h', 296 'V8StringUtil.h',
297 'V8ValueCopier.cpp',
298 'V8ValueCopier.h',
297 'public/V8EventListenerInfo.h', 299 'public/V8EventListenerInfo.h',
298 'public/V8ContextInfo.h', 300 'public/V8ContextInfo.h',
299 'public/V8Inspector.h', 301 'public/V8Inspector.h',
300 'public/V8InspectorClient.h', 302 'public/V8InspectorClient.h',
301 'public/V8HeapProfilerAgent.h', 303 'public/V8HeapProfilerAgent.h',
302 'public/V8InspectorSession.h', 304 'public/V8InspectorSession.h',
303 'public/V8StackTrace.h', 305 'public/V8StackTrace.h',
304 306
305 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h', 307 '<(blink_platform_output_dir)/v8_inspector/DebuggerScript.h',
306 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h', 308 '<(blink_platform_output_dir)/v8_inspector/InjectedScriptSource.h',
307 ], 309 ],
308 }, 310 },
309 ], # targets 311 ], # targets
310 } 312 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/v8_inspector/V8ValueCopier.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698