| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'common/system/tray/tray_background_view.cc', | 224 'common/system/tray/tray_background_view.cc', |
| 225 'common/system/tray/tray_background_view.h', | 225 'common/system/tray/tray_background_view.h', |
| 226 'common/system/tray/tray_bar_button_with_title.cc', | 226 'common/system/tray/tray_bar_button_with_title.cc', |
| 227 'common/system/tray/tray_bar_button_with_title.h', | 227 'common/system/tray/tray_bar_button_with_title.h', |
| 228 'common/system/tray/tray_bubble_wrapper.cc', | 228 'common/system/tray/tray_bubble_wrapper.cc', |
| 229 'common/system/tray/tray_bubble_wrapper.h', | 229 'common/system/tray/tray_bubble_wrapper.h', |
| 230 'common/system/tray/tray_constants.cc', | 230 'common/system/tray/tray_constants.cc', |
| 231 'common/system/tray/tray_constants.h', | 231 'common/system/tray/tray_constants.h', |
| 232 'common/system/tray/tray_details_view.cc', | 232 'common/system/tray/tray_details_view.cc', |
| 233 'common/system/tray/tray_details_view.h', | 233 'common/system/tray/tray_details_view.h', |
| 234 'common/system/tray/tray_empty.cc', | |
| 235 'common/system/tray/tray_empty.h', | |
| 236 'common/system/tray/tray_event_filter.cc', | 234 'common/system/tray/tray_event_filter.cc', |
| 237 'common/system/tray/tray_event_filter.h', | 235 'common/system/tray/tray_event_filter.h', |
| 238 'common/system/tray/tray_image_item.cc', | 236 'common/system/tray/tray_image_item.cc', |
| 239 'common/system/tray/tray_image_item.h', | 237 'common/system/tray/tray_image_item.h', |
| 240 'common/system/tray/tray_item_more.cc', | 238 'common/system/tray/tray_item_more.cc', |
| 241 'common/system/tray/tray_item_more.h', | 239 'common/system/tray/tray_item_more.h', |
| 242 'common/system/tray/tray_item_view.cc', | 240 'common/system/tray/tray_item_view.cc', |
| 243 'common/system/tray/tray_item_view.h', | 241 'common/system/tray/tray_item_view.h', |
| 244 'common/system/tray/tray_notification_view.cc', | 242 'common/system/tray/tray_notification_view.cc', |
| 245 'common/system/tray/tray_notification_view.h', | 243 'common/system/tray/tray_notification_view.h', |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 'test/test_shelf_item_delegate.cc', | 827 'test/test_shelf_item_delegate.cc', |
| 830 'test/test_shelf_item_delegate.h', | 828 'test/test_shelf_item_delegate.h', |
| 831 'test/test_shell_delegate.cc', | 829 'test/test_shell_delegate.cc', |
| 832 'test/test_shell_delegate.h', | 830 'test/test_shell_delegate.h', |
| 833 'test/test_suite.cc', | 831 'test/test_suite.cc', |
| 834 'test/test_suite.h', | 832 'test/test_suite.h', |
| 835 'test/test_suite_init.h', | 833 'test/test_suite_init.h', |
| 836 'test/test_suite_init.mm', | 834 'test/test_suite_init.mm', |
| 837 'test/test_system_tray_delegate.cc', | 835 'test/test_system_tray_delegate.cc', |
| 838 'test/test_system_tray_delegate.h', | 836 'test/test_system_tray_delegate.h', |
| 837 'test/test_system_tray_item.cc', |
| 838 'test/test_system_tray_item.h', |
| 839 'test/test_user_wallpaper_delegate.cc', | 839 'test/test_user_wallpaper_delegate.cc', |
| 840 'test/test_user_wallpaper_delegate.h', | 840 'test/test_user_wallpaper_delegate.h', |
| 841 'test/test_volume_control_delegate.cc', | 841 'test/test_volume_control_delegate.cc', |
| 842 'test/test_volume_control_delegate.h', | 842 'test/test_volume_control_delegate.h', |
| 843 'test/tray_cast_test_api.cc', | 843 'test/tray_cast_test_api.cc', |
| 844 'test/tray_cast_test_api.h', | 844 'test/tray_cast_test_api.h', |
| 845 'test/ui_controls_factory_ash.cc', | 845 'test/ui_controls_factory_ash.cc', |
| 846 'test/ui_controls_factory_ash.h', | 846 'test/ui_controls_factory_ash.h', |
| 847 'test/user_metrics_recorder_test_api.cc', | 847 'test/user_metrics_recorder_test_api.cc', |
| 848 'test/user_metrics_recorder_test_api.h', | 848 'test/user_metrics_recorder_test_api.h', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1453 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1454 ], | 1454 ], |
| 1455 } | 1455 } |
| 1456 ], | 1456 ], |
| 1457 ], | 1457 ], |
| 1458 }, | 1458 }, |
| 1459 ], | 1459 ], |
| 1460 }], | 1460 }], |
| 1461 ], | 1461 ], |
| 1462 } | 1462 } |
| OLD | NEW |