| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'cast_config_delegate.h', | 63 'cast_config_delegate.h', |
| 64 'common/root_window_controller_common.cc', | 64 'common/root_window_controller_common.cc', |
| 65 'common/root_window_controller_common.h', | 65 'common/root_window_controller_common.h', |
| 66 'common/shelf/shelf_constants.cc', | 66 'common/shelf/shelf_constants.cc', |
| 67 'common/shelf/shelf_constants.h', | 67 'common/shelf/shelf_constants.h', |
| 68 'common/shelf/shelf_types.h', | 68 'common/shelf/shelf_types.h', |
| 69 'common/shelf/wm_shelf.h', | 69 'common/shelf/wm_shelf.h', |
| 70 'common/shelf/wm_shelf_observer.h', | 70 'common/shelf/wm_shelf_observer.h', |
| 71 'common/shelf/wm_shelf_util.cc', | 71 'common/shelf/wm_shelf_util.cc', |
| 72 'common/shelf/wm_shelf_util.h', | 72 'common/shelf/wm_shelf_util.h', |
| 73 'common/shell_window_ids.cc', |
| 73 'common/shell_window_ids.h', | 74 'common/shell_window_ids.h', |
| 74 'common/wm/always_on_top_controller.cc', | 75 'common/wm/always_on_top_controller.cc', |
| 75 'common/wm/always_on_top_controller.h', | 76 'common/wm/always_on_top_controller.h', |
| 76 'common/wm/background_animator.cc', | 77 'common/wm/background_animator.cc', |
| 77 'common/wm/background_animator.h', | 78 'common/wm/background_animator.h', |
| 78 'common/wm/container_finder.cc', | 79 'common/wm/container_finder.cc', |
| 79 'common/wm/container_finder.h', | 80 'common/wm/container_finder.h', |
| 80 'common/wm/default_state.cc', | 81 'common/wm/default_state.cc', |
| 81 'common/wm/default_state.h', | 82 'common/wm/default_state.h', |
| 82 'common/wm/default_window_resizer.cc', | 83 'common/wm/default_window_resizer.cc', |
| (...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1440 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1441 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1441 ], | 1442 ], |
| 1442 } | 1443 } |
| 1443 ], | 1444 ], |
| 1444 ], | 1445 ], |
| 1445 }, | 1446 }, |
| 1446 ], | 1447 ], |
| 1447 }], | 1448 }], |
| 1448 ], | 1449 ], |
| 1449 } | 1450 } |
| OLD | NEW |