1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 # GN version: //device/nfc
12 'target_name': 'device_nfc',
13 'type': 'static_library',
15 '../../base/base.gyp:base',
16 '../../url/url.gyp:url_lib',
19 # Note: file list duplicated in GN build.
22 'nfc_adapter_chromeos.cc',
23 'nfc_adapter_chromeos.h',
24 'nfc_adapter_factory.cc',
25 'nfc_adapter_factory.h',
28 'nfc_ndef_record_utils_chromeos.cc',
29 'nfc_ndef_record_utils_chromeos.h',
32 'nfc_peer_chromeos.cc',
33 'nfc_peer_chromeos.h',
36 'nfc_tag_chromeos.cc',
38 'nfc_tag_technology.cc',
39 'nfc_tag_technology.h',
40 'nfc_tag_technology_chromeos.cc',
41 'nfc_tag_technology_chromeos.h'
46 '../../build/linux/system.gyp:dbus',
47 '../../chromeos/chromeos.gyp:chromeos',
48 '../../dbus/dbus.gyp:dbus',