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

Unified Diff: components/exo/BUILD.gn

Issue 2578893003: Converts chrome to aura-mus (Closed)
Patch Set: merge again 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..99e25bcf862b6cd5caee48fbfedb1105f85fd17f 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -54,11 +54,11 @@ source_set("exo") {
"//ash/public/cpp",
"//base",
"//cc",
- "//cc/surfaces:surfaces",
+ "//cc/ipc:interfaces",
+ "//cc/surfaces",
"//device/gamepad",
"//gpu",
"//gpu/command_buffer/client:gles2_interface",
- "//services/ui/public/cpp",
"//skia",
"//ui/aura",
"//ui/compositor",
@@ -69,7 +69,7 @@ source_set("exo") {
"//ui/gl",
"//ui/views",
"//ui/views/mus",
- "//ui/wm:wm",
+ "//ui/wm",
]
if (is_chromeos) {
@@ -140,7 +140,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