diff options
| author | pkotwicz <pkotwicz@chromium.org> | 2016-01-26 17:51:34 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-01-27 01:53:11 +0000 |
| commit | 0ed7abb706f40b9e925c17c203dfb428c793a855 (patch) | |
| tree | b4334aad5c10814160fe1bd2e2a7b3103431446a /build | |
| parent | be10a604c879d076d8fb8c1e43364207b32fe8f5 (diff) | |
| download | chromium_src-0ed7abb706f40b9e925c17c203dfb428c793a855.zip chromium_src-0ed7abb706f40b9e925c17c203dfb428c793a855.tar.gz chromium_src-0ed7abb706f40b9e925c17c203dfb428c793a855.tar.bz2 | |
Revert of [Android] Set enable_remoting=true by default (patchset #1 id:1 of https://codereview.chromium.org/1619913002/ )
Reason for revert:
This CL broke some of the internal builders which are building "all".
remoting_cardboard_extract_native_lib should be behind an target_arch=="arm" if statement
Original issue's description:
> [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
>
> Committed: https://crrev.com/9fdef29316fae0cf8ba6c7258b434432d40eb175
> Cr-Commit-Position: refs/heads/master@{#371604}
TBR=lambroslambrou@chromium.org,dpranke@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=544298
Review URL: https://codereview.chromium.org/1634353003
Cr-Commit-Position: refs/heads/master@{#371685}
Diffstat (limited to 'build')
| -rw-r--r-- | build/config/features.gni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/features.gni b/build/config/features.gni index 65a0350..64ddad5 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_chromecast && !is_headless + enable_remoting = !is_ios && !is_android && !is_chromecast && !is_headless # Enable hole punching for the protected video. enable_video_hole = is_android |
