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

Unified Diff: remoting/remoting_webapp.gypi

Issue 1007153003: Added support for enabling GCD, or not, at build time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/remoting_webapp.gypi
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index d197e412711c5f76a9a715b8c42d0de1fadd0e13..cf0eda665801635a6a1b85a3b1da14b56c57e2b7 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -137,6 +137,8 @@
'<@(extra_files)',
'--locales_listfile',
'<(dr_webapp_locales_listfile)',
+ '--use_gcd',
+ '<(remoting_use_gcd)',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698