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 '../components/autofill/content/renderer/test_password_autofill_agent.cc', | 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', |
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', | 8 '../components/autofill/content/renderer/test_password_autofill_agent.h', |
9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', | 9 '../components/autofill/content/renderer/test_password_generation_agent.cc
', |
10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, | 10 '../components/autofill/content/renderer/test_password_generation_agent.h'
, |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest.
mm', | 459 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest.
mm', |
460 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_control
ler_unittest.mm', | 460 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_control
ler_unittest.mm', |
461 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm', | 461 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm', |
462 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont
roller_unittest.mm', | 462 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont
roller_unittest.mm', |
463 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm
', | 463 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm
', |
464 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
_unittest.mm', | 464 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller
_unittest.mm', |
465 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller_unittest.mm', | 465 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro
ller_unittest.mm', |
466 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r_unittest.mm', | 466 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle
r_unittest.mm', |
467 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h', | 467 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h', |
468 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm', | 468 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm', |
| 469 'browser/ui/cocoa/profiles/avatar_button_unittest.mm', |
469 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', | 470 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', |
470 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', | 471 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', |
471 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm', | 472 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm', |
472 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', | 473 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', |
473 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', | 474 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', |
474 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', | 475 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', |
475 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', | 476 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', |
476 'browser/ui/cocoa/run_loop_testing_unittest.mm', | 477 'browser/ui/cocoa/run_loop_testing_unittest.mm', |
477 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', | 478 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', |
478 'browser/ui/cocoa/sprite_view_unittest.mm', | 479 'browser/ui/cocoa/sprite_view_unittest.mm', |
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2733 'dependencies': [ | 2734 'dependencies': [ |
2734 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2735 ], | 2736 ], |
2736 }], | 2737 }], |
2737 ], | 2738 ], |
2738 }, | 2739 }, |
2739 ], | 2740 ], |
2740 }], | 2741 }], |
2741 ], # 'conditions' | 2742 ], # 'conditions' |
2742 } | 2743 } |
OLD | NEW |