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

Side by Side Diff: chrome/chrome.gyp

Issue 397031: Launch processes asynchronously so as not to block the UI thread. For now, re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: return 0 instead of -1 if zygote couldn't launch renderer Created 11 years, 1 month 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
« no previous file with comments | « chrome/browser/zygote_host_linux.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'browser/browsing_instance.h', 966 'browser/browsing_instance.h',
967 'browser/bubble_positioner.h', 967 'browser/bubble_positioner.h',
968 'browser/bug_report_util.cc', 968 'browser/bug_report_util.cc',
969 'browser/bug_report_util.h', 969 'browser/bug_report_util.h',
970 'browser/cancelable_request.cc', 970 'browser/cancelable_request.cc',
971 'browser/cancelable_request.h', 971 'browser/cancelable_request.h',
972 'browser/cert_store.cc', 972 'browser/cert_store.cc',
973 'browser/cert_store.h', 973 'browser/cert_store.h',
974 'browser/character_encoding.cc', 974 'browser/character_encoding.cc',
975 'browser/character_encoding.h', 975 'browser/character_encoding.h',
976 'browser/child_process_launcher.cc',
977 'browser/child_process_launcher.h',
976 'browser/child_process_security_policy.cc', 978 'browser/child_process_security_policy.cc',
977 'browser/child_process_security_policy.h', 979 'browser/child_process_security_policy.h',
978 'browser/chrome_browser_application_mac.h', 980 'browser/chrome_browser_application_mac.h',
979 'browser/chrome_browser_application_mac.mm', 981 'browser/chrome_browser_application_mac.mm',
980 'browser/chrome_plugin_browsing_context.cc', 982 'browser/chrome_plugin_browsing_context.cc',
981 'browser/chrome_plugin_browsing_context.h', 983 'browser/chrome_plugin_browsing_context.h',
982 'browser/chrome_plugin_host.cc', 984 'browser/chrome_plugin_host.cc',
983 'browser/chrome_plugin_host.h', 985 'browser/chrome_plugin_host.h',
984 'browser/chrome_thread.cc', 986 'browser/chrome_thread.cc',
985 'browser/chrome_thread.h', 987 'browser/chrome_thread.h',
(...skipping 6073 matching lines...) Expand 10 before | Expand all | Expand 10 after
7059 ] 7061 ]
7060 }], 7062 }],
7061 ], # 'conditions' 7063 ], # 'conditions'
7062 } 7064 }
7063 7065
7064 # Local Variables: 7066 # Local Variables:
7065 # tab-width:2 7067 # tab-width:2
7066 # indent-tabs-mode:nil 7068 # indent-tabs-mode:nil
7067 # End: 7069 # End:
7068 # vim: set expandtab tabstop=2 shiftwidth=2: 7070 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/zygote_host_linux.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698