diff options
author | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 19:49:08 +0000 |
---|---|---|
committer | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-29 19:49:08 +0000 |
commit | 8be14ea3f50f92a1587dcdd51fc83f02120a59f6 (patch) | |
tree | 967bd514194fc7c4ec60d61793514ec745d745e5 | |
parent | 08daf0542dc5743a82bf55e8684bf1625ad7d997 (diff) | |
download | chromium_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.cc | 7 | ||||
-rwxr-xr-x | chrome/chrome.gyp | 1 |
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', |