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

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

Issue 2605553002: Add EffectiveConnectionType enum to the system profile proto (Closed)
Patch Set: asvitkine comments 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
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 588 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "metrics/google_update_metrics_provider_win.cc", 599 "metrics/google_update_metrics_provider_win.cc",
600 "metrics/google_update_metrics_provider_win.h", 600 "metrics/google_update_metrics_provider_win.h",
601 "metrics/https_engagement_metrics_provider.cc", 601 "metrics/https_engagement_metrics_provider.cc",
602 "metrics/https_engagement_metrics_provider.h", 602 "metrics/https_engagement_metrics_provider.h",
603 "metrics/jumplist_metrics_win.cc", 603 "metrics/jumplist_metrics_win.cc",
604 "metrics/jumplist_metrics_win.h", 604 "metrics/jumplist_metrics_win.h",
605 "metrics/metrics_memory_details.cc", 605 "metrics/metrics_memory_details.cc",
606 "metrics/metrics_memory_details.h", 606 "metrics/metrics_memory_details.h",
607 "metrics/metrics_reporting_state.cc", 607 "metrics/metrics_reporting_state.cc",
608 "metrics/metrics_reporting_state.h", 608 "metrics/metrics_reporting_state.h",
609 "metrics/network_quality_estimator_provider_impl.cc",
610 "metrics/network_quality_estimator_provider_impl.h",
609 "metrics/perf/perf_provider_chromeos.cc", 611 "metrics/perf/perf_provider_chromeos.cc",
610 "metrics/perf/perf_provider_chromeos.h", 612 "metrics/perf/perf_provider_chromeos.h",
611 "metrics/sampling_metrics_provider.cc", 613 "metrics/sampling_metrics_provider.cc",
612 "metrics/sampling_metrics_provider.h", 614 "metrics/sampling_metrics_provider.h",
613 "metrics/subprocess_metrics_provider.cc", 615 "metrics/subprocess_metrics_provider.cc",
614 "metrics/subprocess_metrics_provider.h", 616 "metrics/subprocess_metrics_provider.h",
615 "metrics/thread_watcher.cc", 617 "metrics/thread_watcher.cc",
616 "metrics/thread_watcher.h", 618 "metrics/thread_watcher.h",
617 "metrics/thread_watcher_android.cc", 619 "metrics/thread_watcher_android.cc",
618 "metrics/thread_watcher_android.h", 620 "metrics/thread_watcher_android.h",
(...skipping 3866 matching lines...) Expand 10 before | Expand all | Expand 10 after
4485 "media/pepper_cdm_test_constants.cc", 4487 "media/pepper_cdm_test_constants.cc",
4486 "media/pepper_cdm_test_constants.h", 4488 "media/pepper_cdm_test_constants.h",
4487 ] 4489 ]
4488 } 4490 }
4489 } 4491 }
4490 4492
4491 service_manifest("preferences_manifest") { 4493 service_manifest("preferences_manifest") {
4492 name = "preferences" 4494 name = "preferences"
4493 source = "prefs/preferences_manifest.json" 4495 source = "prefs/preferences_manifest.json"
4494 } 4496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698