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

Unified Diff: extensions/browser/api/messaging/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/messaging/BUILD.gn
diff --git a/extensions/browser/api/messaging/BUILD.gn b/extensions/browser/api/messaging/BUILD.gn
index a2f6bd18510baf622ae244f16eec94c5a65db6e1..ba10dc284c2d0c25839d6180ea9857643541ca2c 100644
--- a/extensions/browser/api/messaging/BUILD.gn
+++ b/extensions/browser/api/messaging/BUILD.gn
@@ -9,7 +9,7 @@ source_set("messaging") {
"native_messaging_channel.h",
]
- deps = [
+ public_deps = [
"//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698