| # Copyright 2019 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| source_set("cells") { | |
| sources = [ | |
| "language_item.h", | |
| "language_item.mm", | |
| ] | |
| deps = [ "//ios/chrome/browser/shared/ui/table_view/cells" ] | |
| } |