OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 17 matching lines...) Expand all Loading... |
28 'hunspell_reader.h', | 28 'hunspell_reader.h', |
29 ], | 29 ], |
30 }, | 30 }, |
31 { | 31 { |
32 'target_name': 'convert_dict', | 32 'target_name': 'convert_dict', |
33 'type': 'executable', | 33 'type': 'executable', |
34 'variables': { 'enable_wexit_time_destructors': 1, }, | 34 'variables': { 'enable_wexit_time_destructors': 1, }, |
35 'dependencies': [ | 35 'dependencies': [ |
36 '../../../base/base.gyp:base', | 36 '../../../base/base.gyp:base', |
37 '../../../base/base.gyp:base_i18n', | 37 '../../../base/base.gyp:base_i18n', |
38 '../../../third_party/hunspell_new/hunspell.gyp:hunspell', | 38 '../../../third_party/hunspell/hunspell.gyp:hunspell', |
39 'convert_dict_lib', | 39 'convert_dict_lib', |
40 ], | 40 ], |
41 'sources': [ | 41 'sources': [ |
42 'convert_dict.cc', | 42 'convert_dict.cc', |
43 ], | 43 ], |
44 }, | 44 }, |
45 ], | 45 ], |
46 } | 46 } |
OLD | NEW |