OLD | NEW |
(Empty) | |
| 1 { |
| 2 'TOOLS': ['newlib', 'glibc'], |
| 3 'TARGETS': [ |
| 4 { |
| 5 'NAME' : 'gtest_ppapi', |
| 6 'TYPE' : 'lib', |
| 7 'SOURCES' : [ |
| 8 "gtest_event_listener.cc", |
| 9 "gtest_instance.cc", |
| 10 "gtest_module.cc", |
| 11 "gtest_nacl_environment.cc", |
| 12 "gtest_runner.cc", |
| 13 ], |
| 14 } |
| 15 ], |
| 16 'HEADERS': [ |
| 17 { |
| 18 'FILES': [ |
| 19 "condition_lock.h", |
| 20 "gtest_event_listener.h", |
| 21 "gtest_instance.h", |
| 22 "gtest_nacl_environment.h", |
| 23 "gtest_runner.h", |
| 24 "pthread_ext.h", |
| 25 "ref_count.h", |
| 26 "scoped_mutex_lock.h", |
| 27 "thread_condition.h", |
| 28 ], |
| 29 'DEST': 'include/gtest_ppapi', |
| 30 }, |
| 31 ], |
| 32 'DEST': 'testing', |
| 33 'NAME': 'gtest_ppapi', |
| 34 'EXPERIMENTAL': True |
| 35 } |
OLD | NEW |