blob: 6036cae0cf91e3ef123fbdb65ffb35b7a63ebd35 [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.
{
'targets': [
{
'target_name': 'metrics',
'type': 'static_library',
'include_dirs': [
'..',
],
'dependencies': [
'../base/base.gyp:base',
],
'sources': [
'metrics/metrics_hashes.cc',
'metrics/metrics_hashes.h',
],
},
],
}