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

Side by Side Diff: webrtc/BUILD.gn

Issue 2447893002: Remove remnants of libsrtp1 (Closed)
Patch Set: include order Created 4 years, 1 month 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 | webrtc/build/common.gypi » ('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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 # targets, there's no point including the defines in that config here. 140 # targets, there's no point including the defines in that config here.
141 # TODO(kjellander): Cleanup unused ones and move defines closer to the 141 # TODO(kjellander): Cleanup unused ones and move defines closer to the
142 # source when webrtc:4256 is completed. 142 # source when webrtc:4256 is completed.
143 "ENABLE_EXTERNAL_AUTH", 143 "ENABLE_EXTERNAL_AUTH",
144 "HAVE_OPENSSL_SSL_H", 144 "HAVE_OPENSSL_SSL_H",
145 "HAVE_SCTP", 145 "HAVE_SCTP",
146 "HAVE_SRTP", 146 "HAVE_SRTP",
147 "HAVE_WEBRTC_VIDEO", 147 "HAVE_WEBRTC_VIDEO",
148 "HAVE_WEBRTC_VOICE", 148 "HAVE_WEBRTC_VOICE",
149 "LOGGING_INSIDE_WEBRTC", 149 "LOGGING_INSIDE_WEBRTC",
150 "SRTP_RELATIVE_PATH",
151 "SSL_USE_OPENSSL", 150 "SSL_USE_OPENSSL",
152 "USE_WEBRTC_DEV_BRANCH", 151 "USE_WEBRTC_DEV_BRANCH",
153 ] 152 ]
154 } else { 153 } else {
155 if (is_posix) { 154 if (is_posix) {
156 # -Wextra is currently disabled in Chromium"s common.gypi. Enable 155 # -Wextra is currently disabled in Chromium"s common.gypi. Enable
157 # for targets that can handle it. For Android/arm64 right now 156 # for targets that can handle it. For Android/arm64 right now
158 # there will be an "enumeral and non-enumeral type in conditional 157 # there will be an "enumeral and non-enumeral type in conditional
159 # expression" warning in android_tools/ndk_experimental"s version 158 # expression" warning in android_tools/ndk_experimental"s version
160 # of stlport. 159 # of stlport.
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 735
737 deps = [ 736 deps = [
738 "//base:base_java_test_support", 737 "//base:base_java_test_support",
739 "//webrtc/api:libjingle_peerconnection_java", 738 "//webrtc/api:libjingle_peerconnection_java",
740 "//webrtc/api:libjingle_peerconnection_jni", 739 "//webrtc/api:libjingle_peerconnection_jni",
741 "//webrtc/examples:AppRTCMobile_javalib", 740 "//webrtc/examples:AppRTCMobile_javalib",
742 ] 741 ]
743 } 742 }
744 } 743 }
745 } 744 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698