| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'display/display_layout_store.cc', | 82 'display/display_layout_store.cc', |
| 83 'display/display_manager.cc', | 83 'display/display_manager.cc', |
| 84 'display/display_manager.h', | 84 'display/display_manager.h', |
| 85 'display/display_pref_util.h', | 85 'display/display_pref_util.h', |
| 86 'display/event_transformation_handler.cc', | 86 'display/event_transformation_handler.cc', |
| 87 'display/event_transformation_handler.h', | 87 'display/event_transformation_handler.h', |
| 88 'display/mirror_window_controller.cc', | 88 'display/mirror_window_controller.cc', |
| 89 'display/mirror_window_controller.h', | 89 'display/mirror_window_controller.h', |
| 90 'display/mouse_cursor_event_filter.cc', | 90 'display/mouse_cursor_event_filter.cc', |
| 91 'display/mouse_cursor_event_filter.h', | 91 'display/mouse_cursor_event_filter.h', |
| 92 'display/mouse_cursor_event_filter_ozone.cc', |
| 92 'display/projecting_observer_chromeos.cc', | 93 'display/projecting_observer_chromeos.cc', |
| 93 'display/projecting_observer_chromeos.h', | 94 'display/projecting_observer_chromeos.h', |
| 94 'display/resolution_notification_controller.cc', | 95 'display/resolution_notification_controller.cc', |
| 95 'display/resolution_notification_controller.h', | 96 'display/resolution_notification_controller.h', |
| 96 'display/root_window_transformers.cc', | 97 'display/root_window_transformers.cc', |
| 97 'display/root_window_transformers.h', | 98 'display/root_window_transformers.h', |
| 98 'display/screen_ash.cc', | 99 'display/screen_ash.cc', |
| 99 'display/screen_ash.h', | 100 'display/screen_ash.h', |
| 100 'display/screen_position_controller.cc', | 101 'display/screen_position_controller.cc', |
| 101 'display/screen_position_controller.h', | 102 'display/screen_position_controller.h', |
| (...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1268 'conditions': [ | 1269 'conditions': [ |
| 1269 ['chromeos==1', { | 1270 ['chromeos==1', { |
| 1270 'dependencies': [ | 1271 'dependencies': [ |
| 1271 '../ui/display/display.gyp:display', | 1272 '../ui/display/display.gyp:display', |
| 1272 ], | 1273 ], |
| 1273 }], | 1274 }], |
| 1274 ], | 1275 ], |
| 1275 }, | 1276 }, |
| 1276 ], | 1277 ], |
| 1277 } | 1278 } |
| OLD | NEW |