summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/contacts_picker/BUILD.gn
blob: d16f3e4282a8ceb4210034bd2e4ad6c45bb00daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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",
  ]
}