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

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

Issue 914983003: [NaCl SDK] Switch ppapi_simple to C library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tty output bug Created 5 years, 10 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/ppapi_simple_cpp/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_simple_cpp/library.dsc b/native_client_sdk/src/libraries/ppapi_simple_cpp/library.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..196e7001849019f35374d2f4881b3b3ff5a55f52
--- /dev/null
+++ b/native_client_sdk/src/libraries/ppapi_simple_cpp/library.dsc
@@ -0,0 +1,24 @@
+{
+ 'TOOLS': ['bionic', 'newlib', 'glibc', 'pnacl', 'linux', 'mac', 'clang-newlib'],
+ 'SEARCH': [
+ '.',
+ '../ppapi_simple'
+ ],
+ 'TARGETS': [
+ {
+ 'NAME' : 'ppapi_simple_cpp',
+ 'TYPE' : 'lib',
+ 'SOURCES' : [
+ "ps.c",
+ "ps_context_2d.c",
+ "ps_event.c",
+ "ps_instance.c",
+ "ps_interface.c",
+ "ps_main.c",
+ "ps_entrypoints_cpp.cc"
+ ],
+ },
+ ],
+ 'DEST': 'src',
+ 'NAME': 'ppapi_simple_cpp',
+}

Powered by Google App Engine
This is Rietveld 408576698