| 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 15 matching lines...) Expand all Loading... |
| 26 'accelerators/magnifier_key_scroller.cc', | 26 'accelerators/magnifier_key_scroller.cc', |
| 27 'accelerators/magnifier_key_scroller.h', | 27 'accelerators/magnifier_key_scroller.h', |
| 28 'accelerators/nested_accelerator_delegate.cc', | 28 'accelerators/nested_accelerator_delegate.cc', |
| 29 'accelerators/nested_accelerator_delegate.h', | 29 'accelerators/nested_accelerator_delegate.h', |
| 30 'accelerators/spoken_feedback_toggler.cc', | 30 'accelerators/spoken_feedback_toggler.cc', |
| 31 'accelerators/spoken_feedback_toggler.h', | 31 'accelerators/spoken_feedback_toggler.h', |
| 32 'accessibility_delegate.h', | 32 'accessibility_delegate.h', |
| 33 'ash_constants.cc', | 33 'ash_constants.cc', |
| 34 'ash_constants.h', | 34 'ash_constants.h', |
| 35 'ash_export.h', | 35 'ash_export.h', |
| 36 'ash_layout_constants.cc', |
| 37 'ash_layout_constants.h', |
| 36 'ash_switches.cc', | 38 'ash_switches.cc', |
| 37 'ash_switches.h', | 39 'ash_switches.h', |
| 38 'ash_touch_exploration_manager_chromeos.cc', | 40 'ash_touch_exploration_manager_chromeos.cc', |
| 39 'ash_touch_exploration_manager_chromeos.h', | 41 'ash_touch_exploration_manager_chromeos.h', |
| 40 'audio/sounds.cc', | 42 'audio/sounds.cc', |
| 41 'audio/sounds.h', | 43 'audio/sounds.h', |
| 42 'autoclick/autoclick_controller.cc', | 44 'autoclick/autoclick_controller.cc', |
| 43 'autoclick/autoclick_controller.h', | 45 'autoclick/autoclick_controller.h', |
| 44 'cancel_mode.cc', | 46 'cancel_mode.cc', |
| 45 'cancel_mode.h', | 47 'cancel_mode.h', |
| (...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1363 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1365 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1364 ], | 1366 ], |
| 1365 } | 1367 } |
| 1366 ], | 1368 ], |
| 1367 ], | 1369 ], |
| 1368 }, | 1370 }, |
| 1369 ], | 1371 ], |
| 1370 }], | 1372 }], |
| 1371 ], | 1373 ], |
| 1372 } | 1374 } |
| OLD | NEW |