blob: 691715d4532dd421ba556f9c0db8e13399ccdbbb [file] [log] [blame]
# 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" ]
}