summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorpkotwicz <pkotwicz@chromium.org>2016-01-27 11:07:26 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-27 19:08:36 +0000
commita3ca9351c2e2bb5855c67c7c582b2578c83e67ee (patch)
tree17235c73b7e275f92b059231446ffe3be1ad215e /build
parentc1743467cdf568e940554b076c264b325185f341 (diff)
downloadchromium_src-a3ca9351c2e2bb5855c67c7c582b2578c83e67ee.zip
chromium_src-a3ca9351c2e2bb5855c67c7c582b2578c83e67ee.tar.gz
chromium_src-a3ca9351c2e2bb5855c67c7c582b2578c83e67ee.tar.bz2
[Reland] [Android] Set enable_remoting=true by default
We set enable_remoting=true in the command line on the official builders. Set enable_remoting=true as the default on Chromium as well. BUG=544298 R=lambroslambrou TBR=dpranke Review URL: https://codereview.chromium.org/1635373002 Cr-Commit-Position: refs/heads/master@{#371834}
Diffstat (limited to 'build')
-rw-r--r--build/config/features.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/features.gni b/build/config/features.gni
index 64ddad5..65a0350 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -75,7 +75,7 @@ declare_args() {
enable_one_click_signin = is_win || is_mac || (is_linux && !is_chromeos)
- enable_remoting = !is_ios && !is_android && !is_chromecast && !is_headless
+ enable_remoting = !is_ios && !is_chromecast && !is_headless
# Enable hole punching for the protected video.
enable_video_hole = is_android