| Index: chrome/chrome_browser_ui.gypi
|
| diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
|
| index 2b29a476a27f215be24a72ba5f87c596f28a55a7..65d66d11104d80a99e8161ef0753abe3ead3f5eb 100644
|
| --- a/chrome/chrome_browser_ui.gypi
|
| +++ b/chrome/chrome_browser_ui.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.
|
|
|
| @@ -36,11 +36,7 @@
|
| '../crypto/crypto.gyp:crypto',
|
| '../media/media.gyp:media',
|
| '../skia/skia.gyp:skia',
|
| - '../sync/protocol/sync_proto.gyp:sync_proto',
|
| - # TODO(akalin): Depend only on sync_api from sync.
|
| - '../sync/sync.gyp:sync_api',
|
| - '../sync/sync.gyp:sync_internal_api',
|
| - '../sync/sync.gyp:sync_notifier',
|
| + '../sync/sync.gyp:sync',
|
| '../third_party/bzip2/bzip2.gyp:bzip2',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_proto_cpp',
|
| @@ -63,7 +59,7 @@
|
| '<(SHARED_INTERMEDIATE_DIR)',
|
| ],
|
| 'export_dependent_settings': [
|
| - '../sync/sync.gyp:sync_notifier',
|
| + '../sync/sync.gyp:sync',
|
| ],
|
| 'sources': [
|
| # All .cc, .h, .m, and .mm files under browser/ui except for:
|
|
|