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 27 matching lines...) Expand all Loading... |
38 'ash_layout_constants.cc', | 38 'ash_layout_constants.cc', |
39 'ash_layout_constants.h', | 39 'ash_layout_constants.h', |
40 'ash_switches.cc', | 40 'ash_switches.cc', |
41 'ash_switches.h', | 41 'ash_switches.h', |
42 'ash_touch_exploration_manager_chromeos.cc', | 42 'ash_touch_exploration_manager_chromeos.cc', |
43 'ash_touch_exploration_manager_chromeos.h', | 43 'ash_touch_exploration_manager_chromeos.h', |
44 'audio/sounds.cc', | 44 'audio/sounds.cc', |
45 'audio/sounds.h', | 45 'audio/sounds.h', |
46 'autoclick/autoclick_controller.cc', | 46 'autoclick/autoclick_controller.cc', |
47 'autoclick/autoclick_controller.h', | 47 'autoclick/autoclick_controller.h', |
| 48 'autoclick/autoclick_ring_handler.cc', |
| 49 'autoclick/autoclick_ring_handler.h', |
48 'cancel_mode.cc', | 50 'cancel_mode.cc', |
49 'cancel_mode.h', | 51 'cancel_mode.h', |
50 'cast_config_delegate.cc', | 52 'cast_config_delegate.cc', |
51 'cast_config_delegate.h', | 53 'cast_config_delegate.h', |
52 'container_delegate.h', | 54 'container_delegate.h', |
53 'container_delegate_aura.cc', | 55 'container_delegate_aura.cc', |
54 'container_delegate_aura.h', | 56 'container_delegate_aura.h', |
55 'debug.cc', | 57 'debug.cc', |
56 'debug.h', | 58 'debug.h', |
57 'default_accessibility_delegate.cc', | 59 'default_accessibility_delegate.cc', |
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1353 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1352 ], | 1354 ], |
1353 } | 1355 } |
1354 ], | 1356 ], |
1355 ], | 1357 ], |
1356 }, | 1358 }, |
1357 ], | 1359 ], |
1358 }], | 1360 }], |
1359 ], | 1361 ], |
1360 } | 1362 } |
OLD | NEW |