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

Unified Diff: extensions/browser/api/serial/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/serial/BUILD.gn
diff --git a/extensions/browser/api/serial/BUILD.gn b/extensions/browser/api/serial/BUILD.gn
index 834f23d61043848d415caa3a394ee4f0c34ca1f1..dce0909fe24010f29bcbbc3291451196da275c8f 100644
--- a/extensions/browser/api/serial/BUILD.gn
+++ b/extensions/browser/api/serial/BUILD.gn
@@ -12,7 +12,7 @@ source_set("serial") {
"serial_event_dispatcher.h",
]
- deps = [
+ public_deps = [
"//device/serial",
"//extensions/common/api",
]

Powered by Google App Engine
This is Rietveld 408576698