diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 03:31:40 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 03:31:40 +0000 |
commit | 3b4225f8fe962886c92492744fed2872c2409081 (patch) | |
tree | b10d305b3bdc27dbc3ee305b1c8f31c15bca040c | |
parent | 73459d776090b8c70805c6d5dd3b54dbcbf9e43a (diff) | |
download | chromium_src-3b4225f8fe962886c92492744fed2872c2409081.zip chromium_src-3b4225f8fe962886c92492744fed2872c2409081.tar.gz chromium_src-3b4225f8fe962886c92492744fed2872c2409081.tar.bz2 |
Revert (3 of 4) 30154 - Fix build bustage by adding dependency back on sync_proto from sync_unit_tests.
TBR=nick
Review URL: http://codereview.chromium.org/334038
TBR=tim@chromium.org
Review URL: http://codereview.chromium.org/333039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30161 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/chrome.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 02287b8..8cbe8fa 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -6767,7 +6767,6 @@ '../testing/gtest.gyp:gtest', '../third_party/libjingle/libjingle.gyp:libjingle', 'syncapi', - 'sync_proto', 'test_support_unit', ], 'conditions': [ |