blob: 3120a23991ee0bad46e26a15874c92aa89f8e187 [file] [log] [blame]
# 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
}