| 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 'browser/browsing_data/browsing_data_remover_unittest.cc', | 595 'browser/browsing_data/browsing_data_remover_unittest.cc', |
| 596 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c
c', | 596 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c
c', |
| 597 'browser/browsing_data/cookies_tree_model_unittest.cc', | 597 'browser/browsing_data/cookies_tree_model_unittest.cc', |
| 598 'browser/captive_portal/captive_portal_detector_unittest.cc', | 598 'browser/captive_portal/captive_portal_detector_unittest.cc', |
| 599 'browser/captive_portal/captive_portal_service_unittest.cc', | 599 'browser/captive_portal/captive_portal_service_unittest.cc', |
| 600 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', | 600 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', |
| 601 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', | 601 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', |
| 602 'browser/captive_portal/testing_utils.cc', | 602 'browser/captive_portal/testing_utils.cc', |
| 603 'browser/captive_portal/testing_utils.h', | 603 'browser/captive_portal/testing_utils.h', |
| 604 'browser/chrome_browser_application_mac_unittest.mm', | 604 'browser/chrome_browser_application_mac_unittest.mm', |
| 605 'browser/chrome_elf_init_unittest_win.cc', |
| 605 'browser/chrome_page_zoom_unittest.cc', | 606 'browser/chrome_page_zoom_unittest.cc', |
| 606 'browser/chrome_process_singleton_win_unittest.cc', | 607 'browser/chrome_process_singleton_win_unittest.cc', |
| 607 'browser/chromeos/accessibility/magnification_manager_unittest.cc', | 608 'browser/chromeos/accessibility/magnification_manager_unittest.cc', |
| 608 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', | 609 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', |
| 609 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', | 610 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', |
| 610 'browser/chromeos/attestation/fake_certificate.cc', | 611 'browser/chromeos/attestation/fake_certificate.cc', |
| 611 'browser/chromeos/attestation/fake_certificate.h', | 612 'browser/chromeos/attestation/fake_certificate.h', |
| 612 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', | 613 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', |
| 613 'browser/chromeos/contacts/contact_database_unittest.cc', | 614 'browser/chromeos/contacts/contact_database_unittest.cc', |
| 614 'browser/chromeos/contacts/contact_manager_stub.cc', | 615 'browser/chromeos/contacts/contact_manager_stub.cc', |
| (...skipping 2304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2919 'browser/ui/app_list/test/fake_profile_store.h', | 2920 'browser/ui/app_list/test/fake_profile_store.h', |
| 2920 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2921 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2921 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2922 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2922 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2923 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2923 ], | 2924 ], |
| 2924 }, | 2925 }, |
| 2925 ], | 2926 ], |
| 2926 }], | 2927 }], |
| 2927 ], # 'conditions' | 2928 ], # 'conditions' |
| 2928 } | 2929 } |
| OLD | NEW |