| 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 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 "ssl/cert_report_helper.cc", | 1239 "ssl/cert_report_helper.cc", |
| 1240 "ssl/cert_report_helper.h", | 1240 "ssl/cert_report_helper.h", |
| 1241 "ssl/chrome_expect_ct_reporter.cc", | 1241 "ssl/chrome_expect_ct_reporter.cc", |
| 1242 "ssl/chrome_expect_ct_reporter.h", | 1242 "ssl/chrome_expect_ct_reporter.h", |
| 1243 "ssl/chrome_ssl_host_state_delegate.cc", | 1243 "ssl/chrome_ssl_host_state_delegate.cc", |
| 1244 "ssl/chrome_ssl_host_state_delegate.h", | 1244 "ssl/chrome_ssl_host_state_delegate.h", |
| 1245 "ssl/chrome_ssl_host_state_delegate_factory.cc", | 1245 "ssl/chrome_ssl_host_state_delegate_factory.cc", |
| 1246 "ssl/chrome_ssl_host_state_delegate_factory.h", | 1246 "ssl/chrome_ssl_host_state_delegate_factory.h", |
| 1247 "ssl/common_name_mismatch_handler.cc", | 1247 "ssl/common_name_mismatch_handler.cc", |
| 1248 "ssl/common_name_mismatch_handler.h", | 1248 "ssl/common_name_mismatch_handler.h", |
| 1249 "ssl/ignore_errors_cert_verifier.cc", |
| 1250 "ssl/ignore_errors_cert_verifier.h", |
| 1249 "ssl/security_state_tab_helper.cc", | 1251 "ssl/security_state_tab_helper.cc", |
| 1250 "ssl/security_state_tab_helper.h", | 1252 "ssl/security_state_tab_helper.h", |
| 1251 "ssl/ssl_blocking_page.cc", | 1253 "ssl/ssl_blocking_page.cc", |
| 1252 "ssl/ssl_blocking_page.h", | 1254 "ssl/ssl_blocking_page.h", |
| 1253 "ssl/ssl_cert_reporter.h", | 1255 "ssl/ssl_cert_reporter.h", |
| 1254 "ssl/ssl_client_certificate_selector.h", | 1256 "ssl/ssl_client_certificate_selector.h", |
| 1255 "ssl/ssl_error_handler.cc", | 1257 "ssl/ssl_error_handler.cc", |
| 1256 "ssl/ssl_error_handler.h", | 1258 "ssl/ssl_error_handler.h", |
| 1257 "status_icons/status_icon.cc", | 1259 "status_icons/status_icon.cc", |
| 1258 "status_icons/status_icon.h", | 1260 "status_icons/status_icon.h", |
| (...skipping 3308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4567 "media/pepper_cdm_test_constants.cc", | 4569 "media/pepper_cdm_test_constants.cc", |
| 4568 "media/pepper_cdm_test_constants.h", | 4570 "media/pepper_cdm_test_constants.h", |
| 4569 ] | 4571 ] |
| 4570 } | 4572 } |
| 4571 } | 4573 } |
| 4572 | 4574 |
| 4573 service_manifest("preferences_manifest") { | 4575 service_manifest("preferences_manifest") { |
| 4574 name = "preferences" | 4576 name = "preferences" |
| 4575 source = "prefs/preferences_manifest.json" | 4577 source = "prefs/preferences_manifest.json" |
| 4576 } | 4578 } |
| OLD | NEW |