OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 '../apps/saved_files_service_unittest.cc', | 7 '../apps/saved_files_service_unittest.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 9 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 10 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest.
mm', | 1068 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest.
mm', |
1069 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_control
ler_unittest.mm', | 1069 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_control
ler_unittest.mm', |
1070 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm', | 1070 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm', |
1071 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont
roller_unittest.mm', | 1071 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont
roller_unittest.mm', |
1072 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm
', | 1072 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm
', |
1073 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
_unittest.mm', | 1073 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
_unittest.mm', |
1074 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller_unittest.mm', | 1074 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller_unittest.mm', |
1075 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r_unittest.mm', | 1075 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r_unittest.mm', |
1076 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h', | 1076 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h', |
1077 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm', | 1077 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm', |
1078 'browser/ui/cocoa/presentation_mode_controller_unittest.mm', | |
1079 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', | 1078 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', |
1080 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', | 1079 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', |
1081 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm', | 1080 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm', |
1082 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', | 1081 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', |
1083 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', | 1082 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', |
1084 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', | 1083 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', |
1085 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', | 1084 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', |
1086 'browser/ui/cocoa/run_loop_testing_unittest.mm', | 1085 'browser/ui/cocoa/run_loop_testing_unittest.mm', |
1087 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', | 1086 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', |
1088 'browser/ui/cocoa/sprite_view_unittest.mm', | 1087 'browser/ui/cocoa/sprite_view_unittest.mm', |
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2865 'dependencies': [ | 2864 'dependencies': [ |
2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2867 ], | 2866 ], |
2868 }], | 2867 }], |
2869 ], | 2868 ], |
2870 }, | 2869 }, |
2871 ], | 2870 ], |
2872 }], | 2871 }], |
2873 ], # 'conditions' | 2872 ], # 'conditions' |
2874 } | 2873 } |
OLD | NEW |