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

Unified Diff: chrome/chrome.gyp

Issue 48623008: Extract convert_dict target from chrome.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index f7f7d5948adde5394bb69fb679dc5475eec31ae7..7226c690e2964af50c350dd6e9bf2e8a333b669d 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -702,40 +702,6 @@
['OS!="mac" and OS!="ios"', {
'targets': [
{
- 'target_name': 'convert_dict',
- 'type': 'executable',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_i18n',
- 'convert_dict_lib',
- '../third_party/hunspell/hunspell.gyp:hunspell',
- ],
- 'sources': [
- 'tools/convert_dict/convert_dict.cc',
- ],
- },
- {
- 'target_name': 'convert_dict_lib',
- 'product_name': 'convert_dict',
- 'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- ],
- 'sources': [
- 'tools/convert_dict/aff_reader.cc',
- 'tools/convert_dict/aff_reader.h',
- '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',
'dependencies': [
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698