summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 19:49:08 +0000
committercraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-29 19:49:08 +0000
commit8be14ea3f50f92a1587dcdd51fc83f02120a59f6 (patch)
tree967bd514194fc7c4ec60d61793514ec745d745e5
parent08daf0542dc5743a82bf55e8684bf1625ad7d997 (diff)
downloadchromium_src-8be14ea3f50f92a1587dcdd51fc83f02120a59f6.zip
chromium_src-8be14ea3f50f92a1587dcdd51fc83f02120a59f6.tar.gz
chromium_src-8be14ea3f50f92a1587dcdd51fc83f02120a59f6.tar.bz2
Linux: Remove unnecessary time_linux.cc from sync code.
time_posix.cc has the actual code and compiles on Linux already. Including both files causes linker errors for the shared build. BUG=none TEST=compiles on trybots Review URL: http://codereview.chromium.org/341035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30492 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/sync/notifier/base/linux/time_linux.cc7
-rwxr-xr-xchrome/chrome.gyp1
2 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/sync/notifier/base/linux/time_linux.cc b/chrome/browser/sync/notifier/base/linux/time_linux.cc
deleted file mode 100644
index ea2acf5..0000000
--- a/chrome/browser/sync/notifier/base/linux/time_linux.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright (c) 2009 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.
-//
-// Time functions
-
-#include "chrome/browser/sync/notifier/base/posix/time_posix.cc"
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 096b254..d97f584 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -5138,7 +5138,6 @@
'browser/sync/notifier/base/async_network_alive.h',
'browser/sync/notifier/base/fastalloc.h',
'browser/sync/notifier/base/linux/network_status_detector_task_linux.cc',
- 'browser/sync/notifier/base/linux/time_linux.cc',
'browser/sync/notifier/base/mac/network_status_detector_task_mac.cc',
'browser/sync/notifier/base/mac/time_mac.cc',
'browser/sync/notifier/base/nethelpers.cc',