blob: d16f3e4282a8ceb4210034bd2e4ad6c45bb00daa [file] [log] [blame]
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("contacts_picker") {
sources = [
"contact_info.cc",
"contact_info.h",
"contacts_manager.cc",
"contacts_manager.h",
"navigator_contacts.cc",
"navigator_contacts.h",
]
}