Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: extensions/browser/BUILD.gn

Issue 420663003: Extensions: Move bluetooth APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android, gn Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index b1667d2db408bbbdc524ece5028e3e96a3b9115d..03278c03a28ead2737b02b7af91e2ddcc5daabf1 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -43,6 +43,34 @@ source_set("browser") {
"api/app_view/app_view_internal_api.h",
"api/async_api_function.cc",
"api/async_api_function.h",
+ "api/bluetooth/bluetooth_api.cc",
+ "api/bluetooth/bluetooth_api.h",
+ "api/bluetooth/bluetooth_api_pairing_delegate.cc",
+ "api/bluetooth/bluetooth_api_pairing_delegate.h",
+ "api/bluetooth/bluetooth_api_utils.cc",
+ "api/bluetooth/bluetooth_api_utils.h",
+ "api/bluetooth/bluetooth_event_router.cc",
+ "api/bluetooth/bluetooth_event_router.h",
+ "api/bluetooth/bluetooth_extension_function.cc",
+ "api/bluetooth/bluetooth_extension_function.h",
+ "api/bluetooth/bluetooth_private_api.cc",
+ "api/bluetooth/bluetooth_private_api.h",
+ "api/bluetooth_low_energy/bluetooth_low_energy_api.cc",
+ "api/bluetooth_low_energy/bluetooth_low_energy_api.h",
+ "api/bluetooth_low_energy/bluetooth_low_energy_connection.cc",
+ "api/bluetooth_low_energy/bluetooth_low_energy_connection.h",
+ "api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc",
+ "api/bluetooth_low_energy/bluetooth_low_energy_event_router.h",
+ "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc",
+ "api/bluetooth_low_energy/bluetooth_low_energy_notify_session.h",
+ "api/bluetooth_low_energy/utils.cc",
+ "api/bluetooth_low_energy/utils.h",
+ "api/bluetooth_socket/bluetooth_api_socket.cc",
+ "api/bluetooth_socket/bluetooth_api_socket.h",
+ "api/bluetooth_socket/bluetooth_socket_api.cc",
+ "api/bluetooth_socket/bluetooth_socket_api.h",
+ "api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc",
+ "api/bluetooth_socket/bluetooth_socket_event_dispatcher.h",
"api/cast_channel/cast_auth_util.cc",
"api/cast_channel/cast_auth_util.h",
"api/cast_channel/cast_channel_api.cc",
@@ -304,6 +332,7 @@ source_set("browser") {
deps += [
"//components/usb_service",
"//crypto:platform",
+ "//device/bluetooth",
"//device/hid",
"//device/serial",
"//extensions/browser/api/cast_channel:cast_channel_proto",
« no previous file with comments | « extensions/DEPS ('k') | extensions/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698