| Index: chrome/chrome_browser_extensions.gypi
|
| diff --git a/chrome/chrome_browser_extensions.gypi b/chrome/chrome_browser_extensions.gypi
|
| index 1b04a5c24e8316b701ef0b093d51d967b2cbf93e..d48633f91f6e64547e50532b268954e50ac9497d 100644
|
| --- a/chrome/chrome_browser_extensions.gypi
|
| +++ b/chrome/chrome_browser_extensions.gypi
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Copyright 2012 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.
|
|
|
| @@ -14,7 +14,6 @@
|
| # have the same dependencies. Once browser_extensions is untangled from
|
| # browser, then we can clean up these dependencies.
|
| 'dependencies': [
|
| - '../sync/protocol/sync_proto.gyp:sync_proto',
|
| 'chrome_resources.gyp:chrome_extra_resources',
|
| 'chrome_resources.gyp:chrome_resources',
|
| 'chrome_resources.gyp:chrome_strings',
|
| @@ -34,7 +33,7 @@
|
| '../device/device.gyp:device_usb',
|
| '../net/net.gyp:net',
|
| '../skia/skia.gyp:skia',
|
| - '../sync/sync.gyp:sync_notifier',
|
| + '../sync/sync.gyp:sync',
|
| '../third_party/bzip2/bzip2.gyp:bzip2',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
|
|