| 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 3120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4258 # linking all of the test support. | 4256 # linking all of the test support. |
| 4259 static_library("pepper_cdm_test_constants") { | 4257 static_library("pepper_cdm_test_constants") { |
| 4260 testonly = true | 4258 testonly = true |
| 4261 visibility = [ "//chrome/*" ] | 4259 visibility = [ "//chrome/*" ] |
| 4262 sources = [ | 4260 sources = [ |
| 4263 "media/pepper_cdm_test_constants.cc", | 4261 "media/pepper_cdm_test_constants.cc", |
| 4264 "media/pepper_cdm_test_constants.h", | 4262 "media/pepper_cdm_test_constants.h", |
| 4265 ] | 4263 ] |
| 4266 } | 4264 } |
| 4267 } | 4265 } |
| OLD | NEW |