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

Unified Diff: content/test/BUILD.gn

Issue 1749323002: Update WindowTree::OnWindowInputEventAck to include handled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing Component Build DEPS Created 4 years, 9 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 | « content/renderer/mus/render_widget_mus_connection.cc ('k') | ui/views/mus/platform_window_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 55e264e2f586beeaacb749fe5848df05d7faf7ad..1070e26773baa849ded752109e1df6d6c9e07c90 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -765,10 +765,13 @@ test("content_unittests") {
if (use_aura) {
deps += [
+ "//content/public/renderer:renderer_sources",
+ "//content/renderer/mus:mus",
"//ui/aura",
"//ui/aura_extra",
"//ui/wm",
]
+ sources += [ "../renderer/mus/compositor_mus_connection_unittest.cc" ]
} else {
sources -= [
"../browser/renderer_host/render_widget_host_view_aura_unittest.cc",
« no previous file with comments | « content/renderer/mus/render_widget_mus_connection.cc ('k') | ui/views/mus/platform_window_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698