summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 20:38:50 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 20:38:50 +0000
commite0c5aaae87c949986cb3b5cc0b4e46d9b4d5560b (patch)
tree3768222f175fbc2d5cbfe435fa93a2411adb448c /chrome/chrome.gyp
parent800bb46fd0494d613685ec1fd8c458901c19b58f (diff)
downloadchromium_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-xchrome/chrome.gyp2
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',