blob: acb155a08e9440784b05e9b568125bcd9203e762 [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.
static_library("scheduler") {
sources = [
"scheduler.cc",
"scheduler.h",
"time_interval.cc",
"time_interval.h",
"timer.cc",
"timer.h",
]
deps = [
"//base",
]
}