Commit fcee6820 authored by sky@chromium.org's avatar sky@chromium.org

Fixes sync dependency

invalidation_util.cc has the following include:

invalidation_util.cc is in the target
sync_internal_api. sync_internal_api doesn't depend on
cacheinvalidation_proto_cpp which is what generates types.pb.h.

BUG=395846
TEST=none
R=tim@chromium.org

Review URL: https://codereview.chromium.org/410503002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284623 0039d316-1c4b-4281-b951-d872f2087c98
parent 8a5bd590
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
'../base/base.gyp:base', '../base/base.gyp:base',
'../net/net.gyp:net', '../net/net.gyp:net',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
'../third_party/zlib/zlib.gyp:zlib', '../third_party/zlib/zlib.gyp:zlib',
'../url/url.gyp:url_lib', '../url/url.gyp:url_lib',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment