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

Unified Diff: ui/aura/BUILD.gn

Issue 2507963002: Implement hit tests/client area. (Closed)
Patch Set: Really fix compile Created 4 years, 1 month 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 | ui/aura/mus/DEPS » ('j') | ui/aura/mus/DEPS » ('J')
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 8ad575c389f81f00f5b8393360d281e37575a12c..b855cedcb3490eb46dc840d795808eb08e9779d1 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -336,6 +336,7 @@ test("aura_unittests") {
"mus/os_exchange_data_provider_mus_unittest.cc",
"mus/property_converter_unittest.cc",
"mus/window_tree_client_unittest.cc",
+ "mus/window_tree_host_mus_unittest.cc",
"test/run_all_unittests.cc",
"window_event_dispatcher_unittest.cc",
"window_targeter_unittest.cc",
@@ -359,6 +360,7 @@ test("aura_unittests") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl:test_support",
+ "//ui/wm:wm",
]
if (is_linux) {
« no previous file with comments | « no previous file | ui/aura/mus/DEPS » ('j') | ui/aura/mus/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698