| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 'common/system/ime/tray_ime_chromeos.cc', | 308 'common/system/ime/tray_ime_chromeos.cc', |
| 309 'common/system/ime/tray_ime_chromeos.h', | 309 'common/system/ime/tray_ime_chromeos.h', |
| 310 'common/system/keyboard_brightness_control_delegate.h', | 310 'common/system/keyboard_brightness_control_delegate.h', |
| 311 'common/system/locale/locale_notification_controller.cc', | 311 'common/system/locale/locale_notification_controller.cc', |
| 312 'common/system/locale/locale_notification_controller.h', | 312 'common/system/locale/locale_notification_controller.h', |
| 313 'common/system/locale/locale_observer.h', | 313 'common/system/locale/locale_observer.h', |
| 314 'common/system/networking_config_delegate.cc', | 314 'common/system/networking_config_delegate.cc', |
| 315 'common/system/networking_config_delegate.h', | 315 'common/system/networking_config_delegate.h', |
| 316 'common/system/overview/overview_button_tray.cc', | 316 'common/system/overview/overview_button_tray.cc', |
| 317 'common/system/overview/overview_button_tray.h', | 317 'common/system/overview/overview_button_tray.h', |
| 318 'common/system/status_area_focus_observer.h', |
| 318 'common/system/status_area_layout_manager.cc', | 319 'common/system/status_area_layout_manager.cc', |
| 319 'common/system/status_area_layout_manager.h', | 320 'common/system/status_area_layout_manager.h', |
| 320 'common/system/status_area_widget.cc', | 321 'common/system/status_area_widget.cc', |
| 321 'common/system/status_area_widget.h', | 322 'common/system/status_area_widget.h', |
| 322 'common/system/status_area_widget_delegate.cc', | 323 'common/system/status_area_widget_delegate.cc', |
| 323 'common/system/status_area_widget_delegate.h', | 324 'common/system/status_area_widget_delegate.h', |
| 324 'common/system/system_notifier.cc', | 325 'common/system/system_notifier.cc', |
| 325 'common/system/system_notifier.h', | 326 'common/system/system_notifier.h', |
| 326 'common/system/toast/toast_data.cc', | 327 'common/system/toast/toast_data.cc', |
| 327 'common/system/toast/toast_data.h', | 328 'common/system/toast/toast_data.h', |
| (...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1520 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1521 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1521 ], | 1522 ], |
| 1522 } | 1523 } |
| 1523 ], | 1524 ], |
| 1524 ], | 1525 ], |
| 1525 }, | 1526 }, |
| 1526 ], | 1527 ], |
| 1527 }], | 1528 }], |
| 1528 ], | 1529 ], |
| 1529 } | 1530 } |
| OLD | NEW |