diff options
author | rockot <rockot@chromium.org> | 2015-06-15 09:26:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-15 16:27:07 +0000 |
commit | e9ab0758f9148e781ac5fdc5344d432003e2788c (patch) | |
tree | d8800208243cd0cdc943c6c2508d065d3c59c17a /device/devices_app/BUILD.gn | |
parent | 57c3ca9acc4fed79318a693e1c4e4be97e0497f2 (diff) | |
download | chromium_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.gn | 2 |
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", ] |