summaryrefslogtreecommitdiffstats
path: root/device/devices_app/BUILD.gn
diff options
context:
space:
mode:
authorrockot <rockot@chromium.org>2015-06-15 09:26:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-15 16:27:07 +0000
commite9ab0758f9148e781ac5fdc5344d432003e2788c (patch)
treed8800208243cd0cdc943c6c2508d065d3c59c17a /device/devices_app/BUILD.gn
parent57c3ca9acc4fed79318a693e1c4e4be97e0497f2 (diff)
downloadchromium_src-e9ab0758f9148e781ac5fdc5344d432003e2788c.zip
chromium_src-e9ab0758f9148e781ac5fdc5344d432003e2788c.tar.gz
chromium_src-e9ab0758f9148e781ac5fdc5344d432003e2788c.tar.bz2
Add a public cpp targets for devices_app
This exposes the bare minimum stuff necessary to build a devices app delegate, hiding the impl details behind a private dependency. BUG=None R=reillyg@chromium.org Review URL: https://codereview.chromium.org/1178353002 Cr-Commit-Position: refs/heads/master@{#334390}
Diffstat (limited to 'device/devices_app/BUILD.gn')
-rw-r--r--device/devices_app/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn
index 233d263..1621e11 100644
--- a/device/devices_app/BUILD.gn
+++ b/device/devices_app/BUILD.gn
@@ -40,8 +40,8 @@ mojo_native_application("devices") {
]
deps = [
- ":lib",
"//base",
+ "//device/devices_app/public/cpp:factory",
"//mojo/application/public/cpp",
]