| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 'wm/common/wm_root_window_controller_observer.h', | 553 'wm/common/wm_root_window_controller_observer.h', |
| 554 'wm/common/wm_screen_util.cc', | 554 'wm/common/wm_screen_util.cc', |
| 555 'wm/common/wm_screen_util.h', | 555 'wm/common/wm_screen_util.h', |
| 556 'wm/common/wm_snap_to_pixel_layout_manager.cc', | 556 'wm/common/wm_snap_to_pixel_layout_manager.cc', |
| 557 'wm/common/wm_snap_to_pixel_layout_manager.h', | 557 'wm/common/wm_snap_to_pixel_layout_manager.h', |
| 558 'wm/common/wm_types.cc', | 558 'wm/common/wm_types.cc', |
| 559 'wm/common/wm_types.h', | 559 'wm/common/wm_types.h', |
| 560 'wm/common/wm_window.h', | 560 'wm/common/wm_window.h', |
| 561 'wm/common/wm_window_observer.h', | 561 'wm/common/wm_window_observer.h', |
| 562 'wm/common/wm_window_property.h', | 562 'wm/common/wm_window_property.h', |
| 563 'wm/common/wm_window_tracker.h', |
| 563 'wm/common/workspace/workspace_layout_manager_delegate.h', | 564 'wm/common/workspace/workspace_layout_manager_delegate.h', |
| 564 'wm/common/workspace/workspace_types.h', | 565 'wm/common/workspace/workspace_types.h', |
| 565 'wm/cursor_manager_chromeos.cc', | 566 'wm/cursor_manager_chromeos.cc', |
| 566 'wm/cursor_manager_chromeos.h', | 567 'wm/cursor_manager_chromeos.h', |
| 567 'wm/default_state.cc', | 568 'wm/default_state.cc', |
| 568 'wm/default_state.h', | 569 'wm/default_state.h', |
| 569 'wm/default_window_resizer.cc', | 570 'wm/default_window_resizer.cc', |
| 570 'wm/default_window_resizer.h', | 571 'wm/default_window_resizer.h', |
| 571 'wm/dim_window.cc', | 572 'wm/dim_window.cc', |
| 572 'wm/dim_window.h', | 573 'wm/dim_window.h', |
| (...skipping 821 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1394 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1395 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1395 ], | 1396 ], |
| 1396 } | 1397 } |
| 1397 ], | 1398 ], |
| 1398 ], | 1399 ], |
| 1399 }, | 1400 }, |
| 1400 ], | 1401 ], |
| 1401 }], | 1402 }], |
| 1402 ], | 1403 ], |
| 1403 } | 1404 } |
| OLD | NEW |