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

Unified Diff: device/core/BUILD.gn

Issue 1155163008: Build a basic Mojo service framework for device/usb (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN dependencies for device_unittests Created 5 years, 7 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: device/core/BUILD.gn
diff --git a/device/core/BUILD.gn b/device/core/BUILD.gn
index 2f25eef4804ac32b3e6e81870bc39e61d65466c6..6b84ceae0441c0c6c3c725d14a752b8c2bcff4dc 100644
--- a/device/core/BUILD.gn
+++ b/device/core/BUILD.gn
@@ -10,7 +10,8 @@ source_set("core") {
"device_monitor_win.h",
]
- deps = [
+ public_deps = [
"//base",
+ "//third_party/mojo/src/mojo/public/cpp/bindings",
]
}

Powered by Google App Engine
This is Rietveld 408576698