From 9cac94e630efc92e3fe955a962da7775ee1b9d70 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Fri, 1 Oct 2010 16:35:12 +0000 Subject: 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 --- remoting/base/protocol/chromotocol.gyp | 12 ++++++------ remoting/remoting.gyp | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'remoting') diff --git a/remoting/base/protocol/chromotocol.gyp b/remoting/base/protocol/chromotocol.gyp index f3167ad..fbcea21 100644 --- a/remoting/base/protocol/chromotocol.gyp +++ b/remoting/base/protocol/chromotocol.gyp @@ -38,7 +38,7 @@ }, ], 'dependencies': [ - '../../../third_party/protobuf2/protobuf.gyp:protoc#host', + '../../../third_party/protobuf/protobuf.gyp:protoc#host', ], # This target exports a hard dependency because it generates header # files. @@ -49,11 +49,11 @@ 'target_name': 'chromotocol_proto_lib', 'type': '<(library)', 'export_dependent_settings': [ - '../../../third_party/protobuf2/protobuf.gyp:protobuf_lite', + '../../../third_party/protobuf/protobuf.gyp:protobuf_lite', 'chromotocol_proto', ], 'dependencies': [ - '../../../third_party/protobuf2/protobuf.gyp:protobuf_lite', + '../../../third_party/protobuf/protobuf.gyp:protobuf_lite', 'chromotocol_proto', ], # This target exports a hard dependency because depedents require @@ -101,7 +101,7 @@ }, ], 'dependencies': [ - '../../../third_party/protobuf2/protobuf.gyp:protoc#host', + '../../../third_party/protobuf/protobuf.gyp:protoc#host', ], # This target exports a hard dependency because it generates header # files. @@ -112,11 +112,11 @@ 'target_name': 'trace_proto_lib', 'type': '<(library)', 'export_dependent_settings': [ - '../../../third_party/protobuf2/protobuf.gyp:protobuf_lite', + '../../../third_party/protobuf/protobuf.gyp:protobuf_lite', 'trace_proto', ], 'dependencies': [ - '../../../third_party/protobuf2/protobuf.gyp:protobuf_lite', + '../../../third_party/protobuf/protobuf.gyp:protobuf_lite', 'trace_proto', ], # This target exports a hard dependency because depedents require diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index e64624b..7a87ce0 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -113,7 +113,7 @@ 'dependencies': [ '../gfx/gfx.gyp:gfx', '../media/media.gyp:media', - '../third_party/protobuf2/protobuf.gyp:protobuf_lite', + '../third_party/protobuf/protobuf.gyp:protobuf_lite', '../third_party/libvpx/libvpx.gyp:libvpx_include', '../third_party/zlib/zlib.gyp:zlib', 'base/protocol/chromotocol.gyp:chromotocol_proto_lib', @@ -121,7 +121,7 @@ 'chromoting_jingle_glue', ], 'export_dependent_settings': [ - '../third_party/protobuf2/protobuf.gyp:protobuf_lite', + '../third_party/protobuf/protobuf.gyp:protobuf_lite', 'base/protocol/chromotocol.gyp:chromotocol_proto_lib', ], # This target needs a hard dependency because dependent targets -- cgit v1.1