# 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("common") {
  sources = [
    "imported_bookmark_entry.cc",
    "imported_bookmark_entry.h",
    "importer_data_types.cc",
    "importer_data_types.h",
    "importer_type.h",
    "importer_url_row.cc",
    "importer_url_row.h",
  ]
  deps = [
    "//base",
    "//url",
  ]
}
