Index: native_client_sdk/src/libraries/gtest_ppapi/library.dsc |
diff --git a/native_client_sdk/src/libraries/gtest_ppapi/library.dsc b/native_client_sdk/src/libraries/gtest_ppapi/library.dsc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ef26d333cdab685a16cae6e01defc05fd8b2bb4a |
--- /dev/null |
+++ b/native_client_sdk/src/libraries/gtest_ppapi/library.dsc |
@@ -0,0 +1,35 @@ |
+{ |
+ 'TOOLS': ['newlib', 'glibc'], |
+ 'TARGETS': [ |
+ { |
+ 'NAME' : 'gtest_ppapi', |
+ 'TYPE' : 'lib', |
+ 'SOURCES' : [ |
+ "gtest_event_listener.cc", |
+ "gtest_instance.cc", |
+ "gtest_module.cc", |
+ "gtest_nacl_environment.cc", |
+ "gtest_runner.cc", |
+ ], |
+ } |
+ ], |
+ 'HEADERS': [ |
+ { |
+ 'FILES': [ |
+ "condition_lock.h", |
+ "gtest_event_listener.h", |
+ "gtest_instance.h", |
+ "gtest_nacl_environment.h", |
+ "gtest_runner.h", |
+ "pthread_ext.h", |
+ "ref_count.h", |
+ "scoped_mutex_lock.h", |
+ "thread_condition.h", |
+ ], |
+ 'DEST': 'include/gtest_ppapi', |
+ }, |
+ ], |
+ 'DEST': 'testing', |
+ 'NAME': 'gtest_ppapi', |
+ 'EXPERIMENTAL': True |
+} |