Index: chrome/browser/extensions/BUILD.gn |
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn |
index 3d667c453aacd947b6405ac3c31722f9e135d498..ec27dc87a4c9feda2555b64d2a862c57e55fcdd3 100644 |
--- a/chrome/browser/extensions/BUILD.gn |
+++ b/chrome/browser/extensions/BUILD.gn |
@@ -33,7 +33,6 @@ static_library("extensions") { |
"//chrome:resources", |
"//chrome:strings", |
"//chrome/app/resources:platform_locale_settings", |
- "//chrome/browser/extensions/api/cast_channel:cast_channel_proto", |
"//chrome/app/theme:theme_resources", |
"//chrome/browser/history:in_memory_url_index_cache_proto", |
"//chrome/browser/sync_file_system:sync_file_system_proto", |
@@ -203,13 +202,6 @@ static_library("extensions") { |
sources += [ "api/system_display/display_info_provider_aura.cc" ] |
} |
- if (use_openssl) { |
- sources += [ "api/cast_channel/cast_auth_util_openssl.cc" ] |
- } else { |
- # cast_auth_util_nss.cc uses NSS functions. |
- sources += [ "api/cast_channel/cast_auth_util_nss.cc" ] |
- } |
- |
if (is_android) { |
sources += rebase_path( |
gypi_values.chrome_browser_extensions_android_sources, |