summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp.gypi
diff options
context:
space:
mode:
authorjrw <jrw@chromium.org>2015-03-26 11:25:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 18:26:28 +0000
commitf5f980445cd3b66d8735647f6c3d9ce7cd73990e (patch)
tree6c4658093ae16c4a5b7abbb272d480fa4684732f /remoting/remoting_webapp.gypi
parent709649607f13acb04e3850d5fd7fc1903c1becae (diff)
downloadchromium_src-f5f980445cd3b66d8735647f6c3d9ce7cd73990e.zip
chromium_src-f5f980445cd3b66d8735647f6c3d9ce7cd73990e.tar.gz
chromium_src-f5f980445cd3b66d8735647f6c3d9ce7cd73990e.tar.bz2
Added support for enabling GCD, or not, at build time.
GCD support is off by default. BUG=470744 Review URL: https://codereview.chromium.org/1007153003 Cr-Commit-Position: refs/heads/master@{#322430}
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r--remoting/remoting_webapp.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 7222c98..2b97a53 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -73,6 +73,8 @@
'<@(extra_files)',
'--locales_listfile',
'<(dr_webapp_locales_listfile)',
+ '--use_gcd',
+ '<(remoting_use_gcd)',
],
},
],