OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |