blob: 6013cbcc745d03a7e327a20c8eedd4bff22b1c0d [file] [log] [blame]
# Copyright 2018 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.
source_set("cells") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
"popup_menu_footer_item.h",
"popup_menu_footer_item.mm",
"popup_menu_item.h",
]
deps = [
"//ios/chrome/browser/ui/table_view/cells",
]
libs = [ "UIKit.framework" ]
}