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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2605553002: Add EffectiveConnectionType enum to the system profile proto (Closed)
Patch Set: Rebased Created 3 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 "metrics/google_update_metrics_provider_win.cc", 596 "metrics/google_update_metrics_provider_win.cc",
597 "metrics/google_update_metrics_provider_win.h", 597 "metrics/google_update_metrics_provider_win.h",
598 "metrics/https_engagement_metrics_provider.cc", 598 "metrics/https_engagement_metrics_provider.cc",
599 "metrics/https_engagement_metrics_provider.h", 599 "metrics/https_engagement_metrics_provider.h",
600 "metrics/jumplist_metrics_win.cc", 600 "metrics/jumplist_metrics_win.cc",
601 "metrics/jumplist_metrics_win.h", 601 "metrics/jumplist_metrics_win.h",
602 "metrics/metrics_memory_details.cc", 602 "metrics/metrics_memory_details.cc",
603 "metrics/metrics_memory_details.h", 603 "metrics/metrics_memory_details.h",
604 "metrics/metrics_reporting_state.cc", 604 "metrics/metrics_reporting_state.cc",
605 "metrics/metrics_reporting_state.h", 605 "metrics/metrics_reporting_state.h",
606 "metrics/network_quality_estimator_provider_impl.cc",
607 "metrics/network_quality_estimator_provider_impl.h",
606 "metrics/perf/perf_provider_chromeos.cc", 608 "metrics/perf/perf_provider_chromeos.cc",
607 "metrics/perf/perf_provider_chromeos.h", 609 "metrics/perf/perf_provider_chromeos.h",
608 "metrics/sampling_metrics_provider.cc", 610 "metrics/sampling_metrics_provider.cc",
609 "metrics/sampling_metrics_provider.h", 611 "metrics/sampling_metrics_provider.h",
610 "metrics/subprocess_metrics_provider.cc", 612 "metrics/subprocess_metrics_provider.cc",
611 "metrics/subprocess_metrics_provider.h", 613 "metrics/subprocess_metrics_provider.h",
612 "metrics/thread_watcher.cc", 614 "metrics/thread_watcher.cc",
613 "metrics/thread_watcher.h", 615 "metrics/thread_watcher.h",
614 "metrics/thread_watcher_android.cc", 616 "metrics/thread_watcher_android.cc",
615 "metrics/thread_watcher_android.h", 617 "metrics/thread_watcher_android.h",
(...skipping 3861 matching lines...) Expand 10 before | Expand all | Expand 10 after
4477 "media/pepper_cdm_test_constants.cc", 4479 "media/pepper_cdm_test_constants.cc",
4478 "media/pepper_cdm_test_constants.h", 4480 "media/pepper_cdm_test_constants.h",
4479 ] 4481 ]
4480 } 4482 }
4481 } 4483 }
4482 4484
4483 service_manifest("preferences_manifest") { 4485 service_manifest("preferences_manifest") {
4484 name = "preferences" 4486 name = "preferences"
4485 source = "prefs/preferences_manifest.json" 4487 source = "prefs/preferences_manifest.json"
4486 } 4488 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_metrics_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698