Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 1c2a2ed

Browse files
committed
Remove dependency on openssl
Signed-off-by: jdai12 <[email protected]> Change-Id: I504e0834a2f64f3be5c7c4bdba83b69c12fc415c Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/56090
1 parent 6c818f1 commit 1c2a2ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webrtc/base/BUILD.gn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,17 +404,17 @@ rtc_static_library("rtc_base") {
404404
"fileutils.cc",
405405
"fileutils.h",
406406
"gunit_prod.h",
407-
"helpers.cc",
408-
"helpers.h",
407+
# "helpers.cc",
408+
# "helpers.h",
409409
# "httpbase.cc",
410410
# "httpbase.h",
411411
# "httpcommon-inl.h",
412412
# "httpcommon.cc",
413413
# "httpcommon.h",
414414
# "ipaddress.cc",
415415
# "ipaddress.h",
416-
"messagedigest.cc",
417-
"messagedigest.h",
416+
# "messagedigest.cc",
417+
# "messagedigest.h",
418418
"messagehandler.cc",
419419
"messagehandler.h",
420420
"messagequeue.cc",

0 commit comments

Comments
 (0)