| 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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 "net/chrome_http_user_agent_settings.cc", | 649 "net/chrome_http_user_agent_settings.cc", |
| 650 "net/chrome_http_user_agent_settings.h", | 650 "net/chrome_http_user_agent_settings.h", |
| 651 "net/chrome_net_log_helper.cc", | 651 "net/chrome_net_log_helper.cc", |
| 652 "net/chrome_net_log_helper.h", | 652 "net/chrome_net_log_helper.h", |
| 653 "net/chrome_network_delegate.cc", | 653 "net/chrome_network_delegate.cc", |
| 654 "net/chrome_network_delegate.h", | 654 "net/chrome_network_delegate.h", |
| 655 "net/chrome_url_request_context_getter.cc", | 655 "net/chrome_url_request_context_getter.cc", |
| 656 "net/chrome_url_request_context_getter.h", | 656 "net/chrome_url_request_context_getter.h", |
| 657 "net/crl_set_fetcher.cc", | 657 "net/crl_set_fetcher.cc", |
| 658 "net/crl_set_fetcher.h", | 658 "net/crl_set_fetcher.h", |
| 659 "net/discovery_network_list.h", |
| 660 "net/discovery_network_list_posix.cc", |
| 661 "net/discovery_network_list_wifi.h", |
| 662 "net/discovery_network_list_wifi_linux.cc", |
| 663 "net/discovery_network_monitor.cc", |
| 664 "net/discovery_network_monitor.h", |
| 659 "net/dns_probe_runner.cc", | 665 "net/dns_probe_runner.cc", |
| 660 "net/dns_probe_runner.h", | 666 "net/dns_probe_runner.h", |
| 661 "net/dns_probe_service.cc", | 667 "net/dns_probe_service.cc", |
| 662 "net/dns_probe_service.h", | 668 "net/dns_probe_service.h", |
| 663 "net/file_downloader.cc", | 669 "net/file_downloader.cc", |
| 664 "net/file_downloader.h", | 670 "net/file_downloader.h", |
| 665 "net/http_server_properties_manager_factory.cc", | 671 "net/http_server_properties_manager_factory.cc", |
| 666 "net/http_server_properties_manager_factory.h", | 672 "net/http_server_properties_manager_factory.h", |
| 667 "net/net_error_diagnostics_dialog.h", | 673 "net/net_error_diagnostics_dialog.h", |
| 668 "net/net_error_diagnostics_dialog_mac.cc", | 674 "net/net_error_diagnostics_dialog_mac.cc", |
| (...skipping 3885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4554 "media/pepper_cdm_test_constants.cc", | 4560 "media/pepper_cdm_test_constants.cc", |
| 4555 "media/pepper_cdm_test_constants.h", | 4561 "media/pepper_cdm_test_constants.h", |
| 4556 ] | 4562 ] |
| 4557 } | 4563 } |
| 4558 } | 4564 } |
| 4559 | 4565 |
| 4560 service_manifest("preferences_manifest") { | 4566 service_manifest("preferences_manifest") { |
| 4561 name = "preferences" | 4567 name = "preferences" |
| 4562 source = "prefs/preferences_manifest.json" | 4568 source = "prefs/preferences_manifest.json" |
| 4563 } | 4569 } |
| OLD | NEW |