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

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: 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..2b2b3171dd22e7446b9ebc7aa8cad5f3fe1d94eb 100644
--- a/remoting/app_remoting_webapp_build.gypi
+++ b/remoting/app_remoting_webapp_build.gypi
@@ -115,6 +115,8 @@
'<@(ar_generated_html_files)',
'--locales',
'<@(remoting_webapp_locale_files)',
+ '--app_features',
+ '>@(_app_features)',
'--jinja_paths',
'<(DEPTH)/remoting/webapp/app_remoting',
'<@(remoting_app_id)',

Powered by Google App Engine
This is Rietveld 408576698