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

Unified Diff: extensions/browser/api/bluetooth_socket/BUILD.gn

Issue 2852273002: Make extensions/browser/api/* sources to publicly depend on //ipc (Closed)
Patch Set: Created 3 years, 8 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/browser/api/bluetooth_socket/BUILD.gn
diff --git a/extensions/browser/api/bluetooth_socket/BUILD.gn b/extensions/browser/api/bluetooth_socket/BUILD.gn
index 88a6104d9705cf48553478c61f5e1f023db53c6f..4a70c2daea8c7b9e4ac8e3da355db0a4bc47acbc 100644
--- a/extensions/browser/api/bluetooth_socket/BUILD.gn
+++ b/extensions/browser/api/bluetooth_socket/BUILD.gn
@@ -17,7 +17,7 @@ source_set("bluetooth_socket") {
"//build/config/compiler:no_size_t_to_int_warning",
]
- deps = [
+ public_deps = [
"//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698