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

Unified Diff: components/exo/BUILD.gn

Issue 2250863003: exo: Run exo in mus+ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues Created 4 years, 4 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
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 16af5ce73d3feccc344efc0fc06e76cbf6882145..af5ccc2c34f3efd883eba867e9035fb3f993e138 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -38,6 +38,10 @@ source_set("exo") {
"touch_delegate.h",
"wm_helper.cc",
"wm_helper.h",
+ "wm_helper_ash.cc",
+ "wm_helper_ash.h",
+ "wm_helper_mus.cc",
+ "wm_helper_mus.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698