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

Unified Diff: native_client_sdk/src/examples/benchmarks/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/benchmarks/example.dsc
diff --git a/native_client_sdk/src/examples/benchmarks/example.dsc b/native_client_sdk/src/examples/benchmarks/example.dsc
index 3fc8d50a2af5ad38ccbf7b25f7b88870e1b4a583..f2c3af6e0ca518e02d17505985c6de9dedf41e5a 100644
--- a/native_client_sdk/src/examples/benchmarks/example.dsc
+++ b/native_client_sdk/src/examples/benchmarks/example.dsc
@@ -24,8 +24,8 @@
'thread_pool.h',
'thread_pool.cc'
],
- 'DEPS': ['ppapi_simple', 'nacl_io'],
- 'LIBS': ['ppapi_simple', 'nacl_io', 'sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
+ 'DEPS': [],
+ 'LIBS': ['sdk_util', 'ppapi_cpp', 'ppapi', 'pthread']
}
],
'DATA': [
« no previous file with comments | « native_client_sdk/src/build_tools/test_projects.py ('k') | native_client_sdk/src/examples/demo/earth/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698