summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-02 17:37:34 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-02 17:37:34 +0000
commitfca567b91bf3e2080ec48e17b1a492af32143c36 (patch)
tree4c32f1246a7d35dfabed930efbda3c495c789986 /components/metrics.gypi
parent2d6836f40081d7da684a608a15327be6a0e42bea (diff)
downloadchromium_src-fca567b91bf3e2080ec48e17b1a492af32143c36.zip
chromium_src-fca567b91bf3e2080ec48e17b1a492af32143c36.tar.gz
chromium_src-fca567b91bf3e2080ec48e17b1a492af32143c36.tar.bz2
Add lots of GN targets:
components/autofill components/metrics components/policy components/variations third_party/libphonenumber third_party/mt19937ar ui/gfx/ipc These are all requried to compile chrome/browser in some form or another. Fills out all grit_defines (also required for chrome/browser) and adds associated flags for them. Add the ability for generated_extensions_api to not generate a bundle. Remove mt19937ar from .gitignore (it's just checked into the tree) R=ajwong@chromium.org Review URL: https://codereview.chromium.org/365793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index a8f9d0c..f3dc749 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': [