summaryrefslogtreecommitdiffstats
path: root/components/metrics.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2014-11-26 10:38:55 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-26 18:39:19 +0000
commit462851f7ef02d8481a8225decfd940c8498b9485 (patch)
tree8faaeb0031d3eac527f3495e909f6e87c0353251 /components/metrics.gypi
parent9548243fca6a3524694de5683a4486d70837d968 (diff)
downloadchromium_src-462851f7ef02d8481a8225decfd940c8498b9485.zip
chromium_src-462851f7ef02d8481a8225decfd940c8498b9485.tar.gz
chromium_src-462851f7ef02d8481a8225decfd940c8498b9485.tar.bz2
Add more components unittests to the GN build.
Add lots of missing dependencies identified by "gn check" in both the GN and GYP builds. Review URL: https://codereview.chromium.org/756233002 Cr-Commit-Position: refs/heads/master@{#305841}
Diffstat (limited to 'components/metrics.gypi')
-rw-r--r--components/metrics.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/metrics.gypi b/components/metrics.gypi
index d510738..e9467c4 100644
--- a/components/metrics.gypi
+++ b/components/metrics.gypi
@@ -13,6 +13,8 @@
],
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
+ '../base/base.gyp:base_prefs',
'../third_party/zlib/zlib.gyp:zlib',
'component_metrics_proto',
'variations',
@@ -82,6 +84,9 @@
'..',
],
'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../ui/gfx/gfx.gyp:gfx',
'component_metrics_proto',
'metrics',
],
@@ -98,7 +103,9 @@
'..',
],
'dependencies': [
+ '../base/base.gyp:base',
'../net/net.gyp:net',
+ '../url/url.gyp:url_lib',
'component_metrics_proto',
'metrics',
],
@@ -122,8 +129,10 @@
],
'dependencies': [
'../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
'component_metrics_proto',
'metrics',
+ 'variations',
],
'export_dependent_settings': [
'component_metrics_proto',