| 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 'system/chromeos/screen_security/screen_tray_item_unittest.cc', | 868 'system/chromeos/screen_security/screen_tray_item_unittest.cc', |
| 869 'system/chromeos/tray_display_unittest.cc', | 869 'system/chromeos/tray_display_unittest.cc', |
| 870 'system/date/date_view_unittest.cc', | 870 'system/date/date_view_unittest.cc', |
| 871 'system/logout_button/logout_button_tray_unittest.cc', | 871 'system/logout_button/logout_button_tray_unittest.cc', |
| 872 'system/session_length_limit/tray_session_length_limit_unittest.cc', | 872 'system/session_length_limit/tray_session_length_limit_unittest.cc', |
| 873 'system/tray/system_tray_unittest.cc', | 873 'system/tray/system_tray_unittest.cc', |
| 874 'system/tray/tray_details_view_unittest.cc', | 874 'system/tray/tray_details_view_unittest.cc', |
| 875 'system/user/tray_user_unittest.cc', | 875 'system/user/tray_user_unittest.cc', |
| 876 'system/web_notification/web_notification_tray_unittest.cc', | 876 'system/web_notification/web_notification_tray_unittest.cc', |
| 877 'test/ash_test_helper_unittest.cc', | 877 'test/ash_test_helper_unittest.cc', |
| 878 'test/ash_unittests.cc', | 878 'test/ash_unittest.cc', |
| 879 'tooltips/tooltip_controller_unittest.cc', | 879 'tooltips/tooltip_controller_unittest.cc', |
| 880 'touch/touch_observer_hud_unittest.cc', | 880 'touch/touch_observer_hud_unittest.cc', |
| 881 'wm/app_list_controller_unittest.cc', | 881 'wm/app_list_controller_unittest.cc', |
| 882 'wm/ash_native_cursor_manager_unittest.cc', | 882 'wm/ash_native_cursor_manager_unittest.cc', |
| 883 'wm/base_layout_manager_unittest.cc', | 883 'wm/base_layout_manager_unittest.cc', |
| 884 'wm/caption_buttons/alternate_frame_size_button_unittest.cc', | 884 'wm/caption_buttons/alternate_frame_size_button_unittest.cc', |
| 885 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', | 885 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', |
| 886 'wm/caption_buttons/frame_maximize_button_unittest.cc', | 886 'wm/caption_buttons/frame_maximize_button_unittest.cc', |
| 887 'wm/dock/docked_window_layout_manager_unittest.cc', | 887 'wm/dock/docked_window_layout_manager_unittest.cc', |
| 888 'wm/dock/docked_window_resizer_unittest.cc', | 888 'wm/dock/docked_window_resizer_unittest.cc', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 }, | 1050 }, |
| 1051 }, | 1051 }, |
| 1052 'dependencies': [ | 1052 'dependencies': [ |
| 1053 '../sandbox/sandbox.gyp:sandbox', | 1053 '../sandbox/sandbox.gyp:sandbox', |
| 1054 ], | 1054 ], |
| 1055 }], | 1055 }], |
| 1056 ], | 1056 ], |
| 1057 }, | 1057 }, |
| 1058 ], | 1058 ], |
| 1059 } | 1059 } |
| OLD | NEW |