Index: extensions/browser/api/bluetooth_socket/BUILD.gn |
diff --git a/extensions/browser/api/bluetooth_socket/BUILD.gn b/extensions/browser/api/bluetooth_socket/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aabf863e091a35be84fea4a4199d4e256f96f863 |
--- /dev/null |
+++ b/extensions/browser/api/bluetooth_socket/BUILD.gn |
@@ -0,0 +1,18 @@ |
+# Copyright 2015 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. |
+source_set("bluetooth_socket") { |
+ sources = [ |
+ "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", |
+ ] |
+ |
+ deps = [ |
+ "//content/public/browser", |
+ "//skia", |
+ ] |
+} |