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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/demo/drive/example.dsc
diff --git a/native_client_sdk/src/examples/demo/drive/example.dsc b/native_client_sdk/src/examples/demo/drive/example.dsc
new file mode 100644
index 0000000000000000000000000000000000000000..8efe7443fc5de30d48c7ad5343980ae0e67cc90c
--- /dev/null
+++ b/native_client_sdk/src/examples/demo/drive/example.dsc
@@ -0,0 +1,30 @@
+{
+ 'TOOLS': ['newlib', 'glibc', 'pnacl'],
+ 'TARGETS': [
+ {
+ 'NAME' : 'drive',
+ 'TYPE' : 'main',
+ 'SOURCES' : ['drive.cc'],
+ 'LIBS': ['jsoncpp', 'ppapi_cpp', 'ppapi', 'pthread']
+ }
+ ],
+ 'PRE': """
+#
+# We use the chrome.experimental.identity API, which requires the
+# --enable-experimental-expension-apis flag.
+#
+CHROME_ARGS += --enable-experimental-extension-apis
+""",
+ 'DATA': [
+ 'example.js',
+ ],
+ 'DEST': 'examples/demo',
+ 'NAME': 'drive',
+ 'TITLE': 'Google Drive',
+ 'GROUP': 'Demo',
+ 'PERMISSIONS': [
+ 'experimental',
+ 'https://www.googleapis.com/*/drive/*',
+ 'https://*.googleusercontent.com/*'
+ ]
+}
« 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