Codebase list mozc / fbcd8c9
Remove an obsolete GYP variable 'dictionary' GYP variable 'dictionary' is no longer used. We can safely remove this from build_mozc.py. BUG= TEST= REF_BUG= REF_CL=129602205 REF_TIME=2016-08-08T00:27:45-07:00 REF_TIME_RAW=1470641265 -0700 Yohei Yukawa 7 years ago
2 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
729729
730730 # Dictionary configuration
731731 if target_platform == 'Android':
732 gyp_options.extend(['-D', 'dictionary=small'])
733732 gyp_options.extend(['-D', 'use_1byte_cost_for_connection_data=1'])
734733 elif target_platform == 'NaCl':
735 gyp_options.extend(['-D', 'dictionary=desktop'])
736734 gyp_options.extend(['-D', 'use_1byte_cost_for_connection_data=0'])
737735 else:
738 gyp_options.extend(['-D', 'dictionary=desktop'])
739736 gyp_options.extend(['-D', 'use_1byte_cost_for_connection_data=0'])
740737
741738 if target_platform == 'NaCl':
00 MAJOR=2
11 MINOR=18
2 BUILD=2587
2 BUILD=2588
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