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

Unified Diff: gin/gin.gyp

Issue 214183003: Change mojo JS bindings to expose a handle object, which is Closed when garbage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm.extra.gc 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
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 1b15dd16c45cdc21b762954fce690fad83bd0628..a7b359f16e2b7db379c56c96b9f1439e29000eb7 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -103,6 +103,8 @@
'sources': [
'test/file_runner.cc',
'test/file_runner.h',
+ 'test/gc.cc',
+ 'test/gc.h',
'test/gtest.cc',
'test/gtest.h',
'test/v8_test.cc',

Powered by Google App Engine
This is Rietveld 408576698