| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 'system/locale/locale_notification_controller.cc', | 399 'system/locale/locale_notification_controller.cc', |
| 400 'system/locale/locale_notification_controller.h', | 400 'system/locale/locale_notification_controller.h', |
| 401 'system/overview/overview_button_tray.cc', | 401 'system/overview/overview_button_tray.cc', |
| 402 'system/overview/overview_button_tray.h', | 402 'system/overview/overview_button_tray.h', |
| 403 'system/status_area_widget.cc', | 403 'system/status_area_widget.cc', |
| 404 'system/status_area_widget.h', | 404 'system/status_area_widget.h', |
| 405 'system/status_area_widget_delegate.cc', | 405 'system/status_area_widget_delegate.cc', |
| 406 'system/status_area_widget_delegate.h', | 406 'system/status_area_widget_delegate.h', |
| 407 'system/system_notifier.cc', | 407 'system/system_notifier.cc', |
| 408 'system/system_notifier.h', | 408 'system/system_notifier.h', |
| 409 'system/toast/toast_manager.cc', |
| 410 'system/toast/toast_manager.h', |
| 411 'system/toast/toast_overlay.cc', |
| 412 'system/toast/toast_overlay.h', |
| 409 'system/tray/actionable_view.cc', | 413 'system/tray/actionable_view.cc', |
| 410 'system/tray/actionable_view.h', | 414 'system/tray/actionable_view.h', |
| 411 'system/tray/default_system_tray_delegate.cc', | 415 'system/tray/default_system_tray_delegate.cc', |
| 412 'system/tray/default_system_tray_delegate.h', | 416 'system/tray/default_system_tray_delegate.h', |
| 413 'system/tray/fixed_sized_image_view.cc', | 417 'system/tray/fixed_sized_image_view.cc', |
| 414 'system/tray/fixed_sized_image_view.h', | 418 'system/tray/fixed_sized_image_view.h', |
| 415 'system/tray/fixed_sized_scroll_view.cc', | 419 'system/tray/fixed_sized_scroll_view.cc', |
| 416 'system/tray/fixed_sized_scroll_view.h', | 420 'system/tray/fixed_sized_scroll_view.h', |
| 417 'system/tray/hover_highlight_view.cc', | 421 'system/tray/hover_highlight_view.cc', |
| 418 'system/tray/hover_highlight_view.h', | 422 'system/tray/hover_highlight_view.h', |
| (...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1358 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1359 ], | 1363 ], |
| 1360 } | 1364 } |
| 1361 ], | 1365 ], |
| 1362 ], | 1366 ], |
| 1363 }, | 1367 }, |
| 1364 ], | 1368 ], |
| 1365 }], | 1369 }], |
| 1366 ], | 1370 ], |
| 1367 } | 1371 } |
| OLD | NEW |