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

Side by Side Diff: webrtc/build/common.gypi

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 | « webrtc/BUILD.gn ('k') | webrtc/pc/BUILD.gn » ('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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 # This file contains common settings for building WebRTC components. 9 # This file contains common settings for building WebRTC components.
10 10
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'ENABLE_EXTERNAL_AUTH', 287 'ENABLE_EXTERNAL_AUTH',
288 'FEATURE_ENABLE_SSL', 288 'FEATURE_ENABLE_SSL',
289 'HAVE_OPENSSL_SSL_H', 289 'HAVE_OPENSSL_SSL_H',
290 'HAVE_SCTP', 290 'HAVE_SCTP',
291 'HAVE_SRTP', 291 'HAVE_SRTP',
292 'HAVE_WEBRTC_VIDEO', 292 'HAVE_WEBRTC_VIDEO',
293 'HAVE_WEBRTC_VOICE', 293 'HAVE_WEBRTC_VOICE',
294 'LOGGING_INSIDE_WEBRTC', 294 'LOGGING_INSIDE_WEBRTC',
295 'NO_MAIN_THREAD_WRAPPING', 295 'NO_MAIN_THREAD_WRAPPING',
296 'NO_SOUND_SYSTEM', 296 'NO_SOUND_SYSTEM',
297 'SRTP_RELATIVE_PATH',
298 'SSL_USE_OPENSSL', 297 'SSL_USE_OPENSSL',
299 'USE_WEBRTC_DEV_BRANCH', 298 'USE_WEBRTC_DEV_BRANCH',
300 'WEBRTC_CHROMIUM_BUILD', 299 'WEBRTC_CHROMIUM_BUILD',
301 ], 300 ],
302 'include_dirs': [ 301 'include_dirs': [
303 # Include the top-level directory when building in Chrome, so we can 302 # Include the top-level directory when building in Chrome, so we can
304 # use full paths (e.g. headers inside testing/ or third_party/). 303 # use full paths (e.g. headers inside testing/ or third_party/).
305 '<(DEPTH)', 304 '<(DEPTH)',
306 # The overrides must be included before the WebRTC root as that's the 305 # The overrides must be included before the WebRTC root as that's the
307 # mechanism for selecting the override headers in Chromium. 306 # mechanism for selecting the override headers in Chromium.
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 }], 595 }],
597 ['OS=="freebsd"', { 596 ['OS=="freebsd"', {
598 'defines': [ 597 'defines': [
599 'FREEBSD', 598 'FREEBSD',
600 ], 599 ],
601 }], 600 }],
602 ], 601 ],
603 }, 602 },
604 }, # target_defaults 603 }, # target_defaults
605 } 604 }
OLDNEW
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/pc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698