blob: 4dc0a187d6a7ecdc7f2f9ea4c0c838b2e1c4560c [file] [log] [blame]
# Copyright 2014 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.
source_set("clock") {
sources = [
"monotonic_clock.cc",
"monotonic_clock.h",
]
deps = [
"//base",
"//gin",
"//mojo/public/cpp/system",
"//services/js/system",
"//v8",
]
}