| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 'common/system/tray/tray_background_view.cc', | 266 'common/system/tray/tray_background_view.cc', |
| 267 'common/system/tray/tray_background_view.h', | 267 'common/system/tray/tray_background_view.h', |
| 268 'common/system/tray/tray_bar_button_with_title.cc', | 268 'common/system/tray/tray_bar_button_with_title.cc', |
| 269 'common/system/tray/tray_bar_button_with_title.h', | 269 'common/system/tray/tray_bar_button_with_title.h', |
| 270 'common/system/tray/tray_bubble_wrapper.cc', | 270 'common/system/tray/tray_bubble_wrapper.cc', |
| 271 'common/system/tray/tray_bubble_wrapper.h', | 271 'common/system/tray/tray_bubble_wrapper.h', |
| 272 'common/system/tray/tray_constants.cc', | 272 'common/system/tray/tray_constants.cc', |
| 273 'common/system/tray/tray_constants.h', | 273 'common/system/tray/tray_constants.h', |
| 274 'common/system/tray/tray_details_view.cc', | 274 'common/system/tray/tray_details_view.cc', |
| 275 'common/system/tray/tray_details_view.h', | 275 'common/system/tray/tray_details_view.h', |
| 276 'common/system/tray/tray_empty.cc', | |
| 277 'common/system/tray/tray_empty.h', | |
| 278 'common/system/tray/tray_event_filter.cc', | 276 'common/system/tray/tray_event_filter.cc', |
| 279 'common/system/tray/tray_event_filter.h', | 277 'common/system/tray/tray_event_filter.h', |
| 280 'common/system/tray/tray_image_item.cc', | 278 'common/system/tray/tray_image_item.cc', |
| 281 'common/system/tray/tray_image_item.h', | 279 'common/system/tray/tray_image_item.h', |
| 282 'common/system/tray/tray_item_more.cc', | 280 'common/system/tray/tray_item_more.cc', |
| 283 'common/system/tray/tray_item_more.h', | 281 'common/system/tray/tray_item_more.h', |
| 284 'common/system/tray/tray_item_view.cc', | 282 'common/system/tray/tray_item_view.cc', |
| 285 'common/system/tray/tray_item_view.h', | 283 'common/system/tray/tray_item_view.h', |
| 286 'common/system/tray/tray_notification_view.cc', | 284 'common/system/tray/tray_notification_view.cc', |
| 287 'common/system/tray/tray_notification_view.h', | 285 'common/system/tray/tray_notification_view.h', |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 'test/test_shelf_item_delegate.cc', | 830 'test/test_shelf_item_delegate.cc', |
| 833 'test/test_shelf_item_delegate.h', | 831 'test/test_shelf_item_delegate.h', |
| 834 'test/test_shell_delegate.cc', | 832 'test/test_shell_delegate.cc', |
| 835 'test/test_shell_delegate.h', | 833 'test/test_shell_delegate.h', |
| 836 'test/test_suite.cc', | 834 'test/test_suite.cc', |
| 837 'test/test_suite.h', | 835 'test/test_suite.h', |
| 838 'test/test_suite_init.h', | 836 'test/test_suite_init.h', |
| 839 'test/test_suite_init.mm', | 837 'test/test_suite_init.mm', |
| 840 'test/test_system_tray_delegate.cc', | 838 'test/test_system_tray_delegate.cc', |
| 841 'test/test_system_tray_delegate.h', | 839 'test/test_system_tray_delegate.h', |
| 840 'test/test_system_tray_item.cc', |
| 841 'test/test_system_tray_item.h', |
| 842 'test/test_user_wallpaper_delegate.cc', | 842 'test/test_user_wallpaper_delegate.cc', |
| 843 'test/test_user_wallpaper_delegate.h', | 843 'test/test_user_wallpaper_delegate.h', |
| 844 'test/test_volume_control_delegate.cc', | 844 'test/test_volume_control_delegate.cc', |
| 845 'test/test_volume_control_delegate.h', | 845 'test/test_volume_control_delegate.h', |
| 846 'test/tray_cast_test_api.cc', | 846 'test/tray_cast_test_api.cc', |
| 847 'test/tray_cast_test_api.h', | 847 'test/tray_cast_test_api.h', |
| 848 'test/ui_controls_factory_ash.cc', | 848 'test/ui_controls_factory_ash.cc', |
| 849 'test/ui_controls_factory_ash.h', | 849 'test/ui_controls_factory_ash.h', |
| 850 'test/user_metrics_recorder_test_api.cc', | 850 'test/user_metrics_recorder_test_api.cc', |
| 851 'test/user_metrics_recorder_test_api.h', | 851 'test/user_metrics_recorder_test_api.h', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1457 ], | 1457 ], |
| 1458 } | 1458 } |
| 1459 ], | 1459 ], |
| 1460 ], | 1460 ], |
| 1461 }, | 1461 }, |
| 1462 ], | 1462 ], |
| 1463 }], | 1463 }], |
| 1464 ], | 1464 ], |
| 1465 } | 1465 } |
| OLD | NEW |