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

Unified Diff: ui/views/views.gyp

Issue 268673017: Fix X11TopmostWindowFinder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 0622120d89cb1e06df895254734efd507893db0f..0b102249eaa090a209f3ce78dcedcc5d9c2fada7 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -663,6 +663,7 @@
'widget/desktop_aura/desktop_native_widget_aura_unittest.cc',
'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/native_widget_aura_unittest.cc',
'widget/native_widget_unittest.cc',
'widget/root_view_unittest.cc',
@@ -715,6 +716,12 @@
'../../base/allocator/allocator.gyp:allocator',
],
}],
+ ['use_x11==1', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:x11',
+ '../../build/linux/system.gyp:xext',
+ ],
+ }],
['use_ozone==1', {
'sources!': [
'corewm/capture_controller_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698