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

Unified Diff: remoting/app_remoting_webapp.gyp

Issue 895523004: [Chromoting] Add ability to enable/disable GDrive support per-app in gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Application.hasCapability Created 5 years, 11 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
« no previous file with comments | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | remoting/webapp/base/js/application.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp.gyp
diff --git a/remoting/app_remoting_webapp.gyp b/remoting/app_remoting_webapp.gyp
index 1ceba7b18eed8ae0a3f174e4550279dddb997479..d9d8cda856e6b677e489c53e87197c498d6376ae 100644
--- a/remoting/app_remoting_webapp.gyp
+++ b/remoting/app_remoting_webapp.gyp
@@ -69,10 +69,12 @@
'targets': [
{
+ # Sample AppRemoting app.
'target_name': 'ar_sample_app',
'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
'app_name': 'App Remoting Client',
'app_description': 'App Remoting client',
+ 'app_capabilities': ['GOOGLE_DRIVE'],
},
], # end of targets
}
« no previous file with comments | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | remoting/webapp/base/js/application.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698