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

Unified Diff: ash/ash.gyp

Issue 806693009: Port ScopedDisableInternalMouseAndKeyboardX11 to Ozone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index ca3191bc0aa006621cd3245a1b756b078721fb55..8854e761ab3159d158533ae2b1af4d0c68a67769 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -530,6 +530,8 @@
'wm/maximize_mode/maximize_mode_window_state.cc',
'wm/maximize_mode/maximize_mode_window_state.h',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h',
+ 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc',
+ 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc',
'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h',
'wm/maximize_mode/workspace_backdrop_delegate.cc',
@@ -939,6 +941,11 @@
'../build/linux/system.gyp:xfixes',
],
}],
+ ['use_ozone==1', {
+ 'dependencies': [
+ '../ui/ozone/ozone.gyp:ozone',
+ ],
+ }],
['chromeos==1', {
'dependencies': [
'../chromeos/chromeos.gyp:chromeos',

Powered by Google App Engine
This is Rietveld 408576698