diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 18:19:52 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 18:19:52 +0000 |
commit | f30e11dce0e8a28c3791cc093d3edd6888d406c5 (patch) | |
tree | ccb01e4e5b9d53c93c8633543c563915004e3b4f /net | |
parent | 7ee76d72d43f923d49ea43ec9c9fc30ebc0511d1 (diff) | |
download | chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.zip chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.tar.gz chromium_src-f30e11dce0e8a28c3791cc093d3edd6888d406c5.tar.bz2 |
Update sync protos to use the new shared protoc gyp rules
Just a refactoring.
Review URL: http://codereview.chromium.org/7677034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 40bade8..12bb890 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -1252,6 +1252,7 @@ ['inside_chromium_build==1', { 'dependencies': [ '../chrome/app/policy/cloud_policy_codegen.gyp:cloud_policy_proto_compile', + # The test server uses Python modules generated by the sync protos. '../chrome/browser/sync/protocol/sync_proto.gyp:sync_proto', '../third_party/protobuf/protobuf.gyp:py_proto', ], |