| Index: components/metrics.gypi
|
| diff --git a/components/metrics.gypi b/components/metrics.gypi
|
| index 6036cae0cf91e3ef123fbdb65ffb35b7a63ebd35..02e2d395f7fcae18443bd55c058ae252e99ad1ef 100644
|
| --- a/components/metrics.gypi
|
| +++ b/components/metrics.gypi
|
| @@ -17,6 +17,37 @@
|
| 'metrics/metrics_hashes.cc',
|
| 'metrics/metrics_hashes.h',
|
| ],
|
| + 'conditions': [
|
| + ['chromeos==1', {
|
| + 'dependencies': [
|
| + 'metrics_export',
|
| + ],
|
| + },
|
| + ],
|
| + ],
|
| },
|
| - ],
|
| + {
|
| + 'target_name': 'metrics_export',
|
| + 'type': 'static_library',
|
| + 'sources':[
|
| + 'metrics/export/crash_sample.cc',
|
| + 'metrics/export/crash_sample.h',
|
| + 'metrics/export/histogram_sample.cc',
|
| + 'metrics/export/histogram_sample.h',
|
| + 'metrics/export/linearhistogram_sample.cc',
|
| + 'metrics/export/linearhistogram_sample.h',
|
| + 'metrics/export/metrics_utils.cc',
|
| + 'metrics/export/metrics_utils.h',
|
| + 'metrics/export/metric_sample.cc',
|
| + 'metrics/export/metric_sample.h',
|
| + 'metrics/export/sparsehistogram_sample.cc',
|
| + 'metrics/export/sparsehistogram_sample.h',
|
| + 'metrics/export/useraction_sample.cc',
|
| + 'metrics/export/useraction_sample.h',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + ],
|
| + },
|
| + ],
|
| }
|
|
|