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

Unified Diff: mash/wm/BUILD.gn

Issue 2018753003: Moves ash/wm/common back into ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke export Created 4 years, 7 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 | « components/exo.gypi ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « components/exo.gypi ('k') | remoting/remoting_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698