Linux: The App Launcher now appears on the "Internet" menu, not "Other".
[chromium-blink-merge.git] / components / metrics.gypi
blob6036cae0cf91e3ef123fbdb65ffb35b7a63ebd35
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.
6   'targets': [
7     {
8       'target_name': 'metrics',
9       'type': 'static_library',
10       'include_dirs': [
11         '..',
12       ],
13       'dependencies': [
14         '../base/base.gyp:base',
15       ],
16       'sources': [
17         'metrics/metrics_hashes.cc',
18         'metrics/metrics_hashes.h',
19       ],
20     },
21   ],