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

Unified Diff: components/exo/BUILD.gn

Issue 2578893003: Converts chrome to aura-mus (Closed)
Patch Set: merge 2 trunk Created 4 years 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 0086efe7f43bf75be9ee915a0237ad2168ac86ef..e3398b780a684c3b8c8c1eda35d54541cf54d07f 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -58,7 +58,6 @@ source_set("exo") {
"//device/gamepad",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
- "//services/ui/public/cpp",
"//skia",
"//ui/aura",
"//ui/compositor",
@@ -140,7 +139,7 @@ source_set("unit_tests") {
"//ui/keyboard",
"//ui/message_center",
"//ui/views",
- "//ui/wm:wm",
+ "//ui/wm",
]
if (use_ozone) {

Powered by Google App Engine
This is Rietveld 408576698