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

Side by Side Diff: rtc_base/BUILD.gn

Issue 3010363002: Implement GetChain for OpenSSLCertificate.
Patch Set: Adding unit tests and clean up. Created 3 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | rtc_base/opensslidentity.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 import("//build/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 "win32_unittest.cc", 1074 "win32_unittest.cc",
1075 "win32window_unittest.cc", 1075 "win32window_unittest.cc",
1076 ] 1076 ]
1077 } 1077 }
1078 if (is_mac) { 1078 if (is_mac) {
1079 sources += [ "macutils_unittest.cc" ] 1079 sources += [ "macutils_unittest.cc" ]
1080 } 1080 }
1081 if (is_posix) { 1081 if (is_posix) {
1082 sources += [ 1082 sources += [
1083 "openssladapter_unittest.cc", 1083 "openssladapter_unittest.cc",
1084 "opensslidentity_unittest.cc",
1084 "ssladapter_unittest.cc", 1085 "ssladapter_unittest.cc",
1085 "sslidentity_unittest.cc", 1086 "sslidentity_unittest.cc",
1086 "sslstreamadapter_unittest.cc", 1087 "sslstreamadapter_unittest.cc",
1087 ] 1088 ]
1088 } 1089 }
1089 deps = [ 1090 deps = [
1090 ":rtc_base_tests_main", 1091 ":rtc_base_tests_main",
1091 ":rtc_base_tests_utils", 1092 ":rtc_base_tests_utils",
1092 "../api:optional", 1093 "../api:optional",
1093 "../test:test_support", 1094 "../test:test_support",
(...skipping 23 matching lines...) Expand all
1117 "java/src/org/webrtc/ContextUtils.java", 1118 "java/src/org/webrtc/ContextUtils.java",
1118 "java/src/org/webrtc/Logging.java", 1119 "java/src/org/webrtc/Logging.java",
1119 "java/src/org/webrtc/Size.java", 1120 "java/src/org/webrtc/Size.java",
1120 "java/src/org/webrtc/ThreadUtils.java", 1121 "java/src/org/webrtc/ThreadUtils.java",
1121 ] 1122 ]
1122 1123
1123 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148 1124 # TODO(sakal): Fix build hooks crbug.com/webrtc/8148
1124 no_build_hooks = true 1125 no_build_hooks = true
1125 } 1126 }
1126 } 1127 }
OLDNEW
« no previous file with comments | « no previous file | rtc_base/opensslidentity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698