| 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 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 'system/chromeos/session/tray_session_length_limit_unittest.cc', | 959 'system/chromeos/session/tray_session_length_limit_unittest.cc', |
| 960 'system/chromeos/supervised/tray_supervised_user_unittest.cc', | 960 'system/chromeos/supervised/tray_supervised_user_unittest.cc', |
| 961 'system/chromeos/tray_display_unittest.cc', | 961 'system/chromeos/tray_display_unittest.cc', |
| 962 'system/date/date_view_unittest.cc', | 962 'system/date/date_view_unittest.cc', |
| 963 'system/ime/tray_ime_chromeos_unittest.cc', | 963 'system/ime/tray_ime_chromeos_unittest.cc', |
| 964 'system/overview/overview_button_tray_unittest.cc', | 964 'system/overview/overview_button_tray_unittest.cc', |
| 965 'system/toast/toast_manager_unittest.cc', | 965 'system/toast/toast_manager_unittest.cc', |
| 966 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', | 966 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', |
| 967 'system/tray/system_tray_unittest.cc', | 967 'system/tray/system_tray_unittest.cc', |
| 968 'system/tray/tray_details_view_unittest.cc', | 968 'system/tray/tray_details_view_unittest.cc', |
| 969 'system/tray_update_unittest.cc', |
| 969 'system/user/tray_user_unittest.cc', | 970 'system/user/tray_user_unittest.cc', |
| 970 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', | 971 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', |
| 971 'system/web_notification/web_notification_tray_unittest.cc', | 972 'system/web_notification/web_notification_tray_unittest.cc', |
| 972 'test/ash_test_helper_unittest.cc', | 973 'test/ash_test_helper_unittest.cc', |
| 973 'test/ash_unittests.cc', | 974 'test/ash_unittests.cc', |
| 974 'tooltips/tooltip_controller_unittest.cc', | 975 'tooltips/tooltip_controller_unittest.cc', |
| 975 'touch/touch_observer_hud_unittest.cc', | 976 'touch/touch_observer_hud_unittest.cc', |
| 976 'touch/touch_transformer_controller_unittest.cc', | 977 'touch/touch_transformer_controller_unittest.cc', |
| 977 'touch/touchscreen_util_unittest.cc', | 978 'touch/touchscreen_util_unittest.cc', |
| 978 'utility/screenshot_controller_unittest.cc', | 979 'utility/screenshot_controller_unittest.cc', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1446 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1447 ], | 1448 ], |
| 1448 } | 1449 } |
| 1449 ], | 1450 ], |
| 1450 ], | 1451 ], |
| 1451 }, | 1452 }, |
| 1452 ], | 1453 ], |
| 1453 }], | 1454 }], |
| 1454 ], | 1455 ], |
| 1455 } | 1456 } |
| OLD | NEW |