| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 98bc7ad50e69ff4ac73d3b9adf2080ac13a57f97..3d7a1dc4af23a990cdea2c34ec6ca7f81d71fa5b 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -1833,8 +1833,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',
|
| ],
|
|
|