diff options
Diffstat (limited to 'gin/gin.gyp')
-rw-r--r-- | gin/gin.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp index 7546cfb..ee55822 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': [ |