Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: native_client_sdk/src/libraries/gtest_ppapi/library.dsc

Issue 10854137: [NaCl SDK] gtest_ppapi library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove hacks Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+}
« no previous file with comments | « native_client_sdk/src/libraries/gtest_ppapi/gtest_runner.cc ('k') | native_client_sdk/src/libraries/gtest_ppapi/pthread_ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698