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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 'system/user/login_status.cc', | 446 'system/user/login_status.cc', |
447 'system/user/login_status.h', | 447 'system/user/login_status.h', |
448 'system/user/tray_user.cc', | 448 'system/user/tray_user.cc', |
449 'system/user/tray_user.h', | 449 'system/user/tray_user.h', |
450 'system/user/tray_user_separator.cc', | 450 'system/user/tray_user_separator.cc', |
451 'system/user/tray_user_separator.h', | 451 'system/user/tray_user_separator.h', |
452 'system/user/update_observer.h', | 452 'system/user/update_observer.h', |
453 'system/user/user_observer.h', | 453 'system/user/user_observer.h', |
454 'system/web_notification/web_notification_tray.cc', | 454 'system/web_notification/web_notification_tray.cc', |
455 'system/web_notification/web_notification_tray.h', | 455 'system/web_notification/web_notification_tray.h', |
| 456 'touch/touch_ctm_controller.cc', |
| 457 'touch/touch_ctm_controller.h', |
456 'touch/touch_hud_debug.cc', | 458 'touch/touch_hud_debug.cc', |
457 'touch/touch_hud_debug.h', | 459 'touch/touch_hud_debug.h', |
458 'touch/touch_hud_projection.cc', | 460 'touch/touch_hud_projection.cc', |
459 'touch/touch_hud_projection.h', | 461 'touch/touch_hud_projection.h', |
460 'touch/touch_observer_hud.cc', | 462 'touch/touch_observer_hud.cc', |
461 'touch/touch_observer_hud.h', | 463 'touch/touch_observer_hud.h', |
462 'touch/touch_uma.cc', | 464 'touch/touch_uma.cc', |
463 'touch/touch_uma.h', | 465 'touch/touch_uma.h', |
464 'volume_control_delegate.h', | 466 'volume_control_delegate.h', |
465 'wm/app_list_controller.cc', | 467 'wm/app_list_controller.cc', |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'system/date/date_view_unittest.cc', | 926 'system/date/date_view_unittest.cc', |
925 'system/session/logout_confirmation_controller_unittest.cc', | 927 'system/session/logout_confirmation_controller_unittest.cc', |
926 'system/session/tray_session_length_limit_unittest.cc', | 928 'system/session/tray_session_length_limit_unittest.cc', |
927 'system/tray/system_tray_unittest.cc', | 929 'system/tray/system_tray_unittest.cc', |
928 'system/tray/tray_details_view_unittest.cc', | 930 'system/tray/tray_details_view_unittest.cc', |
929 'system/user/tray_user_unittest.cc', | 931 'system/user/tray_user_unittest.cc', |
930 'system/web_notification/web_notification_tray_unittest.cc', | 932 'system/web_notification/web_notification_tray_unittest.cc', |
931 'test/ash_test_helper_unittest.cc', | 933 'test/ash_test_helper_unittest.cc', |
932 'test/ash_unittests.cc', | 934 'test/ash_unittests.cc', |
933 'tooltips/tooltip_controller_unittest.cc', | 935 'tooltips/tooltip_controller_unittest.cc', |
| 936 'touch/touch_ctm_controller_unittest.cc', |
934 'touch/touch_observer_hud_unittest.cc', | 937 'touch/touch_observer_hud_unittest.cc', |
935 'wm/app_list_controller_unittest.cc', | 938 'wm/app_list_controller_unittest.cc', |
936 'wm/ash_native_cursor_manager_unittest.cc', | 939 'wm/ash_native_cursor_manager_unittest.cc', |
937 'wm/caption_buttons/alternate_frame_size_button_unittest.cc', | 940 'wm/caption_buttons/alternate_frame_size_button_unittest.cc', |
938 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', | 941 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', |
939 'wm/caption_buttons/frame_maximize_button_unittest.cc', | 942 'wm/caption_buttons/frame_maximize_button_unittest.cc', |
940 'wm/custom_frame_view_ash_unittest.cc', | 943 'wm/custom_frame_view_ash_unittest.cc', |
941 'wm/dock/docked_window_layout_manager_unittest.cc', | 944 'wm/dock/docked_window_layout_manager_unittest.cc', |
942 'wm/dock/docked_window_resizer_unittest.cc', | 945 'wm/dock/docked_window_resizer_unittest.cc', |
943 'wm/drag_window_resizer_unittest.cc', | 946 'wm/drag_window_resizer_unittest.cc', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1121 }], | 1124 }], |
1122 ['chromeos==1', { | 1125 ['chromeos==1', { |
1123 'dependencies': [ | 1126 'dependencies': [ |
1124 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1127 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1125 ], | 1128 ], |
1126 }], | 1129 }], |
1127 ], | 1130 ], |
1128 }, | 1131 }, |
1129 ], | 1132 ], |
1130 } | 1133 } |
OLD | NEW |