blob: b72566bb3b9d7ba0ece20f62c302a4127b5fe34c [file]
# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/features.gni")
# TODO(crbug.com/1414153): this should be removed once there is a unified
# approach to TimeTicks::Now on iOS.
declare_args() {
# use_blink currently assumes mach absolute time ticks (eg, to ensure that
# trace events cohere).
enable_mach_absolute_time_ticks = is_mac || use_blink
}