summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cacheinvalidation/cacheinvalidation.gyp6
-rw-r--r--third_party/safe_browsing/safe_browsing.gyp4
2 files changed, 5 insertions, 5 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp
index 06cf253..5e0b074 100644
--- a/third_party/cacheinvalidation/cacheinvalidation.gyp
+++ b/third_party/cacheinvalidation/cacheinvalidation.gyp
@@ -51,7 +51,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.
@@ -97,7 +97,7 @@
],
'dependencies': [
'../../base/base.gyp:base',
- '../../third_party/protobuf2/protobuf.gyp:protobuf_lite',
+ '../../third_party/protobuf/protobuf.gyp:protobuf_lite',
'cacheinvalidation_proto',
],
# This target exports a hard dependency because depedents require
@@ -111,7 +111,7 @@
],
},
'export_dependent_settings': [
- '../../third_party/protobuf2/protobuf.gyp:protobuf_lite',
+ '../../third_party/protobuf/protobuf.gyp:protobuf_lite',
'cacheinvalidation_proto',
],
},
diff --git a/third_party/safe_browsing/safe_browsing.gyp b/third_party/safe_browsing/safe_browsing.gyp
index 819d5f3..f0ecda2 100644
--- a/third_party/safe_browsing/safe_browsing.gyp
+++ b/third_party/safe_browsing/safe_browsing.gyp
@@ -13,10 +13,10 @@
'testing/testing_input.dat',
],
'export_dependent_settings': [
- '../protobuf2/protobuf.gyp:py_proto',
+ '../protobuf/protobuf.gyp:py_proto',
],
'dependencies': [
- '../protobuf2/protobuf.gyp:py_proto',
+ '../protobuf/protobuf.gyp:py_proto',
],
},
],