Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: sync/BUILD.gn

Issue 1969503002: Address more TOOD(GYP) in GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « storage/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « storage/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698