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

Unified Diff: native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc

Issue 2156503002: [NaCl SDK] Expose Google Drive to nacl_io. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/demo/nacl_io_demo/example.dsc
diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
index 173299cfa4628bd16188ec8484a6f4d235214c79..6b8a6d84b15e2df630eed7fe67184d05a15ec536 100644
--- a/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
+++ b/native_client_sdk/src/examples/demo/nacl_io_demo/example.dsc
@@ -1,5 +1,5 @@
{
- 'TOOLS': ['clang-newlib', 'glibc', 'pnacl', 'linux', 'mac'],
+ 'TOOLS': ['pnacl'],
chanpatorikku 2016/08/07 02:41:02 Only pnacl is tested. Could you please reply if o
binji 2016/08/22 19:21:52 You should leave all the others in, even if you ha
chanpatorikku 2016/08/29 17:14:02 Done.
'TARGETS': [
{
'NAME' : 'nacl_io_demo',

Powered by Google App Engine
This is Rietveld 408576698