Index: ash/ash.gyp |
diff --git a/ash/ash.gyp b/ash/ash.gyp |
index c3644175538c613b45984ee744d3787104dcccd9..716eba7a9dbfd47f206f6db784f0424a5b16a6bb 100644 |
--- a/ash/ash.gyp |
+++ b/ash/ash.gyp |
@@ -531,6 +531,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', |
@@ -933,6 +935,11 @@ |
'../build/linux/system.gyp:xfixes', |
], |
}], |
+ ['use_ozone==1', { |
+ 'dependencies': [ |
+ '../ui/ozone/ozone.gyp:ozone', |
+ ], |
+ }], |
['chromeos==1', { |
'dependencies': [ |
'../chromeos/chromeos.gyp:chromeos', |