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

Side by Side Diff: chrome/tools/convert_dict/convert_dict.gyp

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/tools/convert_dict/convert_dict.cc ('k') | chrome/tools/convert_dict/convert_dict_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698