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

Unified Diff: ui/aura/BUILD.gn

Issue 2507963002: Implement hit tests/client area. (Closed)
Patch Set: Merge with tot 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 1c3f5955ac345a7d1e7c5e08e75286076ad1b83c..01aaf4ad4606c8134f45ed542ac7460b07710065 100644
--- a/ui/aura/BUILD.gn
+++ b/ui/aura/BUILD.gn
@@ -327,6 +327,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",
@@ -350,6 +351,7 @@ test("aura_unittests") {
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl:test_support",
+ "//ui/wm:wm",
sky 2016/11/19 15:29:31 no need for the ":wm"
Elliot Glaysher 2016/11/22 00:48:07 Deleted line entirely.
]
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