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

Unified Diff: remoting/remoting_options.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
« no previous file with comments | « no previous file | remoting/remoting_webapp.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_options.gypi
diff --git a/remoting/remoting_options.gypi b/remoting/remoting_options.gypi
index 56d339e4cac02fd6f5884091d20c32ebfb531c11..485e626d765457570eceafa2b8f1b14ea6def32c 100644
--- a/remoting/remoting_options.gypi
+++ b/remoting/remoting_options.gypi
@@ -11,6 +11,9 @@
# Set this to enable cast mode on the android client.
'enable_cast%': 0,
+
+ # Set this to use GCD instead of the remoting directory service.
+ 'remoting_use_gcd%': 0,
'variables': {
'conditions': [
« no previous file with comments | « no previous file | remoting/remoting_webapp.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698