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

Unified Diff: remoting/app_remoting_webapp_build.gypi

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
Index: remoting/app_remoting_webapp_build.gypi
diff --git a/remoting/app_remoting_webapp_build.gypi b/remoting/app_remoting_webapp_build.gypi
index 1c3e68cff92d687a757353381d7548ae9d8688bd..d5da9ebd0d1a626083e846a3120b8254bcdf91b7 100644
--- a/remoting/app_remoting_webapp_build.gypi
+++ b/remoting/app_remoting_webapp_build.gypi
@@ -122,6 +122,8 @@
'<(remoting_app_name)',
'--app_description',
'<(remoting_app_description)',
+ '--app_capabilities',
+ '>@(_app_capabilities)',
'--service_environment',
'<@(ar_service_environment)',
],

Powered by Google App Engine
This is Rietveld 408576698