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

Unified Diff: net/net.gyp

Issue 10805046: [Sync] Make the 'sync' target the one clients should use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some comments Created 8 years, 5 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index f8de4ffc7297fc4c6466973ade3a7fb19111cd53..476e86185307102110951876a56a3387d4146d78 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1572,6 +1572,7 @@
'dependencies': [
'../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile',
Ryan Sleevi 2012/07/20 23:24:49 Mind adding a comment here about removing the abov
# The test server uses Python modules generated by the sync protos.
+ # TODO(akalin): Remove this hack (http://crbug.com/117559).
'../sync/protocol/sync_proto.gyp:sync_proto',
'../third_party/protobuf/protobuf.gyp:py_proto',
],

Powered by Google App Engine
This is Rietveld 408576698