diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 20:38:50 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 20:38:50 +0000 |
commit | e0c5aaae87c949986cb3b5cc0b4e46d9b4d5560b (patch) | |
tree | 3768222f175fbc2d5cbfe435fa93a2411adb448c /chrome/chrome.gyp | |
parent | 800bb46fd0494d613685ec1fd8c458901c19b58f (diff) | |
download | chromium_src-e0c5aaae87c949986cb3b5cc0b4e46d9b4d5560b.zip chromium_src-e0c5aaae87c949986cb3b5cc0b4e46d9b4d5560b.tar.gz chromium_src-e0c5aaae87c949986cb3b5cc0b4e46d9b4d5560b.tar.bz2 |
Merge 32264 - Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. (relanding 32203)
BUG=6844,27935
Review URL: http://codereview.chromium.org/397031
TBR=jam@chromium.org
Review URL: http://codereview.chromium.org/408011
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@32388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f000496..cd9a402 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -972,6 +972,8 @@ 'browser/cert_store.h', 'browser/character_encoding.cc', 'browser/character_encoding.h', + 'browser/child_process_launcher.cc', + 'browser/child_process_launcher.h', 'browser/child_process_security_policy.cc', 'browser/child_process_security_policy.h', 'browser/chrome_browser_application_mac.h', |