| 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 'display/display_error_observer_chromeos.cc', | 74 'display/display_error_observer_chromeos.cc', |
| 75 'display/display_error_observer_chromeos.h', | 75 'display/display_error_observer_chromeos.h', |
| 76 'display/display_info.cc', | 76 'display/display_info.cc', |
| 77 'display/display_info.h', | 77 'display/display_info.h', |
| 78 'display/display_layout.cc', | 78 'display/display_layout.cc', |
| 79 'display/display_layout.h', | 79 'display/display_layout.h', |
| 80 'display/display_layout_store.cc', | 80 'display/display_layout_store.cc', |
| 81 'display/display_layout_store.h', | 81 'display/display_layout_store.h', |
| 82 'display/display_manager.cc', | 82 'display/display_manager.cc', |
| 83 'display/display_manager.h', | 83 'display/display_manager.h', |
| 84 'display/display_configuration_controller.cc', |
| 85 'display/display_configuration_controller.h', |
| 84 'display/display_pref_util.h', | 86 'display/display_pref_util.h', |
| 85 'display/display_util.cc', | 87 'display/display_util.cc', |
| 86 'display/display_util.h', | 88 'display/display_util.h', |
| 87 'display/extended_mouse_warp_controller.cc', | 89 'display/extended_mouse_warp_controller.cc', |
| 88 'display/extended_mouse_warp_controller.h', | 90 'display/extended_mouse_warp_controller.h', |
| 89 'display/event_transformation_handler.cc', | 91 'display/event_transformation_handler.cc', |
| 90 'display/event_transformation_handler.h', | 92 'display/event_transformation_handler.h', |
| 91 'display/mirror_window_controller.cc', | 93 'display/mirror_window_controller.cc', |
| 92 'display/mirror_window_controller.h', | 94 'display/mirror_window_controller.h', |
| 93 'display/mouse_cursor_event_filter.cc', | 95 'display/mouse_cursor_event_filter.cc', |
| (...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1028 }, { # else: chromeos!=1 | 1030 }, { # else: chromeos!=1 |
| 1029 'sources!': [ | 1031 'sources!': [ |
| 1030 'accelerators/key_hold_detector.cc', | 1032 'accelerators/key_hold_detector.cc', |
| 1031 'accelerators/key_hold_detector.h', | 1033 'accelerators/key_hold_detector.h', |
| 1032 'accelerators/magnifier_key_scroller.cc', | 1034 'accelerators/magnifier_key_scroller.cc', |
| 1033 'accelerators/magnifier_key_scroller.h', | 1035 'accelerators/magnifier_key_scroller.h', |
| 1034 'accelerators/spoken_feedback_toggler.cc', | 1036 'accelerators/spoken_feedback_toggler.cc', |
| 1035 'accelerators/spoken_feedback_toggler.h', | 1037 'accelerators/spoken_feedback_toggler.h', |
| 1036 'display/display_animator.cc', | 1038 'display/display_animator.cc', |
| 1037 'display/display_animator.h', | 1039 'display/display_animator.h', |
| 1040 'display/display_configuration_controller.cc', |
| 1041 'display/display_configuration_controller.h', |
| 1038 'display/resolution_notification_controller.cc', | 1042 'display/resolution_notification_controller.cc', |
| 1039 'display/resolution_notification_controller.h', | 1043 'display/resolution_notification_controller.h', |
| 1040 'system/tray/media_security/media_capture_observer.h', | 1044 'system/tray/media_security/media_capture_observer.h', |
| 1041 'system/tray/media_security/multi_profile_media_tray_item.cc', | 1045 'system/tray/media_security/multi_profile_media_tray_item.cc', |
| 1042 'system/tray/media_security/multi_profile_media_tray_item.h', | 1046 'system/tray/media_security/multi_profile_media_tray_item.h', |
| 1043 'touch/touch_transformer_controller.cc', | 1047 'touch/touch_transformer_controller.cc', |
| 1044 'touch/touch_transformer_controller.h', | 1048 'touch/touch_transformer_controller.h', |
| 1045 'touch/touchscreen_util.cc', | 1049 'touch/touchscreen_util.cc', |
| 1046 'touch/touchscreen_util.h', | 1050 'touch/touchscreen_util.h', |
| 1047 'virtual_keyboard_controller.cc', | 1051 'virtual_keyboard_controller.cc', |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1370 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1367 ], | 1371 ], |
| 1368 } | 1372 } |
| 1369 ], | 1373 ], |
| 1370 ], | 1374 ], |
| 1371 }, | 1375 }, |
| 1372 ], | 1376 ], |
| 1373 }], | 1377 }], |
| 1374 ], | 1378 ], |
| 1375 } | 1379 } |
| OLD | NEW |