blob: 89dd1fa3c9e113e46fafafa6cd91732f3f7ab386 [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/edk/js",
"//mojo/public/cpp/system",
"//v8",
]
}