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 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 "net/dns_probe_service.h", | 644 "net/dns_probe_service.h", |
645 "net/file_downloader.cc", | 645 "net/file_downloader.cc", |
646 "net/file_downloader.h", | 646 "net/file_downloader.h", |
647 "net/http_server_properties_manager_factory.cc", | 647 "net/http_server_properties_manager_factory.cc", |
648 "net/http_server_properties_manager_factory.h", | 648 "net/http_server_properties_manager_factory.h", |
649 "net/net_error_diagnostics_dialog.h", | 649 "net/net_error_diagnostics_dialog.h", |
650 "net/net_error_diagnostics_dialog_mac.cc", | 650 "net/net_error_diagnostics_dialog_mac.cc", |
651 "net/net_error_diagnostics_dialog_win.cc", | 651 "net/net_error_diagnostics_dialog_win.cc", |
652 "net/net_error_tab_helper.cc", | 652 "net/net_error_tab_helper.cc", |
653 "net/net_error_tab_helper.h", | 653 "net/net_error_tab_helper.h", |
| 654 "net/net_pref_observer.cc", |
| 655 "net/net_pref_observer.h", |
654 "net/nqe/ui_network_quality_estimator_service.cc", | 656 "net/nqe/ui_network_quality_estimator_service.cc", |
655 "net/nqe/ui_network_quality_estimator_service.h", | 657 "net/nqe/ui_network_quality_estimator_service.h", |
656 "net/nqe/ui_network_quality_estimator_service_factory.cc", | 658 "net/nqe/ui_network_quality_estimator_service_factory.cc", |
657 "net/nqe/ui_network_quality_estimator_service_factory.h", | 659 "net/nqe/ui_network_quality_estimator_service_factory.h", |
658 "net/prediction_options.cc", | 660 "net/prediction_options.cc", |
659 "net/prediction_options.h", | 661 "net/prediction_options.h", |
660 "net/predictor.cc", | 662 "net/predictor.cc", |
661 "net/predictor.h", | 663 "net/predictor.h", |
662 "net/predictor_tab_helper.cc", | 664 "net/predictor_tab_helper.cc", |
663 "net/predictor_tab_helper.h", | 665 "net/predictor_tab_helper.h", |
(...skipping 3822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4486 "media/pepper_cdm_test_constants.cc", | 4488 "media/pepper_cdm_test_constants.cc", |
4487 "media/pepper_cdm_test_constants.h", | 4489 "media/pepper_cdm_test_constants.h", |
4488 ] | 4490 ] |
4489 } | 4491 } |
4490 } | 4492 } |
4491 | 4493 |
4492 service_manifest("preferences_manifest") { | 4494 service_manifest("preferences_manifest") { |
4493 name = "preferences" | 4495 name = "preferences" |
4494 source = "prefs/preferences_manifest.json" | 4496 source = "prefs/preferences_manifest.json" |
4495 } | 4497 } |
OLD | NEW |