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

Unified Diff: ui/aura/BUILD.gn

Issue 2598703002: Fix linker error with mus_demo. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/BUILD.gn
diff --git a/ui/aura/BUILD.gn b/ui/aura/BUILD.gn
index b713b219b8a4c9e5202480d046249648920c7b0e..a9d9699292452c65206e531da38645bad19a478b 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -155,7 +155,6 @@ component("aura") {
"//skia",
"//ui/base",
"//ui/base/ime",
- "//ui/compositor",
"//ui/display",
"//ui/events",
"//ui/events:events_base",
@@ -168,6 +167,10 @@ component("aura") {
"//ui/platform_window/stub",
]
+ public_deps = [
+ "//ui/compositor",
+ ]
+
data_deps = [
"//services/ui",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698