# Copyright 2018 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. assert(is_chromeos, "Non-ChromeOS builds cannot depend on //chromeos") component("system_clock") { defines = [ "IS_SYSTEM_CLOCK_IMPL" ] deps = [ "//base", "//dbus", ] sources = [ "fake_system_clock_client.cc", "fake_system_clock_client.h", "system_clock_client.cc", "system_clock_client.h", ] }