# 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", | |
] | |
} |