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

Unified Diff: native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.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/examples/tutorial/using_ppapi_simple/example.dsc
diff --git a/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc b/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
index 856ae50080720ab7dd229cff51123962496082b5..ee462d226e59b555c5a9919ab089471b8f1af5b1 100644
--- a/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
+++ b/native_client_sdk/src/examples/tutorial/using_ppapi_simple/example.dsc
@@ -6,8 +6,8 @@
'NAME' : 'using_ppapi_simple',
'TYPE' : 'main',
'SOURCES' : ['hello_world.c'],
- 'DEPS': ['ppapi_simple', 'nacl_io', 'ppapi_cpp'],
- 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi_cpp', 'ppapi', 'pthread']
+ 'DEPS': ['ppapi_simple', 'nacl_io'],
+ 'LIBS': ['ppapi_simple', 'nacl_io', 'ppapi', 'pthread']
}
],
'DATA': [
« no previous file with comments | « native_client_sdk/src/examples/tutorial/testing/example.dsc ('k') | native_client_sdk/src/libraries/ppapi_simple/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698