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

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: 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 { 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'browser/chrome_browser_main_win.cc', 341 'browser/chrome_browser_main_win.cc',
342 'browser/chrome_browser_main_win.h', 342 'browser/chrome_browser_main_win.h',
343 'browser/chrome_browser_main_x11.cc', 343 'browser/chrome_browser_main_x11.cc',
344 'browser/chrome_browser_main_x11.h', 344 'browser/chrome_browser_main_x11.h',
345 'browser/chrome_content_browser_client.cc', 345 'browser/chrome_content_browser_client.cc',
346 'browser/chrome_content_browser_client.h', 346 'browser/chrome_content_browser_client.h',
347 'browser/chrome_page_zoom.cc', 347 'browser/chrome_page_zoom.cc',
348 'browser/chrome_page_zoom.h', 348 'browser/chrome_page_zoom.h',
349 'browser/chrome_page_zoom_constants.cc', 349 'browser/chrome_page_zoom_constants.cc',
350 'browser/chrome_page_zoom_constants.h', 350 'browser/chrome_page_zoom_constants.h',
351 'browser/chrome_process_singleton.cc',
352 'browser/chrome_process_singleton.h',
351 'browser/chrome_quota_permission_context.cc', 353 'browser/chrome_quota_permission_context.cc',
352 'browser/chrome_quota_permission_context.h', 354 'browser/chrome_quota_permission_context.h',
353 'browser/chrome_to_mobile_service.cc', 355 'browser/chrome_to_mobile_service.cc',
354 'browser/chrome_to_mobile_service.h', 356 'browser/chrome_to_mobile_service.h',
355 'browser/chrome_to_mobile_service_factory.cc', 357 'browser/chrome_to_mobile_service_factory.cc',
356 'browser/chrome_to_mobile_service_factory.h', 358 'browser/chrome_to_mobile_service_factory.h',
357 'browser/command_observer.h', 359 'browser/command_observer.h',
358 'browser/command_updater.cc', 360 'browser/command_updater.cc',
359 'browser/command_updater.h', 361 'browser/command_updater.h',
360 'browser/command_updater_delegate.h', 362 'browser/command_updater_delegate.h',
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 'browser/printing/printer_manager_dialog.h', 1463 'browser/printing/printer_manager_dialog.h',
1462 'browser/printing/printer_manager_dialog_linux.cc', 1464 'browser/printing/printer_manager_dialog_linux.cc',
1463 'browser/printing/printer_manager_dialog_mac.mm', 1465 'browser/printing/printer_manager_dialog_mac.mm',
1464 'browser/printing/printer_manager_dialog_win.cc', 1466 'browser/printing/printer_manager_dialog_win.cc',
1465 'browser/printing/printer_query.cc', 1467 'browser/printing/printer_query.cc',
1466 'browser/printing/printer_query.h', 1468 'browser/printing/printer_query.h',
1467 'browser/printing/printing_message_filter.cc', 1469 'browser/printing/printing_message_filter.cc',
1468 'browser/printing/printing_message_filter.h', 1470 'browser/printing/printing_message_filter.h',
1469 'browser/process_info_snapshot.h', 1471 'browser/process_info_snapshot.h',
1470 'browser/process_info_snapshot_mac.cc', 1472 'browser/process_info_snapshot_mac.cc',
1471 'browser/process_singleton.cc',
1472 'browser/process_singleton.h', 1473 'browser/process_singleton.h',
1473 'browser/process_singleton_linux.cc', 1474 'browser/process_singleton_linux.cc',
1474 'browser/process_singleton_mac.cc', 1475 'browser/process_singleton_mac.cc',
1476 'browser/process_singleton_modal_dialog_lock.cc',
1477 'browser/process_singleton_modal_dialog_lock.h',
1478 'browser/process_singleton_startup_lock.cc',
1479 'browser/process_singleton_startup_lock.h',
1475 'browser/process_singleton_win.cc', 1480 'browser/process_singleton_win.cc',
1476 'browser/profiles/avatar_menu_model.cc', 1481 'browser/profiles/avatar_menu_model.cc',
1477 'browser/profiles/avatar_menu_model.h', 1482 'browser/profiles/avatar_menu_model.h',
1478 'browser/profiles/avatar_menu_model_observer.h', 1483 'browser/profiles/avatar_menu_model_observer.h',
1479 'browser/profiles/bookmark_model_loaded_observer.cc', 1484 'browser/profiles/bookmark_model_loaded_observer.cc',
1480 'browser/profiles/bookmark_model_loaded_observer.h', 1485 'browser/profiles/bookmark_model_loaded_observer.h',
1481 'browser/profiles/chrome_version_service.cc', 1486 'browser/profiles/chrome_version_service.cc',
1482 'browser/profiles/chrome_version_service.h', 1487 'browser/profiles/chrome_version_service.h',
1483 'browser/profiles/dependency_graph.cc', 1488 'browser/profiles/dependency_graph.cc',
1484 'browser/profiles/dependency_graph.h', 1489 'browser/profiles/dependency_graph.h',
(...skipping 1175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2660 'browser/tab_contents/spelling_bubble_model.cc', 2665 'browser/tab_contents/spelling_bubble_model.cc',
2661 'browser/tab_contents/spelling_bubble_model.h', 2666 'browser/tab_contents/spelling_bubble_model.h',
2662 'browser/tab_contents/spelling_menu_observer.cc', 2667 'browser/tab_contents/spelling_menu_observer.cc',
2663 'browser/tab_contents/spelling_menu_observer.h', 2668 'browser/tab_contents/spelling_menu_observer.h',
2664 'browser/upgrade_detector_impl.cc', 2669 'browser/upgrade_detector_impl.cc',
2665 'browser/upgrade_detector_impl.h', 2670 'browser/upgrade_detector_impl.h',
2666 2671
2667 # Not used by Android 2672 # Not used by Android
2668 'browser/chrome_browser_main_posix.cc', 2673 'browser/chrome_browser_main_posix.cc',
2669 'browser/chrome_browser_main_posix.h', 2674 'browser/chrome_browser_main_posix.h',
2675 'browser/chrome_process_singleton.cc',
2670 'browser/process_singleton.cc', 2676 'browser/process_singleton.cc',
2671 ], 2677 ],
2672 'sources/': [ 2678 'sources/': [
2673 ['exclude', '^browser/captive_portal/'], 2679 ['exclude', '^browser/captive_portal/'],
2674 ['exclude', '^browser/chrome_to_mobile'], 2680 ['exclude', '^browser/chrome_to_mobile'],
2675 ['exclude', '^browser/first_run/'], 2681 ['exclude', '^browser/first_run/'],
2676 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct. 2682 ['include', '^browser/first_run/first_run.cc'], # For ctor/dtor of a struct.
2677 ['exclude', '^browser/importer/'], 2683 ['exclude', '^browser/importer/'],
2678 ['exclude', '^browser/service/'], 2684 ['exclude', '^browser/service/'],
2679 ['exclude', '^browser/speech/'], 2685 ['exclude', '^browser/speech/'],
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3027 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3033 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3028 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3034 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3029 }, 3035 },
3030 'includes': [ '../build/android/java_cpp_template.gypi' ], 3036 'includes': [ '../build/android/java_cpp_template.gypi' ],
3031 }, 3037 },
3032 ], 3038 ],
3033 }, 3039 },
3034 ], 3040 ],
3035 ], 3041 ],
3036 } 3042 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698