| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'common/wm_activation_observer.h', | 166 'common/wm_activation_observer.h', |
| 167 'common/wm_display_observer.h', | 167 'common/wm_display_observer.h', |
| 168 'common/wm_layout_manager.h', | 168 'common/wm_layout_manager.h', |
| 169 'common/wm_lookup.cc', | 169 'common/wm_lookup.cc', |
| 170 'common/wm_lookup.h', | 170 'common/wm_lookup.h', |
| 171 'common/wm_overview_mode_observer.h', | 171 'common/wm_overview_mode_observer.h', |
| 172 'common/wm_root_window_controller.h', | 172 'common/wm_root_window_controller.h', |
| 173 'common/wm_root_window_controller_observer.h', | 173 'common/wm_root_window_controller_observer.h', |
| 174 'common/wm_shell.cc', | 174 'common/wm_shell.cc', |
| 175 'common/wm_shell.h', | 175 'common/wm_shell.h', |
| 176 'common/wm_shell_common.cc', |
| 177 'common/wm_shell_common.h', |
| 176 'common/wm_window.h', | 178 'common/wm_window.h', |
| 177 'common/wm_window_observer.h', | 179 'common/wm_window_observer.h', |
| 178 'common/wm_window_property.h', | 180 'common/wm_window_property.h', |
| 179 'common/wm_window_tracker.h', | 181 'common/wm_window_tracker.h', |
| 180 'container_delegate.h', | 182 'container_delegate.h', |
| 181 'container_delegate_aura.cc', | 183 'container_delegate_aura.cc', |
| 182 'container_delegate_aura.h', | 184 'container_delegate_aura.h', |
| 183 'debug.cc', | 185 'debug.cc', |
| 184 'debug.h', | 186 'debug.h', |
| 185 'default_user_wallpaper_delegate.cc', | 187 'default_user_wallpaper_delegate.cc', |
| (...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1446 ], | 1448 ], |
| 1447 } | 1449 } |
| 1448 ], | 1450 ], |
| 1449 ], | 1451 ], |
| 1450 }, | 1452 }, |
| 1451 ], | 1453 ], |
| 1452 }], | 1454 }], |
| 1453 ], | 1455 ], |
| 1454 } | 1456 } |
| OLD | NEW |