# Copyright 2026 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 = [
    "at_memory_commands.h",
    "at_memory_constants.h",
    "at_memory_constants.mm",
    "at_memory_fill_commands.h",
    "at_memory_search_provider.h",
    "at_memory_search_result_commands.h",
  ]
  deps = [ "//base" ]
}
