Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1562)

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/api/cast_channel/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/extensions/api/cast_channel/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698