Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(641)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 292383005: [Mac] Password generation: Add some tests for the password generation UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, and add ControllerDestroyed test. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa_unittest.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1510 'browser/ui/cocoa/autofill/autofill_notification_container_unittest.mm', 1510 'browser/ui/cocoa/autofill/autofill_notification_container_unittest.mm',
1511 'browser/ui/cocoa/autofill/autofill_notification_controller_unittest.mm' , 1511 'browser/ui/cocoa/autofill/autofill_notification_controller_unittest.mm' ,
1512 'browser/ui/cocoa/autofill/autofill_overlay_controller_unittest.mm', 1512 'browser/ui/cocoa/autofill/autofill_overlay_controller_unittest.mm',
1513 'browser/ui/cocoa/autofill/autofill_pop_up_button_unittest.mm', 1513 'browser/ui/cocoa/autofill/autofill_pop_up_button_unittest.mm',
1514 'browser/ui/cocoa/autofill/autofill_textfield_unittest.mm', 1514 'browser/ui/cocoa/autofill/autofill_textfield_unittest.mm',
1515 'browser/ui/cocoa/autofill/autofill_tooltip_controller_unittest.mm', 1515 'browser/ui/cocoa/autofill/autofill_tooltip_controller_unittest.mm',
1516 'browser/ui/cocoa/autofill/autofill_section_container_unittest.mm', 1516 'browser/ui/cocoa/autofill/autofill_section_container_unittest.mm',
1517 'browser/ui/cocoa/autofill/autofill_section_view_unittest.mm', 1517 'browser/ui/cocoa/autofill/autofill_section_view_unittest.mm',
1518 'browser/ui/cocoa/autofill/autofill_sign_in_container_unittest.mm', 1518 'browser/ui/cocoa/autofill/autofill_sign_in_container_unittest.mm',
1519 'browser/ui/cocoa/autofill/autofill_suggestion_container_unittest.mm', 1519 'browser/ui/cocoa/autofill/autofill_suggestion_container_unittest.mm',
1520 'browser/ui/cocoa/autofill/password_generation_popup_view_cocoa_unittest .mm',
1520 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell_unittest.mm', 1521 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell_unittest.mm',
1521 'browser/ui/cocoa/autofill/layout_view_unittest.mm', 1522 'browser/ui/cocoa/autofill/layout_view_unittest.mm',
1522 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa_unittest.mm', 1523 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa_unittest.mm',
1523 'browser/ui/cocoa/autofill/simple_grid_layout_unittest.mm', 1524 'browser/ui/cocoa/autofill/simple_grid_layout_unittest.mm',
1524 'browser/ui/cocoa/background_gradient_view_unittest.mm', 1525 'browser/ui/cocoa/background_gradient_view_unittest.mm',
1525 'browser/ui/cocoa/base_bubble_controller_unittest.mm', 1526 'browser/ui/cocoa/base_bubble_controller_unittest.mm',
1526 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller_unittest.mm', 1527 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller_unittest.mm',
1527 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm', 1528 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge_unittest.mm',
1528 'browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm', 1529 'browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm',
1529 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell_unittest.mm' , 1530 'browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell_unittest.mm' ,
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
2828 'unit_tests.isolate', 2829 'unit_tests.isolate',
2829 ], 2830 ],
2830 'sources': [ 2831 'sources': [
2831 'unit_tests.isolate', 2832 'unit_tests.isolate',
2832 ], 2833 ],
2833 }, 2834 },
2834 ], 2835 ],
2835 }], 2836 }],
2836 ], # 'conditions' 2837 ], # 'conditions'
2837 } 2838 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698