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