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

Unified Diff: extensions/common/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
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index ab22d4cc0d723a0b8078f8a754df54e2705abf47..7c26d6c70cfb86decf97f1875e851a9c68a717e7 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -8,6 +8,12 @@ import("//build/config/features.gni")
source_set("common") {
sources = [
"api/messaging/message.h",
+ "api/bluetooth/bluetooth_manifest_data.cc",
+ "api/bluetooth/bluetooth_manifest_data.h",
+ "api/bluetooth/bluetooth_manifest_handler.cc",
+ "api/bluetooth/bluetooth_manifest_handler.h",
+ "api/bluetooth/bluetooth_manifest_permission.cc",
+ "api/bluetooth/bluetooth_manifest_permission.h",
"api/sockets/sockets_manifest_data.cc",
"api/sockets/sockets_manifest_data.h",
"api/sockets/sockets_manifest_handler.cc",
@@ -207,10 +213,17 @@ source_set("common") {
]
deps += [
+ "//device/bluetooth",
"//device/usb",
]
} else {
sources -= [
+ "api/bluetooth/bluetooth_manifest_data.cc",
+ "api/bluetooth/bluetooth_manifest_data.h",
+ "api/bluetooth/bluetooth_manifest_handler.cc",
+ "api/bluetooth/bluetooth_manifest_handler.h",
+ "api/bluetooth/bluetooth_manifest_permission.cc",
+ "api/bluetooth/bluetooth_manifest_permission.h",
"api/messaging/message.h",
"api/sockets/sockets_manifest_data.cc",
"api/sockets/sockets_manifest_data.h",
« no previous file with comments | « extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc ('k') | extensions/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698