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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 218883008: Use process_singleton_linux on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments (mostly) Created 6 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 'browser/prerender/prerender_tracker_unittest.cc', 1160 'browser/prerender/prerender_tracker_unittest.cc',
1161 'browser/prerender/prerender_unittest.cc', 1161 'browser/prerender/prerender_unittest.cc',
1162 'browser/prerender/prerender_util_unittest.cc', 1162 'browser/prerender/prerender_util_unittest.cc',
1163 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc', 1163 'browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc',
1164 'browser/printing/print_dialog_cloud_unittest.cc', 1164 'browser/printing/print_dialog_cloud_unittest.cc',
1165 'browser/printing/print_job_unittest.cc', 1165 'browser/printing/print_job_unittest.cc',
1166 'browser/printing/print_preview_dialog_controller_unittest.cc', 1166 'browser/printing/print_preview_dialog_controller_unittest.cc',
1167 'browser/printing/print_preview_test.cc', 1167 'browser/printing/print_preview_test.cc',
1168 'browser/printing/print_preview_test.h', 1168 'browser/printing/print_preview_test.h',
1169 'browser/process_info_snapshot_mac_unittest.cc', 1169 'browser/process_info_snapshot_mac_unittest.cc',
1170 'browser/process_singleton_linux_unittest.cc', 1170 'browser/process_singleton_posix_unittest.cc',
1171 'browser/process_singleton_mac_unittest.cc',
1172 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c c', 1171 'browser/profile_resetter/automatic_profile_resetter_delegate_unittest.c c',
1173 'browser/profile_resetter/automatic_profile_resetter_unittest.cc', 1172 'browser/profile_resetter/automatic_profile_resetter_unittest.cc',
1174 'browser/profile_resetter/jtl_interpreter_unittest.cc', 1173 'browser/profile_resetter/jtl_interpreter_unittest.cc',
1175 'browser/profile_resetter/profile_resetter_unittest.cc', 1174 'browser/profile_resetter/profile_resetter_unittest.cc',
1176 'browser/profiles/file_path_verifier_win_unittest.cc', 1175 'browser/profiles/file_path_verifier_win_unittest.cc',
1177 'browser/profiles/gaia_info_update_service_unittest.cc', 1176 'browser/profiles/gaia_info_update_service_unittest.cc',
1178 'browser/profiles/incognito_mode_policy_handler_unittest.cc', 1177 'browser/profiles/incognito_mode_policy_handler_unittest.cc',
1179 'browser/profiles/off_the_record_profile_impl_unittest.cc', 1178 'browser/profiles/off_the_record_profile_impl_unittest.cc',
1180 'browser/profiles/profile_downloader_unittest.cc', 1179 'browser/profiles/profile_downloader_unittest.cc',
1181 'browser/profiles/profile_info_cache_unittest.cc', 1180 'browser/profiles/profile_info_cache_unittest.cc',
(...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after
2461 'browser/ui/webui/sync_setup_handler_unittest.cc', 2460 'browser/ui/webui/sync_setup_handler_unittest.cc',
2462 'browser/sync/sync_ui_util_unittest.cc', 2461 'browser/sync/sync_ui_util_unittest.cc',
2463 2462
2464 'browser/browser_commands_unittest.cc', 2463 'browser/browser_commands_unittest.cc',
2465 'browser/download/download_shelf_unittest.cc', 2464 'browser/download/download_shelf_unittest.cc',
2466 'browser/extensions/extension_message_bubble_controller_unittest.cc' , 2465 'browser/extensions/extension_message_bubble_controller_unittest.cc' ,
2467 'browser/extensions/extension_test_message_listener_unittest.cc', 2466 'browser/extensions/extension_test_message_listener_unittest.cc',
2468 'browser/policy/policy_path_parser_unittest.cc', 2467 'browser/policy/policy_path_parser_unittest.cc',
2469 'browser/profiles/off_the_record_profile_impl_unittest.cc', 2468 'browser/profiles/off_the_record_profile_impl_unittest.cc',
2470 'browser/profiles/profile_list_desktop_unittest.cc', 2469 'browser/profiles/profile_list_desktop_unittest.cc',
2470 'browser/process_singleton_posix_unittest.cc',
Scott Hess - ex-Googler 2014/04/14 19:21:33 c before f, except after ... no, always c before f
jackhou1 2014/04/17 07:55:54 Done.
2471 'browser/renderer_context_menu/render_view_context_menu_unittest.cc' , 2471 'browser/renderer_context_menu/render_view_context_menu_unittest.cc' ,
2472 'browser/search/instant_service_unittest.cc', 2472 'browser/search/instant_service_unittest.cc',
2473 'browser/search/search_unittest.cc', 2473 'browser/search/search_unittest.cc',
2474 'browser/sync/profile_sync_service_session_unittest.cc', 2474 'browser/sync/profile_sync_service_session_unittest.cc',
2475 'browser/sync/sessions2/sessions_sync_manager_unittest.cc', 2475 'browser/sync/sessions2/sessions_sync_manager_unittest.cc',
2476 'browser/sync/sync_global_error_unittest.cc', 2476 'browser/sync/sync_global_error_unittest.cc',
2477 'browser/translate/translate_manager_render_view_host_unittest.cc', 2477 'browser/translate/translate_manager_render_view_host_unittest.cc',
2478 'browser/ui/browser_instant_controller_unittest.cc', 2478 'browser/ui/browser_instant_controller_unittest.cc',
2479 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc', 2479 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc',
2480 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc', 2480 'browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2823 'browser/ui/app_list/test/fake_profile_store.h', 2823 'browser/ui/app_list/test/fake_profile_store.h',
2824 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2824 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2825 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2825 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2826 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2826 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2827 ], 2827 ],
2828 }, 2828 },
2829 ], 2829 ],
2830 }], 2830 }],
2831 ], # 'conditions' 2831 ], # 'conditions'
2832 } 2832 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698