Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index ba8167df1451be61cef51e51be232f39786f2504..639fa8479ebcf2a33324861f3db9c183a592a801 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -528,6 +528,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', |
@@ -930,6 +932,11 @@ |
'../build/linux/system.gyp:xfixes', |
], |
}], |
+ ['use_ozone==1', { |
+ 'dependencies': [ |
+ '../ui/ozone/ozone.gyp:ozone', |
+ ], |
+ }], |
['chromeos==1', { |
'dependencies': [ |
'../chromeos/chromeos.gyp:chromeos', |