| 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 '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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |