blob: cc200aca64b63e1847e16b8b3af13da5e502d755 [file] [log] [blame]
# Copyright 2020 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.
import("//ios/public/provider/chrome/browser/build_config.gni")
source_set("tab_switcher") {
sources = [
"tab_switcher_item.h",
"tab_switcher_item.mm",
]
configs += [ "//build/config/compiler:enable_arc" ]
deps = [
"//base",
"//url",
]
}