blob: 815ea319f7cb3f65f49a5061f0bf3c23ba8d788b [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") {
deps = [
"//base",
"//gin",
"//mojo/edk/js",
"//v8",
]
sources = [
"monotonic_clock.cc",
"monotonic_clock.h",
]
}