summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-31 18:18:30 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-31 18:18:30 +0000
commitd7e15b96648f1d94ca2d6cf0309365226e282311 (patch)
tree7af4883420685a88f2849463a70712c095f5ac48 /chrome/chrome.gyp
parent8b414bf352ce99a63de3ced97a156bc86e815fe8 (diff)
downloadchromium_src-d7e15b96648f1d94ca2d6cf0309365226e282311.zip
chromium_src-d7e15b96648f1d94ca2d6cf0309365226e282311.tar.gz
chromium_src-d7e15b96648f1d94ca2d6cf0309365226e282311.tar.bz2
sync: Move HttpPostProviderFactory class in its own header file.
BUG=19878 TEST=None R=akalin@chromium.org Review URL: http://codereview.chromium.org/6690033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index c29d522..48d0562 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 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.
{
@@ -444,6 +444,7 @@
'target_name': 'syncapi',
'type': '<(library)',
'sources': [
+ 'browser/sync/engine/http_post_provider_factory.h',
'browser/sync/engine/syncapi.cc',
'browser/sync/engine/syncapi.h',
],