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

Unified Diff: components/metrics.gypi

Issue 756233002: Add more components unittests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/login/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 d510738787afad5a4ab8ff8330cc3132ed143ff9..e9467c4f4fec644dd888836e6192a1eef192da87 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',
« no previous file with comments | « components/login/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698