summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-03 17:23:24 +0000
committerpfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-03 17:23:24 +0000
commita33721a77396c8f7607d330cd3d07b82f4ebc0ed (patch)
treeeee496f02500b7acefee4450aa9d6859aad3901c /chrome/chrome.gyp
parent2d354bbcb647825dab961834b23ed6756489b73a (diff)
downloadchromium_src-a33721a77396c8f7607d330cd3d07b82f4ebc0ed.zip
chromium_src-a33721a77396c8f7607d330cd3d07b82f4ebc0ed.tar.gz
chromium_src-a33721a77396c8f7607d330cd3d07b82f4ebc0ed.tar.bz2
DevTools: split http_listen_socket into http_server and connection.
BUG= TEST= Review URL: http://codereview.chromium.org/6410033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73631 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 63c9480..f1da091e 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -498,7 +498,7 @@
'dependencies': [
'chrome_resources',
'chrome_strings',
- '../net/net.gyp:http_listen_socket',
+ '../net/net.gyp:http_server',
'theme_resources',
'../skia/skia.gyp:skia',
'../third_party/icu/icu.gyp:icui18n',