| Index: extensions/browser/api/bluetooth_socket/BUILD.gn
 | 
| diff --git a/ui/gfx/range/BUILD.gn b/extensions/browser/api/bluetooth_socket/BUILD.gn
 | 
| similarity index 55%
 | 
| copy from ui/gfx/range/BUILD.gn
 | 
| copy to extensions/browser/api/bluetooth_socket/BUILD.gn
 | 
| index 2b9036f388df22c9c4ce95cb85ce5f82292b21d3..88a6104d9705cf48553478c61f5e1f023db53c6f 100644
 | 
| --- a/ui/gfx/range/BUILD.gn
 | 
| +++ b/extensions/browser/api/bluetooth_socket/BUILD.gn
 | 
| @@ -2,15 +2,14 @@
 | 
|  # Use of this source code is governed by a BSD-style license that can be
 | 
|  # found in the LICENSE file.
 | 
|  
 | 
| -component("range") {
 | 
| +source_set("bluetooth_socket") {
 | 
|    sources = [
 | 
| -    "gfx_range_export.h",
 | 
| -    "range.cc",
 | 
| -    "range.h",
 | 
| -    "range_f.cc",
 | 
| -    "range_f.h",
 | 
| -    "range_mac.mm",
 | 
| -    "range_win.cc",
 | 
| +    "bluetooth_api_socket.cc",
 | 
| +    "bluetooth_api_socket.h",
 | 
| +    "bluetooth_socket_api.cc",
 | 
| +    "bluetooth_socket_api.h",
 | 
| +    "bluetooth_socket_event_dispatcher.cc",
 | 
| +    "bluetooth_socket_event_dispatcher.h",
 | 
|    ]
 | 
|  
 | 
|    configs += [
 | 
| @@ -18,10 +17,7 @@ component("range") {
 | 
|      "//build/config/compiler:no_size_t_to_int_warning",
 | 
|    ]
 | 
|  
 | 
| -  defines = [ "GFX_RANGE_IMPLEMENTATION" ]
 | 
| -
 | 
|    deps = [
 | 
| -    "//base",
 | 
| -    "//ui/gfx:gfx_export",
 | 
| +    "//extensions/common/api",
 | 
|    ]
 | 
|  }
 | 
| 
 |