Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index eb94a432928fc309ee4ce80ced60448ee3356926..97cfe8897d8d920b2d9ea6dc9c8a78af4d7297b5 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.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. |
{ |
@@ -14,7 +14,7 @@ |
'common', |
'browser', |
'../content/content.gyp:content_app', |
- '../sync/sync.gyp:sync_core', |
+ '../sync/sync.gyp:sync', |
], |
'allocator_target': '../base/allocator/allocator.gyp:allocator', |
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
@@ -385,7 +385,7 @@ |
'dependencies': [ |
'test_support_common', |
'../skia/skia.gyp:skia', |
- '../sync/sync.gyp:sync_core', |
+ '../sync/sync.gyp:sync', |
], |
'include_dirs': [ |
'..', |