| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 8b60a6b1b9abb6f43d0bda5694aab24d68b9be95..f3bc39be4b49f6501eb597583f77491b258793ec 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -767,8 +767,6 @@
|
| 'browser/metrics/tracking_synchronizer.h',
|
| 'browser/metrics/tracking_synchronizer_observer.h',
|
| 'browser/metrics/variations/generated_resources_map.h',
|
| - 'browser/metrics/variations/variations_http_header_provider.cc',
|
| - 'browser/metrics/variations/variations_http_header_provider.h',
|
| 'browser/metrics/variations/variations_registry_syncer_win.cc',
|
| 'browser/metrics/variations/variations_registry_syncer_win.h',
|
| 'browser/metrics/variations/variations_request_scheduler.cc',
|
| @@ -2830,7 +2828,6 @@
|
| 'in_memory_url_index_cache_proto',
|
| 'probe_message_proto',
|
| 'suggestions_proto',
|
| - 'variations_proto',
|
| '../components/components.gyp:autocomplete',
|
| '../components/components.gyp:autofill_core_browser',
|
| '../components/components.gyp:bookmarks_browser',
|
| @@ -3396,21 +3393,6 @@
|
| ],
|
| },
|
| {
|
| - # Protobuf compiler / generator for UMA (User Metrics Analysis).
|
| -
|
| - # GN version: //chrome/browser/metrics/variations/proto:proto
|
| - 'target_name': 'variations_proto',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'browser/metrics/variations/proto/chrome_experiments.proto',
|
| - ],
|
| - 'variables': {
|
| - 'proto_in_dir': 'browser/metrics/variations/proto',
|
| - 'proto_out_dir': 'chrome/browser/metrics/variations/proto',
|
| - },
|
| - 'includes': [ '../build/protoc.gypi' ],
|
| - },
|
| - {
|
| # Protobuf compiler / generator for the fraudulent certificate reporting
|
| # protocol buffer.
|
| 'target_name': 'cert_logger_proto',
|
|
|