# Copyright 2025 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("public") {
  sources = [
    "popup_menu_constants.h",
    "popup_menu_constants.mm",
    "popup_menu_ui_updating.h",
  ]
  deps = [ "//base" ]
}

source_set("metrics_protocols") {
  sources = [ "popup_menu_metrics_handler.h" ]
}
