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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/projecting_observer_chromeos.cc', | 92 'display/projecting_observer_chromeos.cc', |
93 'display/projecting_observer_chromeos.h', | 93 'display/projecting_observer_chromeos.h', |
94 'display/resolution_notification_controller.cc', | 94 'display/resolution_notification_controller.cc', |
95 'display/resolution_notification_controller.h', | 95 'display/resolution_notification_controller.h', |
96 'display/root_window_transformers.cc', | 96 'display/root_window_transformers.cc', |
97 'display/root_window_transformers.h', | 97 'display/root_window_transformers.h', |
98 'display/screen_ash.cc', | 98 'display/screen_ash.cc', |
99 'display/screen_ash.h', | 99 'display/screen_ash.h', |
| 100 'display/screen_orientation_delegate_chromeos.cc', |
| 101 'display/screen_orientation_delegate_chromeos.h', |
100 'display/screen_position_controller.cc', | 102 'display/screen_position_controller.cc', |
101 'display/screen_position_controller.h', | 103 'display/screen_position_controller.h', |
102 'display/shared_display_edge_indicator.cc', | 104 'display/shared_display_edge_indicator.cc', |
103 'display/shared_display_edge_indicator.h', | 105 'display/shared_display_edge_indicator.h', |
104 'drag_drop/drag_drop_controller.cc', | 106 'drag_drop/drag_drop_controller.cc', |
105 'drag_drop/drag_drop_controller.h', | 107 'drag_drop/drag_drop_controller.h', |
106 'drag_drop/drag_drop_tracker.cc', | 108 'drag_drop/drag_drop_tracker.cc', |
107 'drag_drop/drag_drop_tracker.h', | 109 'drag_drop/drag_drop_tracker.h', |
108 'drag_drop/drag_image_view.cc', | 110 'drag_drop/drag_image_view.cc', |
109 'drag_drop/drag_image_view.h', | 111 'drag_drop/drag_image_view.h', |
(...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1292 '../build/isolate.gypi', | 1294 '../build/isolate.gypi', |
1293 ], | 1295 ], |
1294 'sources': [ | 1296 'sources': [ |
1295 'ash_unittests.isolate', | 1297 'ash_unittests.isolate', |
1296 ], | 1298 ], |
1297 }, | 1299 }, |
1298 ], | 1300 ], |
1299 }], | 1301 }], |
1300 ], | 1302 ], |
1301 } | 1303 } |
OLD | NEW |