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