| 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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 'shelf/shelf_icon_observer.h', | 644 'shelf/shelf_icon_observer.h', |
| 645 'shelf/shelf_layout_manager.cc', | 645 'shelf/shelf_layout_manager.cc', |
| 646 'shelf/shelf_layout_manager.h', | 646 'shelf/shelf_layout_manager.h', |
| 647 'shelf/shelf_layout_manager_observer.h', | 647 'shelf/shelf_layout_manager_observer.h', |
| 648 'shelf/shelf_util.cc', | 648 'shelf/shelf_util.cc', |
| 649 'shelf/shelf_util.h', | 649 'shelf/shelf_util.h', |
| 650 'shelf/shelf_view.cc', | 650 'shelf/shelf_view.cc', |
| 651 'shelf/shelf_view.h', | 651 'shelf/shelf_view.h', |
| 652 'shelf/shelf_widget.cc', | 652 'shelf/shelf_widget.cc', |
| 653 'shelf/shelf_widget.h', | 653 'shelf/shelf_widget.h', |
| 654 'shelf/shelf_window_targeter.cc', |
| 655 'shelf/shelf_window_targeter.h', |
| 654 'shell.cc', | 656 'shell.cc', |
| 655 'shell.h', | 657 'shell.h', |
| 656 'shell_init_params.cc', | 658 'shell_init_params.cc', |
| 657 'shell_init_params.h', | 659 'shell_init_params.h', |
| 658 'snap_to_pixel_layout_manager.cc', | 660 'snap_to_pixel_layout_manager.cc', |
| 659 'snap_to_pixel_layout_manager.h', | 661 'snap_to_pixel_layout_manager.h', |
| 660 'sticky_keys/sticky_keys_controller.cc', | 662 'sticky_keys/sticky_keys_controller.cc', |
| 661 'sticky_keys/sticky_keys_controller.h', | 663 'sticky_keys/sticky_keys_controller.h', |
| 662 'sticky_keys/sticky_keys_overlay.cc', | 664 'sticky_keys/sticky_keys_overlay.cc', |
| 663 'sticky_keys/sticky_keys_overlay.h', | 665 'sticky_keys/sticky_keys_overlay.h', |
| (...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1478 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1480 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1479 ], | 1481 ], |
| 1480 } | 1482 } |
| 1481 ], | 1483 ], |
| 1482 ], | 1484 ], |
| 1483 }, | 1485 }, |
| 1484 ], | 1486 ], |
| 1485 }], | 1487 }], |
| 1486 ], | 1488 ], |
| 1487 } | 1489 } |
| OLD | NEW |