blob: 23673e623a74bdb684ce44c25a26b4bb119d861c [file] [log] [blame]
# Copyright 2022 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("chromium_context_menu") {
sources = [ "chromium_context_menu.mm" ]
deps =
[ "//ios/public/provider/chrome/browser/context_menu:context_menu_api" ]
}