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

Unified Diff: gin/gin.gyp

Issue 567343002: Move setup of code event handlers to gin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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 | « gin/debug_impl.cc ('k') | gin/isolate_holder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 8b716fc7216e56f3ffb51eabe3670bae4b7bfa0b..caa2ba465d840d5a96b64d0781589d3b013c96d8 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -31,6 +31,8 @@
'context_holder.cc',
'converter.cc',
'converter.h',
+ 'debug_impl.cc',
+ 'debug_impl.h',
'dictionary.cc',
'dictionary.h',
'function_template.cc',
@@ -58,6 +60,7 @@
'per_isolate_data.cc',
'per_isolate_data.h',
'public/context_holder.h',
+ 'public/debug.h',
'public/gin_embedders.h',
'public/isolate_holder.h',
'public/v8_platform.h',
« no previous file with comments | « gin/debug_impl.cc ('k') | gin/isolate_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698