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

Side by Side Diff: native_client_sdk/src/examples/demo/drive/example.dsc

Issue 14500010: [NaCl SDK] Google Drive example (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 'TOOLS': ['newlib', 'glibc', 'pnacl'],
3 'TARGETS': [
4 {
5 'NAME' : 'drive',
6 'TYPE' : 'main',
7 'SOURCES' : ['drive.cc'],
8 'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
9 }
10 ],
11 'DATA': [
12 'background.js',
13 'example.js',
14 'manifest.json',
15 ],
16 'DEST': 'examples/demo',
17 'NAME': 'drive',
18 'TITLE': 'Google Drive',
19 'GROUP': 'Demo'
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698