| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 'common/wm/workspace/magnetism_matcher.h', | 496 'common/wm/workspace/magnetism_matcher.h', |
| 497 'common/wm/workspace/multi_window_resize_controller.cc', | 497 'common/wm/workspace/multi_window_resize_controller.cc', |
| 498 'common/wm/workspace/multi_window_resize_controller.h', | 498 'common/wm/workspace/multi_window_resize_controller.h', |
| 499 'common/wm/workspace/phantom_window_controller.cc', | 499 'common/wm/workspace/phantom_window_controller.cc', |
| 500 'common/wm/workspace/phantom_window_controller.h', | 500 'common/wm/workspace/phantom_window_controller.h', |
| 501 'common/wm/workspace/two_step_edge_cycler.cc', | 501 'common/wm/workspace/two_step_edge_cycler.cc', |
| 502 'common/wm/workspace/two_step_edge_cycler.h', | 502 'common/wm/workspace/two_step_edge_cycler.h', |
| 503 'common/wm/workspace/workspace_layout_manager.cc', | 503 'common/wm/workspace/workspace_layout_manager.cc', |
| 504 'common/wm/workspace/workspace_layout_manager.h', | 504 'common/wm/workspace/workspace_layout_manager.h', |
| 505 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h', | 505 'common/wm/workspace/workspace_layout_manager_backdrop_delegate.h', |
| 506 'common/wm/workspace/workspace_layout_manager_delegate.h', | |
| 507 'common/wm/workspace/workspace_types.h', | 506 'common/wm/workspace/workspace_types.h', |
| 508 'common/wm/workspace/workspace_window_resizer.cc', | 507 'common/wm/workspace/workspace_window_resizer.cc', |
| 509 'common/wm/workspace/workspace_window_resizer.h', | 508 'common/wm/workspace/workspace_window_resizer.h', |
| 510 'common/wm_activation_observer.h', | 509 'common/wm_activation_observer.h', |
| 511 'common/wm_display_observer.h', | 510 'common/wm_display_observer.h', |
| 512 'common/wm_layout_manager.h', | 511 'common/wm_layout_manager.h', |
| 513 'common/wm_lookup.cc', | 512 'common/wm_lookup.cc', |
| 514 'common/wm_lookup.h', | 513 'common/wm_lookup.h', |
| 515 'common/wm_root_window_controller.h', | 514 'common/wm_root_window_controller.h', |
| 516 'common/wm_root_window_controller_observer.h', | 515 'common/wm_root_window_controller_observer.h', |
| (...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1484 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1485 ], | 1484 ], |
| 1486 } | 1485 } |
| 1487 ], | 1486 ], |
| 1488 ], | 1487 ], |
| 1489 }, | 1488 }, |
| 1490 ], | 1489 ], |
| 1491 }], | 1490 }], |
| 1492 ], | 1491 ], |
| 1493 } | 1492 } |
| OLD | NEW |