chromium/ios/chrome/test/providers/context_menu/BUILD.gn

# 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("context_menu") {
  testonly = true
  sources = [ "test_context_menu.mm" ]
  deps =
      [ "//ios/public/provider/chrome/browser/context_menu:context_menu_api" ]
}