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

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: 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/app_features.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..4a69557127b02ab689d60ceba421cec3a0b3c955 100644
--- a/remoting/app_remoting_webapp.gyp
+++ b/remoting/app_remoting_webapp.gyp
@@ -69,10 +69,20 @@
'targets': [
{
+ # Sample app with no features enabled.
Jamie 2015/02/02 22:57:47 Is there any value in having this sample app? I th
garykac 2015/02/03 01:50:21 Done.
'target_name': 'ar_sample_app',
'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
'app_name': 'App Remoting Client',
'app_description': 'App Remoting client',
+ 'app_features': [],
+ },
+ {
+ # Sample app with GDrive enabled.
+ 'target_name': 'ar_sample_app_gdrive',
+ 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
+ 'app_name': 'App Remoting Client (GDrive)',
+ 'app_description': 'App Remoting client (GDrive)',
+ 'app_features': ['gdrive'],
},
], # end of targets
}
« no previous file with comments | « no previous file | remoting/app_remoting_webapp_build.gypi » ('j') | remoting/webapp/base/js/app_features.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698