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

Unified Diff: extensions/browser/BUILD.gn

Issue 792353002: Refactoring of Cast-related crypto code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed typo from https://codereview.chromium.org/747223002 Created 5 years, 11 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
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 1b50709ea6f097f6bce46fcc965d1111fc912d18..44aba7beb413ada880b86869abb7b80a3cd75ab6 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -519,12 +519,6 @@ source_set("browser") {
"//extensions/common/api/cast_channel:cast_channel_proto",
]
- if (use_openssl) {
- sources += [ "api/cast_channel/cast_auth_util_openssl.cc" ]
- } else {
- sources += [ "api/cast_channel/cast_auth_util_nss.cc" ]
- }
-
if (is_chromeos) {
deps += [ "//chromeos" ]
sources += [
« no previous file with comments | « chrome/test/data/extensions/api_test/networking_private/test.js ('k') | extensions/browser/api/cast_channel/cast_auth_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698