Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: base/build_time.h

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/bits_unittest.cc ('k') | base/build_time.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/build_time.h
diff --git a/base/build_time.h b/base/build_time.h
deleted file mode 100644
index 4f0abc381336641425dab76d4f1533a0041b22bb..0000000000000000000000000000000000000000
--- a/base/build_time.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// 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.
-
-#ifndef BASE_BUILD_TIME_H_
-#define BASE_BUILD_TIME_H_
-
-#include "base/base_export.h"
-#include "base/time/time.h"
-
-namespace base {
-
-// GetBuildTime returns the time at which the current binary was built.
-//
-// This uses the __DATE__ and __TIME__ macros, which don't trigger a rebuild
-// when they change. However, official builds will always be rebuilt from
-// scratch.
-//
-// Also, since __TIME__ doesn't include a timezone, this value should only be
-// considered accurate to a day.
-//
-// NOTE: This function is disabled except for the official builds, by default
-// the date returned is "Sep 02 2008 08:00:00 PST".
-Time BASE_EXPORT GetBuildTime();
-
-} // namespace base
-
-#endif // BASE_BUILD_TIME_H_
« no previous file with comments | « base/bits_unittest.cc ('k') | base/build_time.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698