Index: chrome/chrome_browser_chromeos.gypi |
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi |
index 64826cc4047f60c68b2134dc063e4f7be68e575b..dd37d491240e5d358d38b031b7b9bc725caacd17 100644 |
--- a/chrome/chrome_browser_chromeos.gypi |
+++ b/chrome/chrome_browser_chromeos.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. |
@@ -57,11 +57,7 @@ |
'../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
'../printing/printing.gyp:printing', |
'../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/adobe/flash/flash_player.gyp:flapper_version_h', |
'../third_party/bzip2/bzip2.gyp:bzip2', |
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation', |
@@ -104,7 +100,7 @@ |
], |
}, |
'export_dependent_settings': [ |
- '../sync/sync.gyp:sync_notifier', |
+ '../sync/sync.gyp:sync', |
], |
'sources': [ |
# All .cc, .h, .m, and .mm files unde browser/chromeos, except for tests |