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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12096114: Extract locking behaviour from ProcessSingleton. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed merge. Created 7 years, 9 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/metrics/variations/network_time_tracker.cc', 985 'browser/metrics/variations/network_time_tracker.cc',
986 'browser/metrics/variations/network_time_tracker.h', 986 'browser/metrics/variations/network_time_tracker.h',
987 'browser/metrics/variations/resource_request_allowed_notifier.cc', 987 'browser/metrics/variations/resource_request_allowed_notifier.cc',
988 'browser/metrics/variations/resource_request_allowed_notifier.h', 988 'browser/metrics/variations/resource_request_allowed_notifier.h',
989 'browser/metrics/variations/variations_http_header_provider.cc', 989 'browser/metrics/variations/variations_http_header_provider.cc',
990 'browser/metrics/variations/variations_http_header_provider.h', 990 'browser/metrics/variations/variations_http_header_provider.h',
991 'browser/metrics/variations/variations_registry_syncer_win.cc', 991 'browser/metrics/variations/variations_registry_syncer_win.cc',
992 'browser/metrics/variations/variations_registry_syncer_win.h', 992 'browser/metrics/variations/variations_registry_syncer_win.h',
993 'browser/metrics/variations/variations_service.cc', 993 'browser/metrics/variations/variations_service.cc',
994 'browser/metrics/variations/variations_service.h', 994 'browser/metrics/variations/variations_service.h',
995 'browser/modal_dialog_lock.cc',
996 'browser/modal_dialog_lock.h',
995 'browser/native_window_notification_source.h', 997 'browser/native_window_notification_source.h',
996 'browser/net/about_protocol_handler.cc', 998 'browser/net/about_protocol_handler.cc',
997 'browser/net/about_protocol_handler.h', 999 'browser/net/about_protocol_handler.h',
998 'browser/net/async_dns_field_trial.cc', 1000 'browser/net/async_dns_field_trial.cc',
999 'browser/net/async_dns_field_trial.h', 1001 'browser/net/async_dns_field_trial.h',
1000 'browser/net/basic_http_user_agent_settings.cc', 1002 'browser/net/basic_http_user_agent_settings.cc',
1001 'browser/net/basic_http_user_agent_settings.h', 1003 'browser/net/basic_http_user_agent_settings.h',
1002 'browser/net/chrome_cookie_notification_details.h', 1004 'browser/net/chrome_cookie_notification_details.h',
1003 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1005 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1004 'browser/net/chrome_fraudulent_certificate_reporter.h', 1006 'browser/net/chrome_fraudulent_certificate_reporter.h',
(...skipping 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 'browser/printing/printer_manager_dialog.h', 1453 'browser/printing/printer_manager_dialog.h',
1452 'browser/printing/printer_manager_dialog_linux.cc', 1454 'browser/printing/printer_manager_dialog_linux.cc',
1453 'browser/printing/printer_manager_dialog_mac.mm', 1455 'browser/printing/printer_manager_dialog_mac.mm',
1454 'browser/printing/printer_manager_dialog_win.cc', 1456 'browser/printing/printer_manager_dialog_win.cc',
1455 'browser/printing/printer_query.cc', 1457 'browser/printing/printer_query.cc',
1456 'browser/printing/printer_query.h', 1458 'browser/printing/printer_query.h',
1457 'browser/printing/printing_message_filter.cc', 1459 'browser/printing/printing_message_filter.cc',
1458 'browser/printing/printing_message_filter.h', 1460 'browser/printing/printing_message_filter.h',
1459 'browser/process_info_snapshot.h', 1461 'browser/process_info_snapshot.h',
1460 'browser/process_info_snapshot_mac.cc', 1462 'browser/process_info_snapshot_mac.cc',
1461 'browser/process_singleton.cc',
1462 'browser/process_singleton.h', 1463 'browser/process_singleton.h',
1463 'browser/process_singleton_linux.cc', 1464 'browser/process_singleton_linux.cc',
1465 'browser/process_singleton_lock.cc',
1466 'browser/process_singleton_lock.h',
1464 'browser/process_singleton_mac.cc', 1467 'browser/process_singleton_mac.cc',
1465 'browser/process_singleton_win.cc', 1468 'browser/process_singleton_win.cc',
1466 'browser/profiles/avatar_menu_model.cc', 1469 'browser/profiles/avatar_menu_model.cc',
1467 'browser/profiles/avatar_menu_model.h', 1470 'browser/profiles/avatar_menu_model.h',
1468 'browser/profiles/avatar_menu_model_observer.h', 1471 'browser/profiles/avatar_menu_model_observer.h',
1469 'browser/profiles/bookmark_model_loaded_observer.cc', 1472 'browser/profiles/bookmark_model_loaded_observer.cc',
1470 'browser/profiles/bookmark_model_loaded_observer.h', 1473 'browser/profiles/bookmark_model_loaded_observer.h',
1471 'browser/profiles/chrome_version_service.cc', 1474 'browser/profiles/chrome_version_service.cc',
1472 'browser/profiles/chrome_version_service.h', 1475 'browser/profiles/chrome_version_service.h',
1473 'browser/profiles/gaia_info_update_service.cc', 1476 'browser/profiles/gaia_info_update_service.cc',
(...skipping 1639 matching lines...) Expand 10 before | Expand all | Expand 10 after
3113 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3116 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3114 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3117 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3115 }, 3118 },
3116 'includes': [ '../build/android/java_cpp_template.gypi' ], 3119 'includes': [ '../build/android/java_cpp_template.gypi' ],
3117 }, 3120 },
3118 ], 3121 ],
3119 }, 3122 },
3120 ], 3123 ],
3121 ], 3124 ],
3122 } 3125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698