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

Unified Diff: native_client_sdk/src/examples/demo/googledrivefs_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, 5 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/googledrivefs_demo/example.dsc
diff --git a/native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc b/native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..a891f9886e256950611f255792c44fe3d0948457
--- /dev/null
+++ b/native_client_sdk/src/examples/demo/googledrivefs_demo/example.dsc
@@ -0,0 +1,26 @@
+{
+ 'TOOLS': ['pnacl'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'googledrivefs_demo',
+ 'TYPE' : 'main',
+ 'SOURCES' : [
+ 'handlers.cc',
+ 'handlers.h',
+ 'googledrivefs_demo.cc',
+ 'googledrivefs_demo.h',
+ 'queue.cc',
+ 'queue.h',
+ ],
+ 'DEPS': ['nacl_io'],
+ 'LIBS': ['nacl_io', 'jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'DATA': [
+ 'example.js'
+ ],
+ 'DEST': 'examples/demo',
+ 'NAME': 'googledrivefs_demo',
+ 'TITLE': 'GoogleDriveFs Demo',
+ 'GROUP': 'Demo'
+}

Powered by Google App Engine
This is Rietveld 408576698