diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 16:35:12 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-01 16:35:12 +0000 |
commit | 9cac94e630efc92e3fe955a962da7775ee1b9d70 (patch) | |
tree | 7c384cdf153b5da15dea95171d4b419086f90506 /net | |
parent | 606334078cffc3385560da493c7882a3e849bc86 (diff) | |
download | chromium_src-9cac94e630efc92e3fe955a962da7775ee1b9d70.zip chromium_src-9cac94e630efc92e3fe955a962da7775ee1b9d70.tar.gz chromium_src-9cac94e630efc92e3fe955a962da7775ee1b9d70.tar.bz2 |
protobuf: switch to using third_party/protobuf
This change lights up new code, but the code should be identical to
the code in protobuf2, so no functional changes are expected.
BUG=56579
TEST=sync_unit_tests
http://codereview.chromium.org/3598004/show
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.gyp b/net/net.gyp index 36ea737..1ce4608 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1045,7 +1045,7 @@ ['inside_chromium_build==1', { 'dependencies': [ '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', - '../third_party/protobuf2/protobuf.gyp:py_proto', + '../third_party/protobuf/protobuf.gyp:py_proto', ], }], ['OS == "linux" or OS == "freebsd" or OS == "openbsd"', { |