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

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: android 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
« sandbox/BUILD.gn ('K') | « 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 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",
]
}
« sandbox/BUILD.gn ('K') | « storage/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698