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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 12096114: Extract locking behaviour from ProcessSingleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restrict chrome_process_singleton_unittest to WIN for now. Created 7 years, 8 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
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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c', 514 'browser/browsing_data/browsing_data_server_bound_cert_helper_unittest.c c',
515 'browser/browsing_data/cookies_tree_model_unittest.cc', 515 'browser/browsing_data/cookies_tree_model_unittest.cc',
516 'browser/captive_portal/captive_portal_detector_unittest.cc', 516 'browser/captive_portal/captive_portal_detector_unittest.cc',
517 'browser/captive_portal/captive_portal_service_unittest.cc', 517 'browser/captive_portal/captive_portal_service_unittest.cc',
518 'browser/captive_portal/captive_portal_tab_helper_unittest.cc', 518 'browser/captive_portal/captive_portal_tab_helper_unittest.cc',
519 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc', 519 'browser/captive_portal/captive_portal_tab_reloader_unittest.cc',
520 'browser/captive_portal/testing_utils.cc', 520 'browser/captive_portal/testing_utils.cc',
521 'browser/captive_portal/testing_utils.h', 521 'browser/captive_portal/testing_utils.h',
522 'browser/chrome_browser_application_mac_unittest.mm', 522 'browser/chrome_browser_application_mac_unittest.mm',
523 'browser/chrome_page_zoom_unittest.cc', 523 'browser/chrome_page_zoom_unittest.cc',
524 'browser/chrome_process_singleton_win_unittest.cc',
524 'browser/chromeos/accessibility/magnification_manager_unittest.cc', 525 'browser/chromeos/accessibility/magnification_manager_unittest.cc',
525 'browser/chromeos/contacts/contact_database_unittest.cc', 526 'browser/chromeos/contacts/contact_database_unittest.cc',
526 'browser/chromeos/contacts/contact_manager_stub.cc', 527 'browser/chromeos/contacts/contact_manager_stub.cc',
527 'browser/chromeos/contacts/contact_manager_stub.h', 528 'browser/chromeos/contacts/contact_manager_stub.h',
528 'browser/chromeos/contacts/contact_manager_unittest.cc', 529 'browser/chromeos/contacts/contact_manager_unittest.cc',
529 'browser/chromeos/contacts/contact_map_unittest.cc', 530 'browser/chromeos/contacts/contact_map_unittest.cc',
530 'browser/chromeos/contacts/fake_contact_database.cc', 531 'browser/chromeos/contacts/fake_contact_database.cc',
531 'browser/chromeos/contacts/fake_contact_database.h', 532 'browser/chromeos/contacts/fake_contact_database.h',
532 'browser/chromeos/contacts/fake_contact_store.cc', 533 'browser/chromeos/contacts/fake_contact_store.cc',
533 'browser/chromeos/contacts/fake_contact_store.h', 534 'browser/chromeos/contacts/fake_contact_store.h',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 993 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
993 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc', 994 'browser/printing/cloud_print/cloud_print_setup_source_unittest.cc',
994 'browser/printing/print_dialog_cloud_unittest.cc', 995 'browser/printing/print_dialog_cloud_unittest.cc',
995 'browser/printing/print_job_unittest.cc', 996 'browser/printing/print_job_unittest.cc',
996 'browser/printing/print_preview_dialog_controller_unittest.cc', 997 'browser/printing/print_preview_dialog_controller_unittest.cc',
997 'browser/printing/print_preview_test.cc', 998 'browser/printing/print_preview_test.cc',
998 'browser/printing/print_preview_test.h', 999 'browser/printing/print_preview_test.h',
999 'browser/process_info_snapshot_mac_unittest.cc', 1000 'browser/process_info_snapshot_mac_unittest.cc',
1000 'browser/process_singleton_linux_unittest.cc', 1001 'browser/process_singleton_linux_unittest.cc',
1001 'browser/process_singleton_mac_unittest.cc', 1002 'browser/process_singleton_mac_unittest.cc',
1002 'browser/process_singleton_win_unittest.cc',
1003 'browser/profiles/avatar_menu_model_unittest.cc', 1003 'browser/profiles/avatar_menu_model_unittest.cc',
1004 'browser/profiles/dependency_graph_unittest.cc', 1004 'browser/profiles/dependency_graph_unittest.cc',
1005 'browser/profiles/gaia_info_update_service_unittest.cc', 1005 'browser/profiles/gaia_info_update_service_unittest.cc',
1006 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1006 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1007 'browser/profiles/profile_dependency_manager_unittest.cc', 1007 'browser/profiles/profile_dependency_manager_unittest.cc',
1008 'browser/profiles/profile_downloader_unittest.cc', 1008 'browser/profiles/profile_downloader_unittest.cc',
1009 'browser/profiles/profile_info_cache_unittest.cc', 1009 'browser/profiles/profile_info_cache_unittest.cc',
1010 'browser/profiles/profile_info_cache_unittest.h', 1010 'browser/profiles/profile_info_cache_unittest.h',
1011 'browser/profiles/profile_info_util_unittest.cc', 1011 'browser/profiles/profile_info_util_unittest.cc',
1012 'browser/profiles/profile_manager_unittest.cc', 1012 'browser/profiles/profile_manager_unittest.cc',
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
2419 # more details. 2419 # more details.
2420 'DebugInformationFormat': '3', 2420 'DebugInformationFormat': '3',
2421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2422 }, 2422 },
2423 }, 2423 },
2424 }, 2424 },
2425 ], 2425 ],
2426 }], 2426 }],
2427 ], # 'conditions' 2427 ], # 'conditions'
2428 } 2428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698