| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index df18e20af077406efd49bd6435341690e9842796..94d014cbf509b4be863c4ed435540db3ed253dc7 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1855,8 +1855,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',
|
| ],
|
|
|