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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 'TOOLS': ['pnacl'],
3 'TARGETS': [
4 {
5 'NAME' : 'googledrivefs_demo',
6 'TYPE' : 'main',
7 'SOURCES' : [
8 'handlers.cc',
9 'handlers.h',
10 'googledrivefs_demo.cc',
11 'googledrivefs_demo.h',
12 'queue.cc',
13 'queue.h',
14 ],
15 'DEPS': ['nacl_io'],
16 'LIBS': ['nacl_io', 'jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
17 }
18 ],
19 'DATA': [
20 'example.js'
21 ],
22 'DEST': 'examples/demo',
23 'NAME': 'googledrivefs_demo',
24 'TITLE': 'GoogleDriveFs Demo',
25 'GROUP': 'Demo'
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698