| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'aura/wm_window_aura.h', | 42 'aura/wm_window_aura.h', |
| 43 'autoclick/autoclick_controller.cc', | 43 'autoclick/autoclick_controller.cc', |
| 44 'autoclick/autoclick_controller.h', | 44 'autoclick/autoclick_controller.h', |
| 45 'cancel_mode.cc', | 45 'cancel_mode.cc', |
| 46 'cancel_mode.h', | 46 'cancel_mode.h', |
| 47 'common/accelerators/accelerator_commands.cc', | 47 'common/accelerators/accelerator_commands.cc', |
| 48 'common/accelerators/accelerator_commands.h', | 48 'common/accelerators/accelerator_commands.h', |
| 49 'common/accelerators/accelerator_controller.cc', | 49 'common/accelerators/accelerator_controller.cc', |
| 50 'common/accelerators/accelerator_controller.h', | 50 'common/accelerators/accelerator_controller.h', |
| 51 'common/accelerators/accelerator_controller_delegate.h', | 51 'common/accelerators/accelerator_controller_delegate.h', |
| 52 'common/accelerators/accelerator_router.cc', |
| 53 'common/accelerators/accelerator_router.h', |
| 52 'common/accelerators/accelerator_table.cc', | 54 'common/accelerators/accelerator_table.cc', |
| 53 'common/accelerators/accelerator_table.h', | 55 'common/accelerators/accelerator_table.h', |
| 54 'common/accelerators/debug_commands.cc', | 56 'common/accelerators/debug_commands.cc', |
| 55 'common/accelerators/debug_commands.h', | 57 'common/accelerators/debug_commands.h', |
| 56 'common/accelerators/exit_warning_handler.cc', | 58 'common/accelerators/exit_warning_handler.cc', |
| 57 'common/accelerators/exit_warning_handler.h', | 59 'common/accelerators/exit_warning_handler.h', |
| 58 'common/accessibility_delegate.h', | 60 'common/accessibility_delegate.h', |
| 59 'common/accessibility_types.h', | 61 'common/accessibility_types.h', |
| 60 'common/ash_constants.cc', | 62 'common/ash_constants.cc', |
| 61 'common/ash_constants.h', | 63 'common/ash_constants.h', |
| (...skipping 1404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1468 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1467 ], | 1469 ], |
| 1468 } | 1470 } |
| 1469 ], | 1471 ], |
| 1470 ], | 1472 ], |
| 1471 }, | 1473 }, |
| 1472 ], | 1474 ], |
| 1473 }], | 1475 }], |
| 1474 ], | 1476 ], |
| 1475 } | 1477 } |
| OLD | NEW |