Index: mash/wm/BUILD.gn |
diff --git a/mash/wm/BUILD.gn b/mash/wm/BUILD.gn |
index 84e9c50865e6610eab2d46feb17cc4bbdcb16ca2..c066f9c6ba41f91b5f3c5d271b7dbd7bc186b571 100644 |
--- a/mash/wm/BUILD.gn |
+++ b/mash/wm/BUILD.gn |
@@ -81,7 +81,7 @@ source_set("lib") { |
] |
deps = [ |
- "//ash/wm/common:ash_wm_common", |
+ "//ash:ash", |
James Cook
2016/05/27 16:09:09
Do we prefer //ash:ash or just //ash ? (I'm not c
sky
2016/05/27 19:19:53
I don't think there is necessarily a standard. I l
|
"//base", |
"//components/mus/common:mus_common", |
"//components/mus/public/cpp", |
@@ -175,7 +175,7 @@ source_set("unittests") { |
deps = [ |
":lib", |
":resources", |
- "//ash/wm/common:ash_wm_common", |
+ "//ash:ash", |
James Cook
2016/05/27 16:09:09
ditto
sky
2016/05/27 19:19:53
Done.
|
"//base", |
"//base/test:test_config", |
"//components/mus/common:mus_common", |