OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 # These files lists are shared with the GN build. | 9 # These files lists are shared with the GN build. |
10 'ash_sources': [ | 10 'ash_sources': [ |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'display/display_layout_store.cc', | 81 'display/display_layout_store.cc', |
82 'display/display_manager.cc', | 82 'display/display_manager.cc', |
83 'display/display_manager.h', | 83 'display/display_manager.h', |
84 'display/display_pref_util.h', | 84 'display/display_pref_util.h', |
85 'display/event_transformation_handler.cc', | 85 'display/event_transformation_handler.cc', |
86 'display/event_transformation_handler.h', | 86 'display/event_transformation_handler.h', |
87 'display/mirror_window_controller.cc', | 87 'display/mirror_window_controller.cc', |
88 'display/mirror_window_controller.h', | 88 'display/mirror_window_controller.h', |
89 'display/mouse_cursor_event_filter.cc', | 89 'display/mouse_cursor_event_filter.cc', |
90 'display/mouse_cursor_event_filter.h', | 90 'display/mouse_cursor_event_filter.h', |
| 91 'display/mouse_cursor_event_filter_ozone.cc', |
91 'display/projecting_observer_chromeos.cc', | 92 'display/projecting_observer_chromeos.cc', |
92 'display/projecting_observer_chromeos.h', | 93 'display/projecting_observer_chromeos.h', |
93 'display/resolution_notification_controller.cc', | 94 'display/resolution_notification_controller.cc', |
94 'display/resolution_notification_controller.h', | 95 'display/resolution_notification_controller.h', |
95 'display/root_window_transformers.cc', | 96 'display/root_window_transformers.cc', |
96 'display/root_window_transformers.h', | 97 'display/root_window_transformers.h', |
97 'display/screen_ash.cc', | 98 'display/screen_ash.cc', |
98 'display/screen_ash.h', | 99 'display/screen_ash.h', |
99 'display/screen_position_controller.cc', | 100 'display/screen_position_controller.cc', |
100 'display/screen_position_controller.h', | 101 'display/screen_position_controller.h', |
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1249 'conditions': [ | 1250 'conditions': [ |
1250 ['chromeos==1', { | 1251 ['chromeos==1', { |
1251 'dependencies': [ | 1252 'dependencies': [ |
1252 '../ui/display/display.gyp:display', | 1253 '../ui/display/display.gyp:display', |
1253 ], | 1254 ], |
1254 }], | 1255 }], |
1255 ], | 1256 ], |
1256 }, | 1257 }, |
1257 ], | 1258 ], |
1258 } | 1259 } |
OLD | NEW |