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

Side by Side Diff: libsrtp.gyp

Issue 1308873003: Set "use_openssl" gyp variable to 1 if it is undefined (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp.git@master
Patch Set: Created 5 years, 4 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 | no next file » | 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 Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'use_system_libsrtp%': 0, 7 'use_system_libsrtp%': 0,
8 'use_openssl': 1, 8 'use_openssl%': 1,
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
11 'defines': [ 11 'defines': [
12 'HAVE_CONFIG_H', 12 'HAVE_CONFIG_H',
13 'HAVE_STDLIB_H', 13 'HAVE_STDLIB_H',
14 'HAVE_STRING_H', 14 'HAVE_STRING_H',
15 'TESTAPP_SOURCE', 15 'TESTAPP_SOURCE',
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 './config', 18 './config',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'link_settings': { 427 'link_settings': {
428 'libraries': [ 428 'libraries': [
429 '-lsrtp', 429 '-lsrtp',
430 ], 430 ],
431 }, 431 },
432 }, # target libsrtp 432 }, # target libsrtp
433 ], # targets 433 ], # targets
434 }], 434 }],
435 ], 435 ],
436 } 436 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698