| 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 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1116 "ssl/chrome_ssl_host_state_delegate_factory.cc", | 1116 "ssl/chrome_ssl_host_state_delegate_factory.cc", |
| 1117 "ssl/chrome_ssl_host_state_delegate_factory.h", | 1117 "ssl/chrome_ssl_host_state_delegate_factory.h", |
| 1118 "ssl/common_name_mismatch_handler.cc", | 1118 "ssl/common_name_mismatch_handler.cc", |
| 1119 "ssl/common_name_mismatch_handler.h", | 1119 "ssl/common_name_mismatch_handler.h", |
| 1120 "ssl/ssl_blocking_page.cc", | 1120 "ssl/ssl_blocking_page.cc", |
| 1121 "ssl/ssl_blocking_page.h", | 1121 "ssl/ssl_blocking_page.h", |
| 1122 "ssl/ssl_cert_reporter.h", | 1122 "ssl/ssl_cert_reporter.h", |
| 1123 "ssl/ssl_client_certificate_selector.h", | 1123 "ssl/ssl_client_certificate_selector.h", |
| 1124 "ssl/ssl_error_handler.cc", | 1124 "ssl/ssl_error_handler.cc", |
| 1125 "ssl/ssl_error_handler.h", | 1125 "ssl/ssl_error_handler.h", |
| 1126 "stack_sampling_configuration.cc", | |
| 1127 "stack_sampling_configuration.h", | |
| 1128 "status_icons/status_icon.cc", | 1126 "status_icons/status_icon.cc", |
| 1129 "status_icons/status_icon.h", | 1127 "status_icons/status_icon.h", |
| 1130 "status_icons/status_icon_menu_model.cc", | 1128 "status_icons/status_icon_menu_model.cc", |
| 1131 "status_icons/status_icon_menu_model.h", | 1129 "status_icons/status_icon_menu_model.h", |
| 1132 "status_icons/status_icon_observer.h", | 1130 "status_icons/status_icon_observer.h", |
| 1133 "status_icons/status_tray.cc", | 1131 "status_icons/status_tray.cc", |
| 1134 "status_icons/status_tray.h", | 1132 "status_icons/status_tray.h", |
| 1135 "storage/durable_storage_permission_context.cc", | 1133 "storage/durable_storage_permission_context.cc", |
| 1136 "storage/durable_storage_permission_context.h", | 1134 "storage/durable_storage_permission_context.h", |
| 1137 "storage/storage_info_fetcher.cc", | 1135 "storage/storage_info_fetcher.cc", |
| (...skipping 3104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4242 # linking all of the test support. | 4240 # linking all of the test support. |
| 4243 static_library("pepper_cdm_test_constants") { | 4241 static_library("pepper_cdm_test_constants") { |
| 4244 testonly = true | 4242 testonly = true |
| 4245 visibility = [ "//chrome/*" ] | 4243 visibility = [ "//chrome/*" ] |
| 4246 sources = [ | 4244 sources = [ |
| 4247 "media/pepper_cdm_test_constants.cc", | 4245 "media/pepper_cdm_test_constants.cc", |
| 4248 "media/pepper_cdm_test_constants.h", | 4246 "media/pepper_cdm_test_constants.h", |
| 4249 ] | 4247 ] |
| 4250 } | 4248 } |
| 4251 } | 4249 } |
| OLD | NEW |