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

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: remove key from build_app generated manifest 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 'PRE': """
12 #
13 # We use the chrome.experimental.identity API, which requires the
14 # --enable-experimental-expension-apis flag.
15 #
16 CHROME_ARGS += --enable-experimental-extension-apis
17 """,
18 'DATA': [
19 'example.js',
20 ],
21 'DEST': 'examples/demo',
22 'NAME': 'drive',
23 'TITLE': 'Google Drive',
24 'GROUP': 'Demo',
25 'PERMISSIONS': [
26 'experimental',
27 'https://www.googleapis.com/*/drive/*',
28 'https://*.googleusercontent.com/*'
29 ]
30 }
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/demo/drive/drive.cc ('k') | native_client_sdk/src/examples/demo/drive/example.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698