| Index: components/metrics.gypi
|
| diff --git a/components/metrics.gypi b/components/metrics.gypi
|
| index a8f9d0cb0da54bb21ae3389e0745f9178d944227..f3dc749d0f89766fbe4769935a2fa175deb3897d 100644
|
| --- a/components/metrics.gypi
|
| +++ b/components/metrics.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/metrics
|
| 'target_name': 'metrics',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -63,6 +64,7 @@
|
| ],
|
| },
|
| {
|
| + # GN version: //components/metrics:net
|
| 'target_name': 'metrics_net',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -80,7 +82,7 @@
|
| {
|
| # Protobuf compiler / generator for UMA (User Metrics Analysis).
|
| #
|
| - # GN version: //component/metrics/proto:proto
|
| + # GN version: //components/metrics/proto:proto
|
| 'target_name': 'component_metrics_proto',
|
| 'type': 'static_library',
|
| 'sources': [
|
| @@ -103,6 +105,7 @@
|
| {
|
| # TODO(isherman): Remove all //chrome dependencies on this target, and
|
| # merge the files in this target with components_unittests.
|
| + # GN version: //components/metrics:test_support
|
| 'target_name': 'metrics_test_support',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
|
|