| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 11d3e86b07f00901f5f03d6bda001ed6900b5ad8..caf9ad9b4a2711f09c43f41cc11f2eb23028a36a 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1810,8 +1810,11 @@
|
| 'conditions': [
|
| ['inside_chromium_build==1 and OS != "ios"', {
|
| 'dependencies': [
|
| + # The test server uses Python modules generated by cloud print.
|
| + # TODO(sync): Remove this hack (http://crbug.com/119403).
|
| '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
|
| # The test server uses Python modules generated by the sync protos.
|
| + # TODO(sync): Remove this hack (http://crbug.com/117559).
|
| '../sync/protocol/sync_proto.gyp:sync_proto',
|
| '../third_party/protobuf/protobuf.gyp:py_proto',
|
| ],
|
|
|