| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 40bade80202d9fdda68179121c95bab5230741a0..12bb890fac6f3ba69b0d81af0efdd43bf1e18c6c 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1252,6 +1252,7 @@
|
| ['inside_chromium_build==1', {
|
| 'dependencies': [
|
| '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
|
| + # The test server uses Python modules generated by the sync protos.
|
| '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto',
|
| '../third_party/protobuf/protobuf.gyp:py_proto',
|
| ],
|
|
|