Codebase list mozc / c3d89e9
Minor cleanup in protobuf GYP rules BUG= TEST= REF_BUG=29970663 REF_CL=126786187 REF_TIME=2016-07-07T18:35:24+09:00 REF_TIME_RAW=1467884124 +0900 Hiroyuki Komatsu 7 years ago
2 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 MAJOR=2
11 MINOR=18
2 BUILD=2576
2 BUILD=2577
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
5454 'protobuf_prebuilt_jar_path': '',
5555
5656 'protobuf_cpp_root': '<(protobuf_root)/src/google/protobuf',
57 # Sources for Proto3.
5758 'protobuf_sources': [
5859 '<(protobuf_cpp_root)/any.cc',
5960 '<(protobuf_cpp_root)/arena.cc',
9899 '<(protobuf_cpp_root)/wire_format.cc',
99100 '<(protobuf_cpp_root)/wire_format_lite.cc',
100101 ],
102 # Sources for Proto3.
101103 'protoc_sources': [
102104 '<(protobuf_cpp_root)/any.cc',
103105 '<(protobuf_cpp_root)/arena.cc',
225227 '-lprotobuf',
226228 ],
227229 },
228 }, { # else
230 },
231 { # else
229232 'sources': ['<@(protobuf_sources)'],
230233 'include_dirs': [
231234 '<(protobuf_root)/src',
274277 'dependencies': [
275278 'protobuf',
276279 ],
277 'include_dirs': [
278 '<(protobuf_root)/src',
279 ],
280280 'conditions': [
281 ['use_libprotobuf==0', {
281 [
282 'use_libprotobuf==0', {
282283 'sources': ['<@(protoc_sources)'],
284 'include_dirs': [
285 '<(protobuf_root)/src',
286 ],
283287 'msvs_disabled_warnings': [
284288 '<@(msvc_disabled_warnings_for_protoc)',
285289 ],