Chromium Code Reviews| Index: sync/BUILD.gn |
| diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
| index 8a11fe88082a363cf0c0dd7a9d826d8d56757c1b..9a9a98c0e1884149e36ee18772f10ddfc093cde6 100644 |
| --- a/sync/BUILD.gn |
| +++ b/sync/BUILD.gn |
| @@ -801,8 +801,9 @@ static_library("test_support_sync_testserver") { |
| ] |
| deps = [ |
| ":sync", |
| + |
| # The sync test server uses Python modules generated by the sync protos. |
| - # '../third_party/protobuf/protobuf.gyp:py_proto', # TODO(GYP) |
| + "//third_party/protobuf:py_proto", |
| ] |
| } |