Commit dd9ec5b7 authored by Dan Harrington's avatar Dan Harrington Committed by Commit Bot

Disable Feedv2 build flag on canary

Bug: 1119406
Change-Id: Ib6e64db692a264036d48ca168f434cfe38f534b6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412549
Commit-Queue: Dan H <harringtond@chromium.org>
Auto-Submit: Dan H <harringtond@chromium.org>
Reviewed-by: default avatarJustin DeWitt <dewittj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807154}
parent 34db7745
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file. # found in the LICENSE file.
import("//chrome/android/channel.gni")
declare_args() { declare_args() {
enable_feed_in_chrome = is_android enable_feed_in_chrome = is_android
enable_feed_v2 = is_android
# TODO(crbug.com/1119406): Temporarily disable on canary for testing.
enable_feed_v2 = is_android && android_channel != "canary"
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment