[Audio Player] Cleanup the code along with closure compiler
[chromium-blink-merge.git] / components / device_event_log / BUILD.gn
blob0b1103b2f1e4da51721820f61287ce17a7acd4e3
1 # Copyright 2015 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 source_set("device_event_log") {
6   sources = [
7     "device_event_log.cc",
8     "device_event_log.h",
9     "device_event_log_impl.cc",
10     "device_event_log_impl.h",
11   ]
13   deps = [
14     "//base",
15     "//net",
16   ]
19 source_set("unit_tests") {
20   testonly = true
21   sources = [
22     "device_event_log_impl_unittest.cc",
23   ]
25   deps = [
26     ":device_event_log",
27     "//testing/gtest",
28   ]