summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/android/features/tab_ui/buildflags.gni
blob: 06376993369b50c037d20798e9d7e900cf2d8d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2019 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() {
  # Controls the feature being a DFM or not.
  disable_tab_ui_dfm = true

  # Whether to create tab_ui module as an asynchronous DFM.
  async_tab_ui = false
}