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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 'browser/autofill/credit_card_unittest.cc', | 483 'browser/autofill/credit_card_unittest.cc', |
484 'browser/autofill/form_field_unittest.cc', | 484 'browser/autofill/form_field_unittest.cc', |
485 'browser/autofill/form_structure_unittest.cc', | 485 'browser/autofill/form_structure_unittest.cc', |
486 'browser/autofill/name_field_unittest.cc', | 486 'browser/autofill/name_field_unittest.cc', |
487 'browser/autofill/password_autofill_manager_unittest.cc', | 487 'browser/autofill/password_autofill_manager_unittest.cc', |
488 'browser/autofill/password_generator_unittest.cc', | 488 'browser/autofill/password_generator_unittest.cc', |
489 'browser/autofill/personal_data_manager_unittest.cc', | 489 'browser/autofill/personal_data_manager_unittest.cc', |
490 'browser/autofill/phone_field_unittest.cc', | 490 'browser/autofill/phone_field_unittest.cc', |
491 'browser/autofill/phone_number_unittest.cc', | 491 'browser/autofill/phone_number_unittest.cc', |
492 'browser/autofill/phone_number_i18n_unittest.cc', | 492 'browser/autofill/phone_number_i18n_unittest.cc', |
| 493 'browser/autofill/wallet/cart_unittest.cc', |
| 494 'browser/autofill/wallet/full_wallet_unittest.cc', |
| 495 'browser/autofill/wallet/wallet_address_unittest.cc', |
| 496 'browser/autofill/wallet/wallet_client_unittest.cc', |
| 497 'browser/autofill/wallet/wallet_items_unittest.cc', |
| 498 'browser/autofill/wallet/wallet_service_url_unittest.cc', |
493 'browser/automation/automation_provider_unittest.cc', | 499 'browser/automation/automation_provider_unittest.cc', |
494 'browser/automation/automation_tab_helper_unittest.cc', | 500 'browser/automation/automation_tab_helper_unittest.cc', |
495 'browser/background/background_application_list_model_unittest.cc', | 501 'browser/background/background_application_list_model_unittest.cc', |
496 'browser/background/background_contents_service_unittest.cc', | 502 'browser/background/background_contents_service_unittest.cc', |
497 'browser/background/background_mode_manager_unittest.cc', | 503 'browser/background/background_mode_manager_unittest.cc', |
498 'browser/bookmarks/bookmark_codec_unittest.cc', | 504 'browser/bookmarks/bookmark_codec_unittest.cc', |
499 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', | 505 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', |
500 'browser/bookmarks/bookmark_extension_helpers_unittest.cc', | 506 'browser/bookmarks/bookmark_extension_helpers_unittest.cc', |
501 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 507 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
502 'browser/bookmarks/bookmark_index_unittest.cc', | 508 'browser/bookmarks/bookmark_index_unittest.cc', |
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2296 'unit_tests.isolate', | 2302 'unit_tests.isolate', |
2297 ], | 2303 ], |
2298 'sources': [ | 2304 'sources': [ |
2299 'unit_tests.isolate', | 2305 'unit_tests.isolate', |
2300 ], | 2306 ], |
2301 }, | 2307 }, |
2302 ], | 2308 ], |
2303 }], | 2309 }], |
2304 ], # 'conditions' | 2310 ], # 'conditions' |
2305 } | 2311 } |
OLD | NEW |