summaryrefslogtreecommitdiffstats
path: root/device/devices_app/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/devices_app/BUILD.gn')
-rw-r--r--device/devices_app/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/device/devices_app/BUILD.gn b/device/devices_app/BUILD.gn
index 2601cf2..f189e6b 100644
--- a/device/devices_app/BUILD.gn
+++ b/device/devices_app/BUILD.gn
@@ -29,8 +29,8 @@ source_set("lib") {
public_deps = [
"//base",
- "//mojo/application/public/cpp",
- "//mojo/application/public/interfaces",
+ "//mojo/shell/public/cpp",
+ "//mojo/shell/public/interfaces",
]
}
@@ -43,7 +43,7 @@ if (!is_component_build) {
deps = [
"//base",
"//device/devices_app/public/cpp:factory",
- "//mojo/application/public/cpp",
+ "//mojo/shell/public/cpp",
]
public_deps = [
@@ -62,7 +62,7 @@ if (!is_component_build) {
deps = [
"//base",
- "//mojo/application/public/cpp:test_support",
+ "//mojo/shell/public/cpp:test_support",
]
public_deps = [