1 # Copyright 2014 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.
8 'target_name': 'pairing',
9 'type': 'static_library',
15 '../base/base.gyp:base',
16 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
19 'pairing/fake_controller_pairing_controller.cc',
20 'pairing/fake_controller_pairing_controller.h',
21 'pairing/fake_host_pairing_controller.cc',
22 'pairing/fake_host_pairing_controller.h',
23 'pairing/controller_pairing_controller.cc',
24 'pairing/controller_pairing_controller.h',
25 'pairing/host_pairing_controller.cc',
26 'pairing/host_pairing_controller.h',
30 # Protobuf compiler / generator for the pairing api protocol buffer.
31 'target_name': 'pairing_api_proto',
32 'type': 'static_library',
33 'sources': [ 'pairing/pairing_api.proto' ],
35 'proto_in_dir': 'pairing',
36 'proto_out_dir': 'components/pairing',
38 'includes': [ '../build/protoc.gypi' ]