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

Unified Diff: gin/gin.gyp

Issue 179803007: Refactors parts of gin: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 2 trunk Created 6 years, 10 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 78c8fb1d97d7b9b9541c211d879b0aacd207e5c9..e9a56d475743b870270c38357094d38891df9d2c 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -29,6 +29,8 @@
'context_holder.cc',
'converter.cc',
'converter.h',
+ 'default_runner.cc',
+ 'default_runner.h',
'dictionary.cc',
'dictionary.h',
'function_template.cc',
@@ -114,10 +116,10 @@
],
'sources': [
'converter_unittest.cc',
+ 'default_runner_unittest.cc',
'modules/timer_unittest.cc',
'test/run_all_unittests.cc',
'test/run_js_tests.cc',
- 'runner_unittest.cc',
'wrappable_unittest.cc',
],
},

Powered by Google App Engine
This is Rietveld 408576698