| 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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'common/material_design/material_design_controller.cc', | 83 'common/material_design/material_design_controller.cc', |
| 84 'common/material_design/material_design_controller.h', | 84 'common/material_design/material_design_controller.h', |
| 85 'common/metrics/user_metrics_action.h', | 85 'common/metrics/user_metrics_action.h', |
| 86 'common/multi_profile_uma.cc', | 86 'common/multi_profile_uma.cc', |
| 87 'common/multi_profile_uma.h', | 87 'common/multi_profile_uma.h', |
| 88 'common/pointer_watcher_delegate.h', | 88 'common/pointer_watcher_delegate.h', |
| 89 'common/popup_message.cc', | 89 'common/popup_message.cc', |
| 90 'common/popup_message.h', | 90 'common/popup_message.h', |
| 91 'common/root_window_controller_common.cc', | 91 'common/root_window_controller_common.cc', |
| 92 'common/root_window_controller_common.h', | 92 'common/root_window_controller_common.h', |
| 93 'common/scoped_root_window_for_new_windows.cc', |
| 94 'common/scoped_root_window_for_new_windows.h', |
| 93 'common/session/session_state_delegate.cc', | 95 'common/session/session_state_delegate.cc', |
| 94 'common/session/session_state_delegate.h', | 96 'common/session/session_state_delegate.h', |
| 95 'common/session/session_state_observer.cc', | 97 'common/session/session_state_observer.cc', |
| 96 'common/session/session_state_observer.h', | 98 'common/session/session_state_observer.h', |
| 97 'common/session/session_types.h', | 99 'common/session/session_types.h', |
| 98 'common/shelf/app_list_button.cc', | 100 'common/shelf/app_list_button.cc', |
| 99 'common/shelf/app_list_button.h', | 101 'common/shelf/app_list_button.h', |
| 100 'common/shelf/app_list_shelf_item_delegate.cc', | 102 'common/shelf/app_list_shelf_item_delegate.cc', |
| 101 'common/shelf/app_list_shelf_item_delegate.h', | 103 'common/shelf/app_list_shelf_item_delegate.h', |
| 102 'common/shelf/ink_drop_button_listener.h', | 104 'common/shelf/ink_drop_button_listener.h', |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'root_window_controller.cc', | 616 'root_window_controller.cc', |
| 615 'root_window_controller.h', | 617 'root_window_controller.h', |
| 616 'root_window_settings.cc', | 618 'root_window_settings.cc', |
| 617 'root_window_settings.h', | 619 'root_window_settings.h', |
| 618 'rotator/screen_rotation_animation.cc', | 620 'rotator/screen_rotation_animation.cc', |
| 619 'rotator/screen_rotation_animation.h', | 621 'rotator/screen_rotation_animation.h', |
| 620 'rotator/screen_rotation_animator.cc', | 622 'rotator/screen_rotation_animator.cc', |
| 621 'rotator/screen_rotation_animator.h', | 623 'rotator/screen_rotation_animator.h', |
| 622 'rotator/window_rotation.cc', | 624 'rotator/window_rotation.cc', |
| 623 'rotator/window_rotation.h', | 625 'rotator/window_rotation.h', |
| 624 'scoped_target_root_window.cc', | |
| 625 'scoped_target_root_window.h', | |
| 626 'screen_util.cc', | 626 'screen_util.cc', |
| 627 'screen_util.h', | 627 'screen_util.h', |
| 628 'screenshot_delegate.h', | 628 'screenshot_delegate.h', |
| 629 'shelf/shelf.cc', | 629 'shelf/shelf.cc', |
| 630 'shelf/shelf.h', | 630 'shelf/shelf.h', |
| 631 'shelf/shelf_bezel_event_filter.cc', | 631 'shelf/shelf_bezel_event_filter.cc', |
| 632 'shelf/shelf_bezel_event_filter.h', | 632 'shelf/shelf_bezel_event_filter.h', |
| 633 'shelf/shelf_icon_observer.h', | 633 'shelf/shelf_icon_observer.h', |
| 634 'shelf/shelf_layout_manager.cc', | 634 'shelf/shelf_layout_manager.cc', |
| 635 'shelf/shelf_layout_manager.h', | 635 'shelf/shelf_layout_manager.h', |
| (...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1475 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1476 ], | 1476 ], |
| 1477 } | 1477 } |
| 1478 ], | 1478 ], |
| 1479 ], | 1479 ], |
| 1480 }, | 1480 }, |
| 1481 ], | 1481 ], |
| 1482 }], | 1482 }], |
| 1483 ], | 1483 ], |
| 1484 } | 1484 } |
| OLD | NEW |