Index: sync/BUILD.gn |
diff --git a/sync/BUILD.gn b/sync/BUILD.gn |
index a859663a90d6450750e8df6783b12c714c97b803..83568ad0cb3e23a5cee7274f1c252b35afd24d8d 100644 |
--- a/sync/BUILD.gn |
+++ b/sync/BUILD.gn |
@@ -798,8 +798,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", |
] |
} |