| 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 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'common/wm/workspace/workspace_window_resizer.h', | 524 'common/wm/workspace/workspace_window_resizer.h', |
| 525 'common/wm/workspace_controller.cc', | 525 'common/wm/workspace_controller.cc', |
| 526 'common/wm/workspace_controller.h', | 526 'common/wm/workspace_controller.h', |
| 527 'common/wm_activation_observer.h', | 527 'common/wm_activation_observer.h', |
| 528 'common/wm_display_observer.h', | 528 'common/wm_display_observer.h', |
| 529 'common/wm_layout_manager.h', | 529 'common/wm_layout_manager.h', |
| 530 'common/wm_lookup.cc', | 530 'common/wm_lookup.cc', |
| 531 'common/wm_lookup.h', | 531 'common/wm_lookup.h', |
| 532 'common/wm_root_window_controller.cc', | 532 'common/wm_root_window_controller.cc', |
| 533 'common/wm_root_window_controller.h', | 533 'common/wm_root_window_controller.h', |
| 534 'common/wm_root_window_controller_observer.h', | |
| 535 'common/wm_shell.cc', | 534 'common/wm_shell.cc', |
| 536 'common/wm_shell.h', | 535 'common/wm_shell.h', |
| 537 'common/wm_transient_window_observer.h', | 536 'common/wm_transient_window_observer.h', |
| 538 'common/wm_window.h', | 537 'common/wm_window.h', |
| 539 'common/wm_window_observer.h', | 538 'common/wm_window_observer.h', |
| 540 'common/wm_window_property.h', | 539 'common/wm_window_property.h', |
| 541 'common/wm_window_tracker.h', | 540 'common/wm_window_tracker.h', |
| 542 'debug.cc', | 541 'debug.cc', |
| 543 'debug.h', | 542 'debug.h', |
| 544 'default_wallpaper_delegate.cc', | 543 'default_wallpaper_delegate.cc', |
| (...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1513 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1512 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1514 ], | 1513 ], |
| 1515 } | 1514 } |
| 1516 ], | 1515 ], |
| 1517 ], | 1516 ], |
| 1518 }, | 1517 }, |
| 1519 ], | 1518 ], |
| 1520 }], | 1519 }], |
| 1521 ], | 1520 ], |
| 1522 } | 1521 } |
| OLD | NEW |