Codebase list mozc / a2fe15e
Remove an unnecessary GYP target GYP build target 'chromeos_engine_factory' has never ever been used in OSS Mozc. Hence we can safely remove it. BUG= TEST= REF_BUG=26841123 REF_CL=130348807 REF_TIME=2016-08-15T18:10:36-07:00 REF_TIME_RAW=1471309836 -0700 Yohei Yukawa 7 years ago
2 changed file(s) with 1 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=2
11 MINOR=18
2 BUILD=2593
2 BUILD=2594
33 REVISION=102
44 # CAUTION: NACL_DICTIONARY_VERSION is going to be migrated to ENGINE_VERSION.
55 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
8484 '../converter/converter_base.gyp:converter_mock'
8585 ],
8686 },
87 { # An engine just for converter/converter_main.cc.
88 'target_name': 'chromeos_engine_factory',
89 'type': 'none',
90 'dependencies': [
91 '../base/base.gyp:base',
92 '../data_manager/chromeos/chromeos_data_manager.gyp:mozcdata',
93 '../prediction/prediction.gyp:prediction',
94 'engine',
95 ],
96 },
9787 {
9888 'target_name': 'oss_engine_factory',
9989 'type': 'none',