summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_renderer.gypi
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 16:35:12 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-01 16:35:12 +0000
commit9cac94e630efc92e3fe955a962da7775ee1b9d70 (patch)
tree7c384cdf153b5da15dea95171d4b419086f90506 /chrome/chrome_renderer.gypi
parent606334078cffc3385560da493c7882a3e849bc86 (diff)
downloadchromium_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 'chrome/chrome_renderer.gypi')
-rw-r--r--chrome/chrome_renderer.gypi6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 3d072c0..d055052 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -334,8 +334,8 @@
},
],
'dependencies': [
- '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
- '../third_party/protobuf2/protobuf.gyp:protoc#host',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '../third_party/protobuf/protobuf.gyp:protoc#host',
],
'direct_dependent_settings': {
'include_dirs': [
@@ -343,7 +343,7 @@
]
},
'export_dependent_settings': [
- '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
],
},
],