| OLD | NEW |
| 1 { | 1 { |
| 2 'TOOLS': ['newlib', 'glibc', 'win', 'linux'], | 2 'TOOLS': ['newlib', 'glibc', 'win', 'linux'], |
| 3 'TARGETS': [ | 3 'TARGETS': [ |
| 4 { | 4 { |
| 5 'NAME' : 'gtest_ppapi', | 5 'NAME' : 'gtest_ppapi', |
| 6 # gtest-typed-test.h:239:47: error: anonymous variadic macros were introdu
ced in C99 [-Werror=variadic-macros] | 6 # gtest-typed-test.h:239:47: error: anonymous variadic macros were introdu
ced in C99 [-Werror=variadic-macros] |
| 7 'CXXFLAGS': ['-Wno-variadic-macros'], | 7 'CXXFLAGS': ['-Wno-variadic-macros'], |
| 8 'TYPE' : 'lib', | 8 'TYPE' : 'lib', |
| 9 'SOURCES' : [ | 9 'SOURCES' : [ |
| 10 "gtest_event_listener.cc", | 10 "gtest_event_listener.cc", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "gtest_event_listener.h", | 21 "gtest_event_listener.h", |
| 22 "gtest_instance.h", | 22 "gtest_instance.h", |
| 23 "gtest_module.h", | 23 "gtest_module.h", |
| 24 "gtest_nacl_environment.h", | 24 "gtest_nacl_environment.h", |
| 25 "gtest_runner.h", | 25 "gtest_runner.h", |
| 26 "thread_condition.h", | 26 "thread_condition.h", |
| 27 ], | 27 ], |
| 28 'DEST': 'include/gtest_ppapi', | 28 'DEST': 'include/gtest_ppapi', |
| 29 }, | 29 }, |
| 30 ], | 30 ], |
| 31 'DATA': [ |
| 32 'Makefile' |
| 33 ], |
| 31 'DEST': 'testlibs', | 34 'DEST': 'testlibs', |
| 32 'NAME': 'gtest_ppapi', | 35 'NAME': 'gtest_ppapi', |
| 33 } | 36 } |
| OLD | NEW |