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

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

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 7 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/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_simple/library.dsc b/native_client_sdk/src/libraries/ppapi_simple/library.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..613a5852272ccb42d086c01b4d1b0e8917c891b8
--- /dev/null
+++ b/native_client_sdk/src/libraries/ppapi_simple/library.dsc
@@ -0,0 +1,28 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'ppapi_simple',
+ 'TYPE' : 'lib',
+ 'SOURCES' : [
+ "ps.cc",
+ "ps_event.cc",
+ "ps_instance.cc",
+ "ps_main.cc",
+ ],
+ }
+ ],
+ 'HEADERS': [
+ {
+ 'FILES': [
+ "ps.h",
+ "ps_event.h",
+ "ps_instance.h",
+ "ps_main.h",
+ ],
+ 'DEST': 'include/ppapi_simple',
+ },
+ ],
+ 'DEST': 'src',
+ 'NAME': 'ppapi_simple',
+}
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_main/ppapi_queue.cc ('k') | native_client_sdk/src/libraries/ppapi_simple/ps.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698