| 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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 "speech/tts_mac.mm", | 1120 "speech/tts_mac.mm", |
| 1121 "speech/tts_message_filter.cc", | 1121 "speech/tts_message_filter.cc", |
| 1122 "speech/tts_message_filter.h", | 1122 "speech/tts_message_filter.h", |
| 1123 "speech/tts_platform.cc", | 1123 "speech/tts_platform.cc", |
| 1124 "speech/tts_platform.h", | 1124 "speech/tts_platform.h", |
| 1125 "speech/tts_win.cc", | 1125 "speech/tts_win.cc", |
| 1126 "ssl/bad_clock_blocking_page.cc", | 1126 "ssl/bad_clock_blocking_page.cc", |
| 1127 "ssl/bad_clock_blocking_page.h", | 1127 "ssl/bad_clock_blocking_page.h", |
| 1128 "ssl/cert_report_helper.cc", | 1128 "ssl/cert_report_helper.cc", |
| 1129 "ssl/cert_report_helper.h", | 1129 "ssl/cert_report_helper.h", |
| 1130 "ssl/certificate_reporting_metrics_provider.cc", |
| 1131 "ssl/certificate_reporting_metrics_provider.h", |
| 1130 "ssl/certificate_reporting_service.cc", | 1132 "ssl/certificate_reporting_service.cc", |
| 1131 "ssl/certificate_reporting_service.h", | 1133 "ssl/certificate_reporting_service.h", |
| 1134 "ssl/certificate_reporting_service_factory.cc", |
| 1135 "ssl/certificate_reporting_service_factory.h", |
| 1132 "ssl/chrome_expect_ct_reporter.cc", | 1136 "ssl/chrome_expect_ct_reporter.cc", |
| 1133 "ssl/chrome_expect_ct_reporter.h", | 1137 "ssl/chrome_expect_ct_reporter.h", |
| 1134 "ssl/chrome_ssl_host_state_delegate.cc", | 1138 "ssl/chrome_ssl_host_state_delegate.cc", |
| 1135 "ssl/chrome_ssl_host_state_delegate.h", | 1139 "ssl/chrome_ssl_host_state_delegate.h", |
| 1136 "ssl/chrome_ssl_host_state_delegate_factory.cc", | 1140 "ssl/chrome_ssl_host_state_delegate_factory.cc", |
| 1137 "ssl/chrome_ssl_host_state_delegate_factory.h", | 1141 "ssl/chrome_ssl_host_state_delegate_factory.h", |
| 1138 "ssl/common_name_mismatch_handler.cc", | 1142 "ssl/common_name_mismatch_handler.cc", |
| 1139 "ssl/common_name_mismatch_handler.h", | 1143 "ssl/common_name_mismatch_handler.h", |
| 1140 "ssl/security_state_tab_helper.cc", | 1144 "ssl/security_state_tab_helper.cc", |
| 1141 "ssl/security_state_tab_helper.h", | 1145 "ssl/security_state_tab_helper.h", |
| (...skipping 3271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4413 # linking all of the test support. | 4417 # linking all of the test support. |
| 4414 static_library("pepper_cdm_test_constants") { | 4418 static_library("pepper_cdm_test_constants") { |
| 4415 testonly = true | 4419 testonly = true |
| 4416 visibility = [ "//chrome/*" ] | 4420 visibility = [ "//chrome/*" ] |
| 4417 sources = [ | 4421 sources = [ |
| 4418 "media/pepper_cdm_test_constants.cc", | 4422 "media/pepper_cdm_test_constants.cc", |
| 4419 "media/pepper_cdm_test_constants.h", | 4423 "media/pepper_cdm_test_constants.h", |
| 4420 ] | 4424 ] |
| 4421 } | 4425 } |
| 4422 } | 4426 } |
| OLD | NEW |