Codebase list mozc / 007be81
Move additional_defines to defines.gypi BUG= TEST= REF_BUG=27112494 REF_CL=115410998 REF_TIME=2016-02-24T12:49:23+09:00 REF_TIME_RAW=1456285763 +0900 Hiroyuki Komatsu 8 years ago
3 changed file(s) with 3 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
107107 '-pthread',
108108 ],
109109
110 # Extra defines
111 'additional_defines%': [],
112
113110 # Extra headers and libraries for Visual C++.
114111 'msvs_includes%': [],
115112 'msvs_libs_x86%': [],
432429 ],
433430 },
434431 'default_configuration': 'Debug',
435 'defines': [
436 '<@(additional_defines)',
437 ],
438432 'include_dirs': [
439433 '<(abs_depth)',
440434 '<(SHARED_INTERMEDIATE_DIR)',
8181 'use_libibus%': '0',
8282 },
8383 'target_defaults': {
84 'defines': [
85 ],
8486 'conditions': [
8587 ['branding=="GoogleJapaneseInput"', {
8688 'defines': ['GOOGLE_JAPANESE_INPUT_BUILD'],
00 MAJOR=2
11 MINOR=17
2 BUILD=2506
2 BUILD=2507
33 REVISION=102
44 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
55 # downloaded by NaCl Mozc.