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

Unified Diff: chrome/chrome_common.gypi

Issue 239093004: Move part of metrics from chrome/common to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding TBR section for owners of minor changes. Created 6 years, 8 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
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 7156402fbdd19a9df5a5e256fdaf2c932f6f623b..fe1a4059e30a8a11b11316cd9d22a48a2545dfc8 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -258,10 +258,6 @@
'common/media/webrtc_logging_message_data.h',
'common/metrics/caching_permuted_entropy_provider.cc',
'common/metrics/caching_permuted_entropy_provider.h',
- 'common/metrics/metrics_log_base.cc',
- 'common/metrics/metrics_log_base.h',
- 'common/metrics/metrics_log_manager.cc',
- 'common/metrics/metrics_log_manager.h',
'common/metrics/metrics_service_base.cc',
'common/metrics/metrics_service_base.h',
'common/metrics/variations/experiment_labels.cc',
@@ -689,14 +685,7 @@
'type': 'static_library',
'sources': [
'common/metrics/proto/chrome_experiments.proto',
- 'common/metrics/proto/chrome_user_metrics_extension.proto',
- 'common/metrics/proto/histogram_event.proto',
- 'common/metrics/proto/omnibox_event.proto',
- 'common/metrics/proto/perf_data.proto',
'common/metrics/proto/permuted_entropy_cache.proto',
- 'common/metrics/proto/profiler_event.proto',
- 'common/metrics/proto/system_profile.proto',
- 'common/metrics/proto/user_action_event.proto',
],
'variables': {
'proto_in_dir': 'common/metrics/proto',

Powered by Google App Engine
This is Rietveld 408576698