| 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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 'common/wm/dock/docked_window_layout_manager.h', | 281 'common/wm/dock/docked_window_layout_manager.h', |
| 282 'common/wm/dock/docked_window_layout_manager_observer.h', | 282 'common/wm/dock/docked_window_layout_manager_observer.h', |
| 283 'common/wm/dock/docked_window_resizer.cc', | 283 'common/wm/dock/docked_window_resizer.cc', |
| 284 'common/wm/dock/docked_window_resizer.h', | 284 'common/wm/dock/docked_window_resizer.h', |
| 285 'common/wm/drag_details.cc', | 285 'common/wm/drag_details.cc', |
| 286 'common/wm/drag_details.h', | 286 'common/wm/drag_details.h', |
| 287 'common/wm/focus_rules.cc', | 287 'common/wm/focus_rules.cc', |
| 288 'common/wm/focus_rules.h', | 288 'common/wm/focus_rules.h', |
| 289 'common/wm/fullscreen_window_finder.cc', | 289 'common/wm/fullscreen_window_finder.cc', |
| 290 'common/wm/fullscreen_window_finder.h', | 290 'common/wm/fullscreen_window_finder.h', |
| 291 'common/wm/maximize_mode/maximize_mode_controller.cc', |
| 292 'common/wm/maximize_mode/maximize_mode_controller.h', |
| 291 'common/wm/maximize_mode/maximize_mode_event_handler.cc', | 293 'common/wm/maximize_mode/maximize_mode_event_handler.cc', |
| 292 'common/wm/maximize_mode/maximize_mode_event_handler.h', | 294 'common/wm/maximize_mode/maximize_mode_event_handler.h', |
| 293 'common/wm/maximize_mode/maximize_mode_window_manager.cc', | 295 'common/wm/maximize_mode/maximize_mode_window_manager.cc', |
| 294 'common/wm/maximize_mode/maximize_mode_window_manager.h', | 296 'common/wm/maximize_mode/maximize_mode_window_manager.h', |
| 295 'common/wm/maximize_mode/maximize_mode_window_state.cc', | 297 'common/wm/maximize_mode/maximize_mode_window_state.cc', |
| 296 'common/wm/maximize_mode/maximize_mode_window_state.h', | 298 'common/wm/maximize_mode/maximize_mode_window_state.h', |
| 299 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', |
| 297 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', | 300 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', |
| 298 'common/wm/maximize_mode/workspace_backdrop_delegate.h', | 301 'common/wm/maximize_mode/workspace_backdrop_delegate.h', |
| 299 'common/wm/mru_window_tracker.cc', | 302 'common/wm/mru_window_tracker.cc', |
| 300 'common/wm/mru_window_tracker.h', | 303 'common/wm/mru_window_tracker.h', |
| 301 'common/wm/overview/overview_animation_type.h', | 304 'common/wm/overview/overview_animation_type.h', |
| 302 'common/wm/overview/scoped_overview_animation_settings.h', | 305 'common/wm/overview/scoped_overview_animation_settings.h', |
| 303 'common/wm/overview/scoped_overview_animation_settings_factory.cc', | 306 'common/wm/overview/scoped_overview_animation_settings_factory.cc', |
| 304 'common/wm/overview/scoped_overview_animation_settings_factory.h', | 307 'common/wm/overview/scoped_overview_animation_settings_factory.h', |
| 305 'common/wm/overview/scoped_transform_overview_window.cc', | 308 'common/wm/overview/scoped_transform_overview_window.cc', |
| 306 'common/wm/overview/scoped_transform_overview_window.h', | 309 'common/wm/overview/scoped_transform_overview_window.h', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'wm/immersive_fullscreen_controller.h', | 682 'wm/immersive_fullscreen_controller.h', |
| 680 'wm/immersive_revealed_lock.cc', | 683 'wm/immersive_revealed_lock.cc', |
| 681 'wm/immersive_revealed_lock.h', | 684 'wm/immersive_revealed_lock.h', |
| 682 'wm/lock_layout_manager.cc', | 685 'wm/lock_layout_manager.cc', |
| 683 'wm/lock_layout_manager.h', | 686 'wm/lock_layout_manager.h', |
| 684 'wm/lock_state_controller.cc', | 687 'wm/lock_state_controller.cc', |
| 685 'wm/lock_state_controller.h', | 688 'wm/lock_state_controller.h', |
| 686 'wm/lock_state_observer.h', | 689 'wm/lock_state_observer.h', |
| 687 'wm/lock_window_state.cc', | 690 'wm/lock_window_state.cc', |
| 688 'wm/lock_window_state.h', | 691 'wm/lock_window_state.h', |
| 689 'wm/maximize_mode/maximize_mode_controller.cc', | |
| 690 'wm/maximize_mode/maximize_mode_controller.h', | |
| 691 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', | 692 'wm/maximize_mode/maximize_mode_event_handler_aura.cc', |
| 692 'wm/maximize_mode/maximize_mode_event_handler_aura.h', | 693 'wm/maximize_mode/maximize_mode_event_handler_aura.h', |
| 693 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', | |
| 694 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc', | 694 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.cc', |
| 695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', | 695 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h', |
| 696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', | 696 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.cc', |
| 697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', | 697 'wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_x11.h', |
| 698 'wm/overlay_event_filter.cc', | 698 'wm/overlay_event_filter.cc', |
| 699 'wm/overlay_event_filter.h', | 699 'wm/overlay_event_filter.h', |
| 700 'wm/overview/scoped_overview_animation_settings_aura.cc', | 700 'wm/overview/scoped_overview_animation_settings_aura.cc', |
| 701 'wm/overview/scoped_overview_animation_settings_aura.h', | 701 'wm/overview/scoped_overview_animation_settings_aura.h', |
| 702 'wm/overview/scoped_overview_animation_settings_factory_aura.cc', | 702 'wm/overview/scoped_overview_animation_settings_factory_aura.cc', |
| 703 'wm/overview/scoped_overview_animation_settings_factory_aura.h', | 703 'wm/overview/scoped_overview_animation_settings_factory_aura.h', |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1451 ], | 1451 ], |
| 1452 } | 1452 } |
| 1453 ], | 1453 ], |
| 1454 ], | 1454 ], |
| 1455 }, | 1455 }, |
| 1456 ], | 1456 ], |
| 1457 }], | 1457 }], |
| 1458 ], | 1458 ], |
| 1459 } | 1459 } |
| OLD | NEW |