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

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: Renaming test. Adding explicit dependency on protobuffers. 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 68052a5321e10dadeed95ee971c30bf70d13faae..002c6dcb6537c187b013a62f50195bda3669df22 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -259,10 +259,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',
@@ -678,14 +674,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',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698