Add an exponential backoff to rechecking the app list doodle.
[chromium-blink-merge.git] / components / timers / BUILD.gn
blobd6a7efb06451be7bd427e0a172f1fffa05e2f407
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("timers") {
6   sources = [
7     "alarm_timer_chromeos.cc",
8     "alarm_timer_chromeos.h",
9   ]
11   deps = [
12     "//base",
13   ]