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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
diff --git a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
index 8fd10dd8b8b21c0ebf761627e924a27fa9aa2cf7..3c496be8f6252b226fcca829b1d00b39422dc14b 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
+++ b/third_party/WebKit/Source/platform/v8_inspector/v8_inspector.gyp
@@ -294,6 +294,8 @@
'V8StackTraceImpl.h',
'V8StringUtil.cpp',
'V8StringUtil.h',
+ 'V8ValueCopier.cpp',
+ 'V8ValueCopier.h',
'public/V8EventListenerInfo.h',
'public/V8ContextInfo.h',
'public/V8Inspector.h',
« 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