Chromium Code Reviews| 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', | |
|
Peter Kasting
2015/12/18 18:59:15
Don't you need to touch a .gn file also?
tdanderson
2016/01/04 23:11:14
Looking at BUILD.gn in src/ash, it doesn't seem li
| |
| 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 1321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1367 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1369 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1368 ], | 1370 ], |
| 1369 } | 1371 } |
| 1370 ], | 1372 ], |
| 1371 ], | 1373 ], |
| 1372 }, | 1374 }, |
| 1373 ], | 1375 ], |
| 1374 }], | 1376 }], |
| 1375 ], | 1377 ], |
| 1376 } | 1378 } |
| OLD | NEW |