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

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

Issue 268493004: [NaCl SDK] Add ppapi_stub for bionic (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unneeded symbol 'dl_irt_ptr'. Created 6 years, 8 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
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_stub/main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/ppapi_stub/library.dsc
diff --git a/native_client_sdk/src/libraries/ppapi_stub/library.dsc b/native_client_sdk/src/libraries/ppapi_stub/library.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..fcb15cf640b683ee4878c2010e9987beb6529798
--- /dev/null
+++ b/native_client_sdk/src/libraries/ppapi_stub/library.dsc
@@ -0,0 +1,19 @@
+{
+ 'TOOLS': ['bionic'],
+ 'SEARCH': [
+ '.',
+ ],
+ 'TARGETS': [
+ {
+ 'NAME' : 'ppapi_stub',
+ 'TYPE' : 'lib',
+ 'SOURCES' : [
+ 'main.c',
+ 'ppapi_main.c',
+ ],
+ }
+ ],
+ 'DEST': 'src',
+ 'NAME': 'ppapi_stub',
+}
+
« no previous file with comments | « no previous file | native_client_sdk/src/libraries/ppapi_stub/main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698