| 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 278 'common/system/tray/tray_background_view.cc', | 278 'common/system/tray/tray_background_view.cc', |
| 279 'common/system/tray/tray_background_view.h', | 279 'common/system/tray/tray_background_view.h', |
| 280 'common/system/tray/tray_bar_button_with_title.cc', | 280 'common/system/tray/tray_bar_button_with_title.cc', |
| 281 'common/system/tray/tray_bar_button_with_title.h', | 281 'common/system/tray/tray_bar_button_with_title.h', |
| 282 'common/system/tray/tray_bubble_wrapper.cc', | 282 'common/system/tray/tray_bubble_wrapper.cc', |
| 283 'common/system/tray/tray_bubble_wrapper.h', | 283 'common/system/tray/tray_bubble_wrapper.h', |
| 284 'common/system/tray/tray_constants.cc', | 284 'common/system/tray/tray_constants.cc', |
| 285 'common/system/tray/tray_constants.h', | 285 'common/system/tray/tray_constants.h', |
| 286 'common/system/tray/tray_details_view.cc', | 286 'common/system/tray/tray_details_view.cc', |
| 287 'common/system/tray/tray_details_view.h', | 287 'common/system/tray/tray_details_view.h', |
| 288 'common/system/tray/tray_empty.cc', | |
| 289 'common/system/tray/tray_empty.h', | |
| 290 'common/system/tray/tray_event_filter.cc', | 288 'common/system/tray/tray_event_filter.cc', |
| 291 'common/system/tray/tray_event_filter.h', | 289 'common/system/tray/tray_event_filter.h', |
| 292 'common/system/tray/tray_image_item.cc', | 290 'common/system/tray/tray_image_item.cc', |
| 293 'common/system/tray/tray_image_item.h', | 291 'common/system/tray/tray_image_item.h', |
| 294 'common/system/tray/tray_item_more.cc', | 292 'common/system/tray/tray_item_more.cc', |
| 295 'common/system/tray/tray_item_more.h', | 293 'common/system/tray/tray_item_more.h', |
| 296 'common/system/tray/tray_item_view.cc', | 294 'common/system/tray/tray_item_view.cc', |
| 297 'common/system/tray/tray_item_view.h', | 295 'common/system/tray/tray_item_view.h', |
| 298 'common/system/tray/tray_notification_view.cc', | 296 'common/system/tray/tray_notification_view.cc', |
| 299 'common/system/tray/tray_notification_view.h', | 297 'common/system/tray/tray_notification_view.h', |
| (...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 'test/test_shelf_item_delegate.cc', | 837 'test/test_shelf_item_delegate.cc', |
| 840 'test/test_shelf_item_delegate.h', | 838 'test/test_shelf_item_delegate.h', |
| 841 'test/test_shell_delegate.cc', | 839 'test/test_shell_delegate.cc', |
| 842 'test/test_shell_delegate.h', | 840 'test/test_shell_delegate.h', |
| 843 'test/test_suite.cc', | 841 'test/test_suite.cc', |
| 844 'test/test_suite.h', | 842 'test/test_suite.h', |
| 845 'test/test_suite_init.h', | 843 'test/test_suite_init.h', |
| 846 'test/test_suite_init.mm', | 844 'test/test_suite_init.mm', |
| 847 'test/test_system_tray_delegate.cc', | 845 'test/test_system_tray_delegate.cc', |
| 848 'test/test_system_tray_delegate.h', | 846 'test/test_system_tray_delegate.h', |
| 847 'test/test_system_tray_item.cc', |
| 848 'test/test_system_tray_item.h', |
| 849 'test/test_user_wallpaper_delegate.cc', | 849 'test/test_user_wallpaper_delegate.cc', |
| 850 'test/test_user_wallpaper_delegate.h', | 850 'test/test_user_wallpaper_delegate.h', |
| 851 'test/test_volume_control_delegate.cc', | 851 'test/test_volume_control_delegate.cc', |
| 852 'test/test_volume_control_delegate.h', | 852 'test/test_volume_control_delegate.h', |
| 853 'test/tray_cast_test_api.cc', | 853 'test/tray_cast_test_api.cc', |
| 854 'test/tray_cast_test_api.h', | 854 'test/tray_cast_test_api.h', |
| 855 'test/ui_controls_factory_ash.cc', | 855 'test/ui_controls_factory_ash.cc', |
| 856 'test/ui_controls_factory_ash.h', | 856 'test/ui_controls_factory_ash.h', |
| 857 'test/user_metrics_recorder_test_api.cc', | 857 'test/user_metrics_recorder_test_api.cc', |
| 858 'test/user_metrics_recorder_test_api.h', | 858 'test/user_metrics_recorder_test_api.h', |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1466 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1467 ], | 1467 ], |
| 1468 } | 1468 } |
| 1469 ], | 1469 ], |
| 1470 ], | 1470 ], |
| 1471 }, | 1471 }, |
| 1472 ], | 1472 ], |
| 1473 }], | 1473 }], |
| 1474 ], | 1474 ], |
| 1475 } | 1475 } |
| OLD | NEW |