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

Unified Diff: gin/gin.gyp

Issue 179803007: Refactors parts of gin: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gin_shell 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
« no previous file with comments | « gin/converter.h ('k') | gin/modules/module_registry.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 78c8fb1d97d7b9b9541c211d879b0aacd207e5c9..a827c426b9ad1fa8088fd9fe0b2fbeb6d16e1a7f 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -58,6 +58,8 @@
'public/wrapper_info.h',
'runner.cc',
'runner.h',
+ 'shell_runner.cc',
+ 'shell_runner.h',
'try_catch.cc',
'try_catch.h',
'wrappable.cc',
@@ -115,9 +117,9 @@
'sources': [
'converter_unittest.cc',
'modules/timer_unittest.cc',
+ 'shell_runner_unittest.cc',
'test/run_all_unittests.cc',
'test/run_js_tests.cc',
- 'runner_unittest.cc',
'wrappable_unittest.cc',
],
},
« no previous file with comments | « gin/converter.h ('k') | gin/modules/module_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698