| Index: chrome_frame/chrome_frame.gyp
|
| diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
|
| index aff8337128d7cadb13eb08ebfc399059f1fe85e4..a16cdc5709f654e4139d3f2cbdd79300e4ddab18 100644
|
| --- a/chrome_frame/chrome_frame.gyp
|
| +++ b/chrome_frame/chrome_frame.gyp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright (c) 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.
|
|
|
| @@ -417,7 +417,7 @@
|
| '../net/net.gyp:net',
|
| '../net/net.gyp:net_test_support',
|
| '../skia/skia.gyp:skia',
|
| - '../sync/sync.gyp:sync_api',
|
| + '../sync/sync.gyp:sync',
|
| '../testing/gtest.gyp:gtest',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| @@ -800,7 +800,7 @@
|
| '../chrome/chrome.gyp:installer_util',
|
| '../google_update/google_update.gyp:google_update',
|
| # Make the archive build happy.
|
| - '../sync/sync.gyp:sync_api',
|
| + '../sync/sync.gyp:sync',
|
| # Crash Reporting
|
| 'crash_reporting/crash_reporting.gyp:crash_report',
|
| ],
|
| @@ -923,7 +923,7 @@
|
| '../chrome/chrome.gyp:installer_util',
|
| '../google_update/google_update.gyp:google_update',
|
| # Make the archive build happy.
|
| - '../sync/sync.gyp:sync_api',
|
| + '../sync/sync.gyp:sync',
|
| # Crash Reporting
|
| 'crash_reporting/crash_reporting.gyp:crash_report',
|
| ],
|
|
|