| 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 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 "metrics/jumplist_metrics_win.cc", | 609 "metrics/jumplist_metrics_win.cc", |
| 610 "metrics/jumplist_metrics_win.h", | 610 "metrics/jumplist_metrics_win.h", |
| 611 "metrics/metrics_memory_details.cc", | 611 "metrics/metrics_memory_details.cc", |
| 612 "metrics/metrics_memory_details.h", | 612 "metrics/metrics_memory_details.h", |
| 613 "metrics/metrics_reporting_state.cc", | 613 "metrics/metrics_reporting_state.cc", |
| 614 "metrics/metrics_reporting_state.h", | 614 "metrics/metrics_reporting_state.h", |
| 615 "metrics/network_quality_estimator_provider_impl.cc", | 615 "metrics/network_quality_estimator_provider_impl.cc", |
| 616 "metrics/network_quality_estimator_provider_impl.h", | 616 "metrics/network_quality_estimator_provider_impl.h", |
| 617 "metrics/perf/perf_provider_chromeos.cc", | 617 "metrics/perf/perf_provider_chromeos.cc", |
| 618 "metrics/perf/perf_provider_chromeos.h", | 618 "metrics/perf/perf_provider_chromeos.h", |
| 619 "metrics/renderer_uptime_tracker.cc", |
| 620 "metrics/renderer_uptime_tracker.h", |
| 621 "metrics/renderer_uptime_web_contents_observer.cc", |
| 622 "metrics/renderer_uptime_web_contents_observer.h", |
| 619 "metrics/sampling_metrics_provider.cc", | 623 "metrics/sampling_metrics_provider.cc", |
| 620 "metrics/sampling_metrics_provider.h", | 624 "metrics/sampling_metrics_provider.h", |
| 621 "metrics/subprocess_metrics_provider.cc", | 625 "metrics/subprocess_metrics_provider.cc", |
| 622 "metrics/subprocess_metrics_provider.h", | 626 "metrics/subprocess_metrics_provider.h", |
| 623 "metrics/thread_watcher.cc", | 627 "metrics/thread_watcher.cc", |
| 624 "metrics/thread_watcher.h", | 628 "metrics/thread_watcher.h", |
| 625 "metrics/thread_watcher_android.cc", | 629 "metrics/thread_watcher_android.cc", |
| 626 "metrics/thread_watcher_android.h", | 630 "metrics/thread_watcher_android.h", |
| 627 "metrics/thread_watcher_report_hang.cc", | 631 "metrics/thread_watcher_report_hang.cc", |
| 628 "metrics/thread_watcher_report_hang.h", | 632 "metrics/thread_watcher_report_hang.h", |
| (...skipping 3908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4537 "media/pepper_cdm_test_constants.cc", | 4541 "media/pepper_cdm_test_constants.cc", |
| 4538 "media/pepper_cdm_test_constants.h", | 4542 "media/pepper_cdm_test_constants.h", |
| 4539 ] | 4543 ] |
| 4540 } | 4544 } |
| 4541 } | 4545 } |
| 4542 | 4546 |
| 4543 service_manifest("preferences_manifest") { | 4547 service_manifest("preferences_manifest") { |
| 4544 name = "preferences" | 4548 name = "preferences" |
| 4545 source = "prefs/preferences_manifest.json" | 4549 source = "prefs/preferences_manifest.json" |
| 4546 } | 4550 } |
| OLD | NEW |