| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'common/shelf/shelf_item_types.cc', | 79 'common/shelf/shelf_item_types.cc', |
| 80 'common/shelf/shelf_item_types.h', | 80 'common/shelf/shelf_item_types.h', |
| 81 'common/shelf/shelf_model.cc', | 81 'common/shelf/shelf_model.cc', |
| 82 'common/shelf/shelf_model.h', | 82 'common/shelf/shelf_model.h', |
| 83 'common/shelf/shelf_model_observer.h', | 83 'common/shelf/shelf_model_observer.h', |
| 84 'common/shelf/shelf_types.h', | 84 'common/shelf/shelf_types.h', |
| 85 'common/shelf/wm_shelf.h', | 85 'common/shelf/wm_shelf.h', |
| 86 'common/shelf/wm_shelf_observer.h', | 86 'common/shelf/wm_shelf_observer.h', |
| 87 'common/shelf/wm_shelf_util.cc', | 87 'common/shelf/wm_shelf_util.cc', |
| 88 'common/shelf/wm_shelf_util.h', | 88 'common/shelf/wm_shelf_util.h', |
| 89 'common/shell_common.cc', |
| 90 'common/shell_common.h', |
| 89 'common/shell_window_ids.cc', | 91 'common/shell_window_ids.cc', |
| 90 'common/shell_window_ids.h', | 92 'common/shell_window_ids.h', |
| 91 'common/wm/always_on_top_controller.cc', | 93 'common/wm/always_on_top_controller.cc', |
| 92 'common/wm/always_on_top_controller.h', | 94 'common/wm/always_on_top_controller.h', |
| 93 'common/wm/background_animator.cc', | 95 'common/wm/background_animator.cc', |
| 94 'common/wm/background_animator.h', | 96 'common/wm/background_animator.h', |
| 95 'common/wm/container_finder.cc', | 97 'common/wm/container_finder.cc', |
| 96 'common/wm/container_finder.h', | 98 'common/wm/container_finder.h', |
| 97 'common/wm/default_state.cc', | 99 'common/wm/default_state.cc', |
| 98 'common/wm/default_state.h', | 100 'common/wm/default_state.h', |
| (...skipping 1346 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 |