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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'cancel_mode.cc', | 48 'cancel_mode.cc', |
49 'cancel_mode.h', | 49 'cancel_mode.h', |
50 'cast_config_delegate.cc', | 50 'cast_config_delegate.cc', |
51 'cast_config_delegate.h', | 51 'cast_config_delegate.h', |
52 'common/root_window_controller_common.cc', | 52 'common/root_window_controller_common.cc', |
53 'common/root_window_controller_common.h', | 53 'common/root_window_controller_common.h', |
| 54 'common/shell_window_ids.cc', |
54 'common/shell_window_ids.h', | 55 'common/shell_window_ids.h', |
55 'common/wm/always_on_top_controller.cc', | 56 'common/wm/always_on_top_controller.cc', |
56 'common/wm/always_on_top_controller.h', | 57 'common/wm/always_on_top_controller.h', |
57 'common/wm/background_animator.cc', | 58 'common/wm/background_animator.cc', |
58 'common/wm/background_animator.h', | 59 'common/wm/background_animator.h', |
59 'common/wm/container_finder.cc', | 60 'common/wm/container_finder.cc', |
60 'common/wm/container_finder.h', | 61 'common/wm/container_finder.h', |
61 'common/wm/default_state.cc', | 62 'common/wm/default_state.cc', |
62 'common/wm/default_state.h', | 63 'common/wm/default_state.h', |
63 'common/wm/default_window_resizer.cc', | 64 'common/wm/default_window_resizer.cc', |
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1443 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1444 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1444 ], | 1445 ], |
1445 } | 1446 } |
1446 ], | 1447 ], |
1447 ], | 1448 ], |
1448 }, | 1449 }, |
1449 ], | 1450 ], |
1450 }], | 1451 }], |
1451 ], | 1452 ], |
1452 } | 1453 } |
OLD | NEW |