| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'common/wm/focus_rules.h', | 371 'common/wm/focus_rules.h', |
| 372 'common/wm/forwarding_layer_delegate.cc', | 372 'common/wm/forwarding_layer_delegate.cc', |
| 373 'common/wm/forwarding_layer_delegate.h', | 373 'common/wm/forwarding_layer_delegate.h', |
| 374 'common/wm/fullscreen_window_finder.cc', | 374 'common/wm/fullscreen_window_finder.cc', |
| 375 'common/wm/fullscreen_window_finder.h', | 375 'common/wm/fullscreen_window_finder.h', |
| 376 'common/wm/lock_state_observer.h', | 376 'common/wm/lock_state_observer.h', |
| 377 'common/wm/maximize_mode/maximize_mode_controller.cc', | 377 'common/wm/maximize_mode/maximize_mode_controller.cc', |
| 378 'common/wm/maximize_mode/maximize_mode_controller.h', | 378 'common/wm/maximize_mode/maximize_mode_controller.h', |
| 379 'common/wm/maximize_mode/maximize_mode_event_handler.cc', | 379 'common/wm/maximize_mode/maximize_mode_event_handler.cc', |
| 380 'common/wm/maximize_mode/maximize_mode_event_handler.h', | 380 'common/wm/maximize_mode/maximize_mode_event_handler.h', |
| 381 'common/wm/maximize_mode/maximize_mode_screenshot_observer.h', |
| 381 'common/wm/maximize_mode/maximize_mode_window_manager.cc', | 382 'common/wm/maximize_mode/maximize_mode_window_manager.cc', |
| 382 'common/wm/maximize_mode/maximize_mode_window_manager.h', | 383 'common/wm/maximize_mode/maximize_mode_window_manager.h', |
| 383 'common/wm/maximize_mode/maximize_mode_window_state.cc', | 384 'common/wm/maximize_mode/maximize_mode_window_state.cc', |
| 384 'common/wm/maximize_mode/maximize_mode_window_state.h', | 385 'common/wm/maximize_mode/maximize_mode_window_state.h', |
| 385 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', | 386 'common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h', |
| 386 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', | 387 'common/wm/maximize_mode/workspace_backdrop_delegate.cc', |
| 387 'common/wm/maximize_mode/workspace_backdrop_delegate.h', | 388 'common/wm/maximize_mode/workspace_backdrop_delegate.h', |
| 388 'common/wm/mru_window_tracker.cc', | 389 'common/wm/mru_window_tracker.cc', |
| 389 'common/wm/mru_window_tracker.h', | 390 'common/wm/mru_window_tracker.h', |
| 390 'common/wm/overview/cleanup_animation_observer.cc', | 391 'common/wm/overview/cleanup_animation_observer.cc', |
| (...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1472 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1472 ], | 1473 ], |
| 1473 } | 1474 } |
| 1474 ], | 1475 ], |
| 1475 ], | 1476 ], |
| 1476 }, | 1477 }, |
| 1477 ], | 1478 ], |
| 1478 }], | 1479 }], |
| 1479 ], | 1480 ], |
| 1480 } | 1481 } |
| OLD | NEW |