features.gni 429 B

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