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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'browser/autofill/credit_card_unittest.cc', | 467 'browser/autofill/credit_card_unittest.cc', |
468 'browser/autofill/form_field_unittest.cc', | 468 'browser/autofill/form_field_unittest.cc', |
469 'browser/autofill/form_structure_unittest.cc', | 469 'browser/autofill/form_structure_unittest.cc', |
470 'browser/autofill/name_field_unittest.cc', | 470 'browser/autofill/name_field_unittest.cc', |
471 'browser/autofill/password_autofill_manager_unittest.cc', | 471 'browser/autofill/password_autofill_manager_unittest.cc', |
472 'browser/autofill/password_generator_unittest.cc', | 472 'browser/autofill/password_generator_unittest.cc', |
473 'browser/autofill/personal_data_manager_unittest.cc', | 473 'browser/autofill/personal_data_manager_unittest.cc', |
474 'browser/autofill/phone_field_unittest.cc', | 474 'browser/autofill/phone_field_unittest.cc', |
475 'browser/autofill/phone_number_unittest.cc', | 475 'browser/autofill/phone_number_unittest.cc', |
476 'browser/autofill/phone_number_i18n_unittest.cc', | 476 'browser/autofill/phone_number_i18n_unittest.cc', |
| 477 'browser/autofill/wallet/cart_unittest.cc', |
| 478 'browser/autofill/wallet/full_wallet_unittest.cc', |
| 479 'browser/autofill/wallet/wallet_address_unittest.cc', |
| 480 'browser/autofill/wallet/wallet_client_unittest.cc', |
| 481 'browser/autofill/wallet/wallet_items_unittest.cc', |
| 482 'browser/autofill/wallet/wallet_service_url_unittest.cc', |
477 'browser/automation/automation_provider_unittest.cc', | 483 'browser/automation/automation_provider_unittest.cc', |
478 'browser/automation/automation_tab_helper_unittest.cc', | 484 'browser/automation/automation_tab_helper_unittest.cc', |
479 'browser/background/background_application_list_model_unittest.cc', | 485 'browser/background/background_application_list_model_unittest.cc', |
480 'browser/background/background_contents_service_unittest.cc', | 486 'browser/background/background_contents_service_unittest.cc', |
481 'browser/background/background_mode_manager_unittest.cc', | 487 'browser/background/background_mode_manager_unittest.cc', |
482 'browser/bookmarks/bookmark_codec_unittest.cc', | 488 'browser/bookmarks/bookmark_codec_unittest.cc', |
483 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', | 489 'browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc', |
484 'browser/bookmarks/bookmark_extension_helpers_unittest.cc', | 490 'browser/bookmarks/bookmark_extension_helpers_unittest.cc', |
485 'browser/bookmarks/bookmark_html_writer_unittest.cc', | 491 'browser/bookmarks/bookmark_html_writer_unittest.cc', |
486 'browser/bookmarks/bookmark_index_unittest.cc', | 492 'browser/bookmarks/bookmark_index_unittest.cc', |
(...skipping 1824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2311 'unit_tests.isolate', | 2317 'unit_tests.isolate', |
2312 ], | 2318 ], |
2313 'sources': [ | 2319 'sources': [ |
2314 'unit_tests.isolate', | 2320 'unit_tests.isolate', |
2315 ], | 2321 ], |
2316 }, | 2322 }, |
2317 ], | 2323 ], |
2318 }], | 2324 }], |
2319 ], # 'conditions' | 2325 ], # 'conditions' |
2320 } | 2326 } |
OLD | NEW |