# Copyright 2018 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 = [
"popup_menu_footer_item.h",
"popup_menu_footer_item.mm",
"popup_menu_item.h",
]
deps = [
"//ios/chrome/browser/shared/ui/table_view/cells",
"//ios/chrome/browser/ui/popup_menu/public/cells/resources",
]
frameworks = [ "UIKit.framework" ]
}