blob: 26fb5c7c551d6277b52ab8be981d637422fb803c [file] [log] [blame]
# Copyright 2018 The Chromium Authors
# 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
}