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

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: Created 4 years, 10 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: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index c29e053cdd14d1dbd2cb8e25f875dbbac5a7e616..9c7e710a4d4c0621eecfcb09e9bfc5c002a719d7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -769,6 +769,7 @@ test("content_unittests") {
"//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",

Powered by Google App Engine
This is Rietveld 408576698