blob: d75f9fed9504206f40f2844ee86e6d587d5fcab6 [file] [log] [blame]
# Copyright 2016 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("alarms") {
sources = [
"alarm_manager.cc",
"alarm_manager.h",
"alarms_api.cc",
"alarms_api.h",
"alarms_api_constants.cc",
"alarms_api_constants.h",
]
deps = [
"//extensions/common/api",
]
public_deps = [
"//extensions/browser:browser_sources",
]
}