diff options
author | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 05:21:18 +0000 |
---|---|---|
committer | sgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 05:21:18 +0000 |
commit | caf19ffaa8d04d09ff3949d3683dc37cc3b41152 (patch) | |
tree | 019e1eb3f48043a1134da517705cb665555aa48b /chrome/chrome.gyp | |
parent | c11f602ffe2e0ed6960de22e7b44e03c44832164 (diff) | |
download | chromium_src-caf19ffaa8d04d09ff3949d3683dc37cc3b41152.zip chromium_src-caf19ffaa8d04d09ff3949d3683dc37cc3b41152.tar.gz chromium_src-caf19ffaa8d04d09ff3949d3683dc37cc3b41152.tar.bz2 |
Convert hunspell.lib to gyp generation.
Convert convert_dict to gyp generation.
Combine Linux and Windows convert_dict targets.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/114071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17466 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 65 |
1 files changed, 18 insertions, 47 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6c8f7af..2398f2c 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3454,27 +3454,6 @@ }, }], ], - 'targets': [ - { - 'target_name': 'convert_dict', - 'type': 'executable', - 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF', - 'msvs_existing_vcproj': 'tools/convert_dict/convert_dict.vcproj', - 'dependencies': [ - '../base/base.gyp:base', - 'third_party/hunspell/hunspell.gyp:hunspell', - ], - 'sources': [ - 'tools/convert_dict/aff_reader.cc', - 'tools/convert_dict/aff_reader.h', - 'tools/convert_dict/convert_dict.cc', - 'tools/convert_dict/dic_reader.cc', - 'tools/convert_dict/dic_reader.h', - 'tools/convert_dict/hunspell_reader.cc', - 'tools/convert_dict/hunspell_reader.h', - ], - }, - ], }], ['OS=="mac"', # On Mac only, add a project target called "build_app_dmg" that only @@ -3511,6 +3490,24 @@ }, { # else: OS != "mac" 'targets': [ { + 'target_name': 'convert_dict', + 'type': 'executable', + 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF', + 'dependencies': [ + '../base/base.gyp:base', + 'third_party/hunspell/hunspell.gyp:hunspell', + ], + 'sources': [ + 'tools/convert_dict/aff_reader.cc', + 'tools/convert_dict/aff_reader.h', + 'tools/convert_dict/convert_dict.cc', + 'tools/convert_dict/dic_reader.cc', + 'tools/convert_dict/dic_reader.h', + 'tools/convert_dict/hunspell_reader.cc', + 'tools/convert_dict/hunspell_reader.h', + ], + }, + { 'target_name': 'flush_cache', 'type': 'executable', 'msvs_guid': '4539AFB3-B8DC-47F3-A491-6DAC8FD26657', @@ -3916,32 +3913,6 @@ # }, #}, { - 'target_name': 'convert_dict', - 'type': 'executable', - 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF', - 'msvs_existing_vcproj': 'tools/convert_dict/convert_dict.vcproj', - 'dependencies': [ - '../base/base.gyp:base', - ], - 'include_dirs': [ - '..', - ], - 'sources': [ - 'third_party/hunspell/google/bdict.h', - 'third_party/hunspell/google/bdict_reader.cc', - 'third_party/hunspell/google/bdict_reader.h', - 'third_party/hunspell/google/bdict_writer.cc', - 'third_party/hunspell/google/bdict_writer.h', - 'tools/convert_dict/aff_reader.cc', - 'tools/convert_dict/aff_reader.h', - 'tools/convert_dict/convert_dict.cc', - 'tools/convert_dict/dic_reader.cc', - 'tools/convert_dict/dic_reader.h', - 'tools/convert_dict/hunspell_reader.cc', - 'tools/convert_dict/hunspell_reader.h', - ], - }, - { 'target_name': 'crash_service', 'type': 'executable', 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', |