| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index f58b8542458b9eef638888bd6b7d187a1df1e10c..8a947c993decde18586c3611c2d705c346d1b7db 100755
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -4615,6 +4615,7 @@
|
| 'test/test_notification_tracker.h',
|
| 'test/v8_unit_test.cc',
|
| 'test/v8_unit_test.h',
|
| + 'test/sync/test_http_bridge_factory.h',
|
| '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/compact_lang_det_unittest_small.cc',
|
| ],
|
| 'conditions': [
|
| @@ -4784,11 +4785,6 @@
|
| 'common/net/url_util_unittest.cc',
|
| ],
|
| }],
|
| - ['browser_sync==1', {
|
| - 'sources!': [
|
| - 'browser/sync/profile_sync_service_unittest.cc',
|
| - ]
|
| - }],
|
| ],
|
| },
|
| {
|
|
|