Index: chrome/chrome_tests_unit.gypi |
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi |
index d9898d2d8f618e80e1f852a39ce783e59f295a1b..3cd877210034f26cad3bb6578008677757483542 100644 |
--- a/chrome/chrome_tests_unit.gypi |
+++ b/chrome/chrome_tests_unit.gypi |
@@ -1,4 +1,4 @@ |
- # Copyright 2012 The Chromium Authors. All rights reserved. |
+ # Copyright 2013 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
{ |
@@ -13,7 +13,6 @@ |
# dependencies block below, rather than here. |
'app/policy/cloud_policy_codegen.gyp:policy_test_support', |
'browser', |
- '../sync/protocol/sync_proto.gyp:sync_proto', |
'chrome_resources.gyp:chrome_resources', |
'chrome_resources.gyp:chrome_strings', |
'chrome_resources.gyp:theme_resources', |
@@ -26,6 +25,7 @@ |
'../net/net.gyp:net', |
'../net/net.gyp:net_test_support', |
'../skia/skia.gyp:skia', |
+ '../sync/sync.gyp:sync_proto', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
], |
@@ -334,7 +334,7 @@ |
'test_support_common', |
'../base/base.gyp:base', |
'../skia/skia.gyp:skia', |
- '../sync/sync.gyp:sync', |
+ '../sync/sync.gyp:sync_core', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |
], |
@@ -372,13 +372,17 @@ |
'../media/media.gyp:media_test_support', |
'../net/net.gyp:net', |
'../net/net.gyp:net_test_support', |
- '../testing/gmock.gyp:gmock', |
- '../testing/gtest.gyp:gtest', |
- 'test_support_common', |
+ '../sync/sync.gyp:sync_core', |
+ '../sync/sync.gyp:sync_internal_api', |
+ '../sync/sync.gyp:sync_notifier', |
+ '../sync/sync.gyp:sync_proto', |
'../sync/sync.gyp:test_support_sync_api', |
'../sync/sync.gyp:test_support_sync_core', |
'../sync/sync.gyp:test_support_sync_internal_api', |
'../sync/sync.gyp:test_support_sync_notifier', |
+ '../testing/gmock.gyp:gmock', |
+ '../testing/gtest.gyp:gtest', |
+ 'test_support_common', |
'test_support_unit', |
# 3) anything tests directly depend on |
'../google_apis/google_apis.gyp:google_apis', |