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

Unified Diff: mojo/application/public/cpp/BUILD.gn

Issue 1165223004: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move mojo USB sources into devices_app to keep mojo dependencies separated from device/usb Created 5 years, 6 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
« no previous file with comments | « device/usb/usb_context.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/public/cpp/BUILD.gn
diff --git a/mojo/application/public/cpp/BUILD.gn b/mojo/application/public/cpp/BUILD.gn
index 55b9710632dc61d42db10305826ba7365c794e04..4e1010943a599d61e4b9ebb691d8b897fa9c4dd2 100644
--- a/mojo/application/public/cpp/BUILD.gn
+++ b/mojo/application/public/cpp/BUILD.gn
@@ -4,7 +4,7 @@
# GYP version: mojo/mojo_base.gyp:mojo_application_base
source_set("cpp") {
- deps = [
+ public_deps = [
":sources",
":init_commandline",
]
@@ -13,7 +13,7 @@ source_set("cpp") {
# Like the target above, but without special commandline initialization that
# apps use.
source_set("cpp_for_chromium") {
- deps = [
+ public_deps = [
":sources",
]
}
« no previous file with comments | « device/usb/usb_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698