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

Unified Diff: gin/gin.gyp

Issue 120043008: Add a simple one shot and repeating timer API for Mojo.js. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win build Created 7 years 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/function_template.h.pump ('k') | gin/modules/console.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 8af1e8b85e00c2def2990b4db9762d6c688ddb97..78c8fb1d97d7b9b9541c211d879b0aacd207e5c9 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -44,6 +44,8 @@
'modules/module_registry.h',
'modules/module_runner_delegate.cc',
'modules/module_runner_delegate.h',
+ 'modules/timer.cc',
+ 'modules/timer.h',
'object_template_builder.cc',
'object_template_builder.h',
'per_context_data.cc',
@@ -112,6 +114,7 @@
],
'sources': [
'converter_unittest.cc',
+ 'modules/timer_unittest.cc',
'test/run_all_unittests.cc',
'test/run_js_tests.cc',
'runner_unittest.cc',
« no previous file with comments | « gin/function_template.h.pump ('k') | gin/modules/console.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698