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

Unified Diff: Source/bindings/core/v8/v8.gypi

Issue 1161323002: DevTools: implement JavaScriptCallFrame binding based on v8 API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved V8JavaScriptCallFrame to bindings/core/v8/inspector/ Created 5 years, 7 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 | « Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 02401ebd16d128e881a1f2aee8cbe7a4f020c907..b6135add7928a6b67bf8f44eb732b8e4605b8547 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -186,6 +186,8 @@
'WrapCanvasContext.h',
'WrapperTypeInfo.cpp',
'WrapperTypeInfo.h',
+ 'inspector/V8JavaScriptCallFrame.cpp',
+ 'inspector/V8JavaScriptCallFrame.h',
'npruntime.cpp',
'npruntime_impl.h',
'npruntime_priv.h',
« no previous file with comments | « Source/bindings/core/v8/inspector/V8JavaScriptCallFrame.cpp ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698