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

Unified Diff: components/metrics.gypi

Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/components_tests.gyp ('k') | components/metrics/OWNERS » ('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/language_usage_metrics.gypi b/components/metrics.gypi
similarity index 69%
copy from components/language_usage_metrics.gypi
copy to components/metrics.gypi
index e150a1bba9e6673d38945da908c9edd17bea6fcc..6036cae0cf91e3ef123fbdb65ffb35b7a63ebd35 100644
--- a/components/language_usage_metrics.gypi
+++ b/components/metrics.gypi
@@ -5,17 +5,17 @@
{
'targets': [
{
- 'target_name': 'language_usage_metrics',
+ 'target_name': 'metrics',
'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- ],
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
'sources': [
- 'language_usage_metrics/language_usage_metrics.cc',
- 'language_usage_metrics/language_usage_metrics.h',
+ 'metrics/metrics_hashes.cc',
+ 'metrics/metrics_hashes.h',
],
},
],
« no previous file with comments | « components/components_tests.gyp ('k') | components/metrics/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698