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.
4
5static_library("profile_metrics") {
6  sources = [
7    "browser_profile_type.h",
8    "counts.cc",
9    "counts.h",
10    "state.cc",
11    "state.h",
12  ]
13
14  deps = [ "//base" ]
15}
16