| 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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 'common/system/networking_config_delegate.cc', | 253 'common/system/networking_config_delegate.cc', |
| 254 'common/system/networking_config_delegate.h', | 254 'common/system/networking_config_delegate.h', |
| 255 'common/system/overview/overview_button_tray.cc', | 255 'common/system/overview/overview_button_tray.cc', |
| 256 'common/system/overview/overview_button_tray.h', | 256 'common/system/overview/overview_button_tray.h', |
| 257 'common/system/status_area_widget.cc', | 257 'common/system/status_area_widget.cc', |
| 258 'common/system/status_area_widget.h', | 258 'common/system/status_area_widget.h', |
| 259 'common/system/status_area_widget_delegate.cc', | 259 'common/system/status_area_widget_delegate.cc', |
| 260 'common/system/status_area_widget_delegate.h', | 260 'common/system/status_area_widget_delegate.h', |
| 261 'common/system/system_notifier.cc', | 261 'common/system/system_notifier.cc', |
| 262 'common/system/system_notifier.h', | 262 'common/system/system_notifier.h', |
| 263 'common/system/view_observer.h', |
| 263 'common/system/toast/toast_data.cc', | 264 'common/system/toast/toast_data.cc', |
| 264 'common/system/toast/toast_data.h', | 265 'common/system/toast/toast_data.h', |
| 265 'common/system/toast/toast_manager.cc', | 266 'common/system/toast/toast_manager.cc', |
| 266 'common/system/toast/toast_manager.h', | 267 'common/system/toast/toast_manager.h', |
| 267 'common/system/toast/toast_overlay.cc', | 268 'common/system/toast/toast_overlay.cc', |
| 268 'common/system/toast/toast_overlay.h', | 269 'common/system/toast/toast_overlay.h', |
| 269 'common/system/tray/actionable_view.cc', | 270 'common/system/tray/actionable_view.cc', |
| 270 'common/system/tray/actionable_view.h', | 271 'common/system/tray/actionable_view.h', |
| 271 'common/system/tray/default_system_tray_delegate.cc', | 272 'common/system/tray/default_system_tray_delegate.cc', |
| 272 'common/system/tray/default_system_tray_delegate.h', | 273 'common/system/tray/default_system_tray_delegate.h', |
| (...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1474 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1474 ], | 1475 ], |
| 1475 } | 1476 } |
| 1476 ], | 1477 ], |
| 1477 ], | 1478 ], |
| 1478 }, | 1479 }, |
| 1479 ], | 1480 ], |
| 1480 }], | 1481 }], |
| 1481 ], | 1482 ], |
| 1482 } | 1483 } |
| OLD | NEW |