From 2d4dc50cd69de95bd3a556262bf957fb8bb84167 Mon Sep 17 00:00:00 2001
From: "agl@chromium.org"
 <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Wed, 20 Oct 2010 21:04:48 +0000
Subject: Adding missing dep on protoc#host

r63221 compiled only because of luck. (i.e. is just so happened that
protoc was built before ssl_host_info on the builders.)

TEST=none
BUG=none

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63260 0039d316-1c4b-4281-b951-d872f2087c98
---
 net/net.gyp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/net.gyp b/net/net.gyp
index f0306b1..3c19189 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1001,6 +1001,7 @@
       'dependencies': [
         '../base/base.gyp:base',
         '../third_party/protobuf/protobuf.gyp:protobuf_lite',
+        '../third_party/protobuf/protobuf.gyp:protoc#host',
       ],
       'sources': [
         'socket/ssl_host_info.proto',
-- 
cgit v1.1