Codebase list mozc / 5e86a44
Update an obsolete comment OSS Mozc no longer uses 'gclient'. The comment about how to check out 'gyp' needs to be updated with git submodule. BUG=#300 TEST= REF_BUG= REF_CL=129602172,130240858 REF_TIME=2016-08-08T00:26:49-07:00 REF_TIME_RAW=1470641209 -0700 Yohei Yukawa 7 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
547547 # Make sure |gyp_main_file| exists.
548548 if not os.path.exists(gyp_main_file):
549549 message = (
550 'GYP does not exist at %s. Please run "gclient" to download GYP. '
551 'If you want to use system-installed GYP, use --gypdir option to '
552 'specify its location. e.g., '
550 'GYP does not exist at %s. Please run "git submodule update --init" '
551 'to check out GYP. If you want to use system-installed GYP, use '
552 '--gypdir option to specify its location. e.g. '
553553 '"python build_mozc.py gyp --gypdir=/usr/bin"' % gyp_main_file)
554554 PrintErrorAndExit(message)
555555 gyp_command = [sys.executable, gyp_main_file]
00 MAJOR=2
11 MINOR=18
2 BUILD=2586
2 BUILD=2587
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