File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11MAJOR=2
22MINOR=17
3- BUILD=2135
3+ BUILD=2136
44REVISION=102
55# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
66# downloaded by NaCl Mozc.
Original file line number Diff line number Diff line change 5656 'type' : 'static_library' ,
5757 'variables' : {
5858 'gtest_defines' : [
59- 'GTEST_HAS_TR1_TUPLE=1' ,
59+ 'GTEST_LANG_CXX11=1' ,
60+ 'GTEST_HAS_TR1_TUPLE=0' , # disable tr1 tuple in favor of C++11 tuple.
6061 ],
6162 'conditions' : [
62- # TODO(yukawa): Get rid of the following workaround when C++11 is
63- # enabled on all the platforms.
64- ['target_platform!="Windows"' , {
65- 'gtest_defines' : [
66- 'GTEST_LANG_CXX11=0' , # non-Windows build is not ready
67- ],
68- }],
6963 ['_toolset=="target" and target_platform=="Android"' , {
7064 'gtest_defines' : [
7165 'GTEST_HAS_RTTI=0' , # Android NDKr7 requires this.
You can’t perform that action at this time.
0 commit comments