diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 02:51:39 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 02:51:39 +0000 |
commit | 3794004ed3002bab0ae41d27d033ced2ad3d63e6 (patch) | |
tree | 041b933d318465208767b5b7a5d6ee29bed37f6d /chrome/chrome.gyp | |
parent | 65d0b12bc9aaf8acdfe92a5d57e98d021b591ba4 (diff) | |
download | chromium_src-3794004ed3002bab0ae41d27d033ced2ad3d63e6.zip chromium_src-3794004ed3002bab0ae41d27d033ced2ad3d63e6.tar.gz chromium_src-3794004ed3002bab0ae41d27d033ced2ad3d63e6.tar.bz2 |
Fix build bustage by adding dependency back on sync_proto from sync_unit_tests.
TBR=nick
Review URL: http://codereview.chromium.org/334038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 8cbe8fa..02287b8 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -6767,6 +6767,7 @@ '../testing/gtest.gyp:gtest', '../third_party/libjingle/libjingle.gyp:libjingle', 'syncapi', + 'sync_proto', 'test_support_unit', ], 'conditions': [ |