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

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: remove BUILD.gn again 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..3142add4206e0a2d04fb0e9fe22d0b684c59e0b8 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",
"//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",
"//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