| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 'common/system/networking_config_delegate.cc', | 96 'common/system/networking_config_delegate.cc', |
| 97 'common/system/networking_config_delegate.h', | 97 'common/system/networking_config_delegate.h', |
| 98 'common/system/tray/default_system_tray_delegate.cc', | 98 'common/system/tray/default_system_tray_delegate.cc', |
| 99 'common/system/tray/default_system_tray_delegate.h', | 99 'common/system/tray/default_system_tray_delegate.h', |
| 100 'common/system/tray/fixed_sized_image_view.cc', | 100 'common/system/tray/fixed_sized_image_view.cc', |
| 101 'common/system/tray/fixed_sized_image_view.h', | 101 'common/system/tray/fixed_sized_image_view.h', |
| 102 'common/system/tray/system_tray_delegate.cc', | 102 'common/system/tray/system_tray_delegate.cc', |
| 103 'common/system/tray/system_tray_delegate.h', | 103 'common/system/tray/system_tray_delegate.h', |
| 104 'common/system/tray/tray_constants.cc', | 104 'common/system/tray/tray_constants.cc', |
| 105 'common/system/tray/tray_constants.h', | 105 'common/system/tray/tray_constants.h', |
| 106 'common/system/tray/wm_system_tray_notifier.cc', |
| 107 'common/system/tray/wm_system_tray_notifier.h', |
| 106 'common/system/update/update_observer.h', | 108 'common/system/update/update_observer.h', |
| 107 'common/system/volume_control_delegate.h', | 109 'common/system/volume_control_delegate.h', |
| 108 'common/wm/always_on_top_controller.cc', | 110 'common/wm/always_on_top_controller.cc', |
| 109 'common/wm/always_on_top_controller.h', | 111 'common/wm/always_on_top_controller.h', |
| 110 'common/wm/background_animator.cc', | 112 'common/wm/background_animator.cc', |
| 111 'common/wm/background_animator.h', | 113 'common/wm/background_animator.h', |
| 112 'common/wm/container_finder.cc', | 114 'common/wm/container_finder.cc', |
| 113 'common/wm/container_finder.h', | 115 'common/wm/container_finder.h', |
| 114 'common/wm/default_state.cc', | 116 'common/wm/default_state.cc', |
| 115 'common/wm/default_state.h', | 117 'common/wm/default_state.h', |
| (...skipping 1333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1450 ], | 1452 ], |
| 1451 } | 1453 } |
| 1452 ], | 1454 ], |
| 1453 ], | 1455 ], |
| 1454 }, | 1456 }, |
| 1455 ], | 1457 ], |
| 1456 }], | 1458 }], |
| 1457 ], | 1459 ], |
| 1458 } | 1460 } |
| OLD | NEW |