| 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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   877       'system/chromeos/power/tray_power_unittest.cc', |   881       'system/chromeos/power/tray_power_unittest.cc', | 
|   878       'system/chromeos/rotation/tray_rotation_lock_unittest.cc', |   882       'system/chromeos/rotation/tray_rotation_lock_unittest.cc', | 
|   879       'system/chromeos/screen_security/screen_tray_item_unittest.cc', |   883       'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 
|   880       'system/chromeos/session/logout_confirmation_controller_unittest.cc', |   884       'system/chromeos/session/logout_confirmation_controller_unittest.cc', | 
|   881       'system/chromeos/session/tray_session_length_limit_unittest.cc', |   885       'system/chromeos/session/tray_session_length_limit_unittest.cc', | 
|   882       'system/chromeos/supervised/tray_supervised_user_unittest.cc', |   886       'system/chromeos/supervised/tray_supervised_user_unittest.cc', | 
|   883       'system/chromeos/tray_display_unittest.cc', |   887       'system/chromeos/tray_display_unittest.cc', | 
|   884       'system/date/date_view_unittest.cc', |   888       'system/date/date_view_unittest.cc', | 
|   885       'system/ime/tray_ime_chromeos_unittest.cc', |   889       'system/ime/tray_ime_chromeos_unittest.cc', | 
|   886       'system/overview/overview_button_tray_unittest.cc', |   890       'system/overview/overview_button_tray_unittest.cc', | 
 |   891       'system/toast/toast_manager_unittest.cc', | 
|   887       'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', |   892       'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', | 
|   888       'system/tray/system_tray_unittest.cc', |   893       'system/tray/system_tray_unittest.cc', | 
|   889       'system/tray/tray_details_view_unittest.cc', |   894       'system/tray/tray_details_view_unittest.cc', | 
|   890       'system/user/tray_user_unittest.cc', |   895       'system/user/tray_user_unittest.cc', | 
|   891       'system/web_notification/ash_popup_alignment_delegate_unittest.cc', |   896       'system/web_notification/ash_popup_alignment_delegate_unittest.cc', | 
|   892       'system/web_notification/web_notification_tray_unittest.cc', |   897       'system/web_notification/web_notification_tray_unittest.cc', | 
|   893       'test/ash_test_helper_unittest.cc', |   898       'test/ash_test_helper_unittest.cc', | 
|   894       'test/ash_unittests.cc', |   899       'test/ash_unittests.cc', | 
|   895       'tooltips/tooltip_controller_unittest.cc', |   900       'tooltips/tooltip_controller_unittest.cc', | 
|   896       'touch/touch_observer_hud_unittest.cc', |   901       'touch/touch_observer_hud_unittest.cc', | 
| (...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1358                   '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |  1363                   '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 
|  1359                 ], |  1364                 ], | 
|  1360               } |  1365               } | 
|  1361             ], |  1366             ], | 
|  1362           ], |  1367           ], | 
|  1363         }, |  1368         }, | 
|  1364       ], |  1369       ], | 
|  1365     }], |  1370     }], | 
|  1366   ], |  1371   ], | 
|  1367 } |  1372 } | 
| OLD | NEW |