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

Unified Diff: gin/gin.gyp

Issue 76353002: Introduce a Gin class instead of using global functions to control gin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 1 month 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/gin.cc ('k') | gin/initialize.h » ('j') | gin/test/file_runner.cc » ('J')
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 7546cfbc5844f1c8d716d5febbe76295c4a15f25..ee55822874a97e73bf55ea206aa175cf53c644aa 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -37,8 +37,8 @@
'converter.h',
'dictionary.cc',
'dictionary.h',
- 'initialize.cc',
- 'initialize.h',
+ 'gin.cc',
+ 'gin.h',
'per_context_data.cc',
'per_context_data.h',
'per_isolate_data.cc',
@@ -55,6 +55,7 @@
'target_name': 'gin_shell',
'type': 'executable',
'dependencies': [
+ '../base/base.gyp:base_i18n',
'gin',
],
'sources': [
« no previous file with comments | « gin/gin.cc ('k') | gin/initialize.h » ('j') | gin/test/file_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698