summaryrefslogtreecommitdiff
path: root/chromium/components/feed/features.gni
blob: d61856bd8f38bed1d7fdc60d4ce1793085c0855c (plain)
1
2
3
4
5
6
7
8
# 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() {
  # Temporarily compile out Feed while M69 branches to avoid bloating binary.
  enable_feed_in_chrome = false
}