blob: 7a543ada81355dfee8d0021b04f4f9e5b2a7e7ea [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 = [
"contacts_manager.cc",
"contacts_manager.h",
"navigator_contacts.cc",
"navigator_contacts.h",
]
}