Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: components/metrics.gypi

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/autofill/core/common/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « components/autofill/core/common/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698