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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'common/gpu_support_stub.h', | 71 'common/gpu_support_stub.h', |
72 'common/keyboard/keyboard_ui.cc', | 72 'common/keyboard/keyboard_ui.cc', |
73 'common/keyboard/keyboard_ui.h', | 73 'common/keyboard/keyboard_ui.h', |
74 'common/keyboard/keyboard_ui_observer.h', | 74 'common/keyboard/keyboard_ui_observer.h', |
75 'common/login_status.h', | 75 'common/login_status.h', |
76 'common/material_design/material_design_controller.cc', | 76 'common/material_design/material_design_controller.cc', |
77 'common/material_design/material_design_controller.h', | 77 'common/material_design/material_design_controller.h', |
78 'common/metrics/user_metrics_action.h', | 78 'common/metrics/user_metrics_action.h', |
79 'common/multi_profile_uma.cc', | 79 'common/multi_profile_uma.cc', |
80 'common/multi_profile_uma.h', | 80 'common/multi_profile_uma.h', |
81 'common/pointer_watcher_delegate.h', | 81 'common/pointer_down_watcher_delegate.h', |
82 'common/popup_message.cc', | 82 'common/popup_message.cc', |
83 'common/popup_message.h', | 83 'common/popup_message.h', |
84 'common/root_window_controller_common.cc', | 84 'common/root_window_controller_common.cc', |
85 'common/root_window_controller_common.h', | 85 'common/root_window_controller_common.h', |
86 'common/session/session_state_delegate.cc', | 86 'common/session/session_state_delegate.cc', |
87 'common/session/session_state_delegate.h', | 87 'common/session/session_state_delegate.h', |
88 'common/session/session_state_observer.cc', | 88 'common/session/session_state_observer.cc', |
89 'common/session/session_state_observer.h', | 89 'common/session/session_state_observer.h', |
90 'common/session/session_types.h', | 90 'common/session/session_types.h', |
91 'common/shelf/ink_drop_button_listener.h', | 91 'common/shelf/ink_drop_button_listener.h', |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 'magnifier/partial_magnification_controller.cc', | 571 'magnifier/partial_magnification_controller.cc', |
572 'magnifier/partial_magnification_controller.h', | 572 'magnifier/partial_magnification_controller.h', |
573 'metrics/desktop_task_switch_metric_recorder.cc', | 573 'metrics/desktop_task_switch_metric_recorder.cc', |
574 'metrics/desktop_task_switch_metric_recorder.h', | 574 'metrics/desktop_task_switch_metric_recorder.h', |
575 'metrics/task_switch_metrics_recorder.cc', | 575 'metrics/task_switch_metrics_recorder.cc', |
576 'metrics/task_switch_metrics_recorder.h', | 576 'metrics/task_switch_metrics_recorder.h', |
577 'metrics/task_switch_time_tracker.cc', | 577 'metrics/task_switch_time_tracker.cc', |
578 'metrics/task_switch_time_tracker.h', | 578 'metrics/task_switch_time_tracker.h', |
579 'metrics/user_metrics_recorder.cc', | 579 'metrics/user_metrics_recorder.cc', |
580 'metrics/user_metrics_recorder.h', | 580 'metrics/user_metrics_recorder.h', |
581 'pointer_watcher_delegate_aura.cc', | 581 'pointer_down_watcher_delegate_aura.cc', |
582 'pointer_watcher_delegate_aura.h', | 582 'pointer_down_watcher_delegate_aura.h', |
583 'root_window_controller.cc', | 583 'root_window_controller.cc', |
584 'root_window_controller.h', | 584 'root_window_controller.h', |
585 'root_window_settings.cc', | 585 'root_window_settings.cc', |
586 'root_window_settings.h', | 586 'root_window_settings.h', |
587 'rotator/screen_rotation_animation.cc', | 587 'rotator/screen_rotation_animation.cc', |
588 'rotator/screen_rotation_animation.h', | 588 'rotator/screen_rotation_animation.h', |
589 'rotator/screen_rotation_animator.cc', | 589 'rotator/screen_rotation_animator.cc', |
590 'rotator/screen_rotation_animator.h', | 590 'rotator/screen_rotation_animator.h', |
591 'rotator/window_rotation.cc', | 591 'rotator/window_rotation.cc', |
592 'rotator/window_rotation.h', | 592 'rotator/window_rotation.h', |
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1458 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1458 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1459 ], | 1459 ], |
1460 } | 1460 } |
1461 ], | 1461 ], |
1462 ], | 1462 ], |
1463 }, | 1463 }, |
1464 ], | 1464 ], |
1465 }], | 1465 }], |
1466 ], | 1466 ], |
1467 } | 1467 } |
OLD | NEW |