Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2016 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. | |
| 4 | |
| 5 source_set("bluetooth_socket") { | |
| 6 sources = [ | |
| 7 "bluetooth_api_socket.cc", | |
| 8 "bluetooth_api_socket.h", | |
| 9 "bluetooth_socket_api.cc", | |
| 10 "bluetooth_socket_api.h", | |
| 11 "bluetooth_socket_event_dispatcher.cc", | |
| 12 "bluetooth_socket_event_dispatcher.h", | |
| 13 ] | |
| 14 | |
| 15 deps = [ | |
| 16 "//extensions/common/api", | |
| 17 ] | |
| 18 } | |
| OLD | NEW |