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

Unified Diff: gin/gin.gyp

Issue 194603003: gin: Add the concept of named and indexed interceptors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 6 years, 9 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 | « no previous file | gin/interceptor.h » ('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 8221ec2225aee960ed686f0405b6088ec75ec346..1b15dd16c45cdc21b762954fce690fad83bd0628 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -35,6 +35,8 @@
'function_template.h',
'gin_export.h',
'handle.h',
+ 'interceptor.cc',
+ 'interceptor.h',
'isolate_holder.cc',
'modules/console.cc',
'modules/console.h',
@@ -117,6 +119,7 @@
],
'sources': [
'converter_unittest.cc',
+ 'interceptor_unittest.cc',
'modules/module_registry_unittest.cc',
'modules/timer_unittest.cc',
'per_context_data_unittest.cc',
« no previous file with comments | « no previous file | gin/interceptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698