# Copyright 2018 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
declare_args() { | |
# Whether Feed is enabled in the build. | |
enable_feed_v2 = !is_ios | |
# Whether to include Feed in ChromeModern builds. | |
enable_feed_v2_modern = true | |
# Whether to include Feed as a DFM in ChromeModern builds. | |
dfmify_feed_v2_modern = false | |
} |