Chromium Code Reviews| Index: net/net.gyp |
| diff --git a/net/net.gyp b/net/net.gyp |
| index aa6aaf9343b26adbe2dd87a102762f83c4e32a4a..5521c56262acbe87c8ade8cd9a6224789e724935 100644 |
| --- a/net/net.gyp |
| +++ b/net/net.gyp |
| @@ -1,4 +1,4 @@ |
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +# Copyright 2012 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| @@ -1902,9 +1902,6 @@ |
| # 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', |
|
akalin
2013/01/07 20:14:51
i'm pretty sure this is still needed, unless somet
Raghu Simha
2013/01/08 11:27:48
You're right that this used to be the case. Howeve
Ryan Sleevi
2013/01/08 19:16:12
At the risk of piling on, I would prefer you fix t
Raghu Simha
2013/01/22 09:25:41
With http://crrev.com/177864, the above comment ca
|
| '../third_party/protobuf/protobuf.gyp:py_proto', |
| ], |
| }], |