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

Unified Diff: base/BUILD.gn

Issue 1569553005: Use base/time/time_posix.cc on OS X and iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on Mac 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 | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index caa5fb2afb535416ee7d5052bb1bce5badae68ef..03a4f75445a7290347acdebe01aed921252bb9c4 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -800,7 +800,6 @@ component("base") {
"time/tick_clock.h",
"time/time.cc",
"time/time.h",
- "time/time_mac.cc",
"time/time_posix.cc",
"time/time_win.cc",
"timer/elapsed_timer.cc",
@@ -1290,7 +1289,6 @@ component("base") {
"process/memory_stubs.cc",
"strings/sys_string_conversions_mac.mm",
"threading/platform_thread_mac.mm",
- "time/time_mac.cc",
]
set_sources_assignment_filter(sources_assignment_filter)
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698