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

Unified Diff: ui/views/views.gyp

Issue 264713007: Add unittests for X11TopmostWindowFinder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 23a58534f4cec0c88e5baee5b461bbaadea2ef6d..7d44ffc8ed037f68ff1e3d96b7d60a1491766df5 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -625,6 +625,8 @@
'test/views_test_helper_aura.h',
'test/widget_test.cc',
'test/widget_test.h',
+ 'test/x11_property_change_waiter.cc',
+ 'test/x11_property_change_waiter.h',
],
'conditions': [
['chromeos==1', {
@@ -729,6 +731,7 @@
'widget/desktop_aura/desktop_screen_x11_unittest.cc',
'widget/desktop_aura/desktop_screen_position_client_unittest.cc',
'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc',
+ 'widget/desktop_aura/x11_topmost_window_finder_unittest.cc',
'widget/native_widget_aura_unittest.cc',
'widget/native_widget_unittest.cc',
'widget/root_view_unittest.cc',
@@ -782,6 +785,7 @@
'dependencies': [
'../../build/linux/system.gyp:x11',
'../../build/linux/system.gyp:xext',
+ '../events/platform/x11/x11_events_platform.gyp:x11_events_platform',
],
}],
['use_ozone==1', {
« no previous file with comments | « ui/views/test/x11_property_change_waiter.cc ('k') | ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698