| 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 'common/wm/wm_event.cc', | 485 'common/wm/wm_event.cc', |
| 486 'common/wm/wm_event.h', | 486 'common/wm/wm_event.h', |
| 487 'common/wm/wm_screen_util.cc', | 487 'common/wm/wm_screen_util.cc', |
| 488 'common/wm/wm_screen_util.h', | 488 'common/wm/wm_screen_util.h', |
| 489 'common/wm/wm_snap_to_pixel_layout_manager.cc', | 489 'common/wm/wm_snap_to_pixel_layout_manager.cc', |
| 490 'common/wm/wm_snap_to_pixel_layout_manager.h', | 490 'common/wm/wm_snap_to_pixel_layout_manager.h', |
| 491 'common/wm/wm_toplevel_window_event_handler.cc', | 491 'common/wm/wm_toplevel_window_event_handler.cc', |
| 492 'common/wm/wm_toplevel_window_event_handler.h', | 492 'common/wm/wm_toplevel_window_event_handler.h', |
| 493 'common/wm/wm_types.cc', | 493 'common/wm/wm_types.cc', |
| 494 'common/wm/wm_types.h', | 494 'common/wm/wm_types.h', |
| 495 'common/wm/wm_window_animations.cc', |
| 496 'common/wm/wm_window_animations.h', |
| 495 'common/wm/workspace/magnetism_matcher.cc', | 497 'common/wm/workspace/magnetism_matcher.cc', |
| 496 'common/wm/workspace/magnetism_matcher.h', | 498 'common/wm/workspace/magnetism_matcher.h', |
| 497 'common/wm/workspace/multi_window_resize_controller.cc', | 499 'common/wm/workspace/multi_window_resize_controller.cc', |
| 498 'common/wm/workspace/multi_window_resize_controller.h', | 500 'common/wm/workspace/multi_window_resize_controller.h', |
| 499 'common/wm/workspace/phantom_window_controller.cc', | 501 'common/wm/workspace/phantom_window_controller.cc', |
| 500 'common/wm/workspace/phantom_window_controller.h', | 502 'common/wm/workspace/phantom_window_controller.h', |
| 501 'common/wm/workspace/two_step_edge_cycler.cc', | 503 'common/wm/workspace/two_step_edge_cycler.cc', |
| 502 'common/wm/workspace/two_step_edge_cycler.h', | 504 'common/wm/workspace/two_step_edge_cycler.h', |
| 503 'common/wm/workspace/workspace_layout_manager.cc', | 505 'common/wm/workspace/workspace_layout_manager.cc', |
| 504 'common/wm/workspace/workspace_layout_manager.h', | 506 'common/wm/workspace/workspace_layout_manager.h', |
| (...skipping 978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1483 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1485 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1484 ], | 1486 ], |
| 1485 } | 1487 } |
| 1486 ], | 1488 ], |
| 1487 ], | 1489 ], |
| 1488 }, | 1490 }, |
| 1489 ], | 1491 ], |
| 1490 }], | 1492 }], |
| 1491 ], | 1493 ], |
| 1492 } | 1494 } |
| OLD | NEW |