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

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

Issue 1884233002: Remove use_openssl from webrtc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « webrtc/base/BUILD.gn ('k') | webrtc/media/media.gyp » ('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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 # Copied from Chromium's src/build/isolate.gypi 9 # Copied from Chromium's src/build/isolate.gypi
10 # 10 #
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)', 100 'internal_gles2_conform_tests=<(internal_gles2_conform_tests)',
101 '--config-variable', 'kasko=<(kasko)', 101 '--config-variable', 'kasko=<(kasko)',
102 '--config-variable', 'lsan=<(lsan)', 102 '--config-variable', 'lsan=<(lsan)',
103 '--config-variable', 'msan=<(msan)', 103 '--config-variable', 'msan=<(msan)',
104 '--config-variable', 'target_arch=<(target_arch)', 104 '--config-variable', 'target_arch=<(target_arch)',
105 '--config-variable', 'tsan=<(tsan)', 105 '--config-variable', 'tsan=<(tsan)',
106 '--config-variable', 'use_custom_libcxx=<(use_custom_libcxx)', 106 '--config-variable', 'use_custom_libcxx=<(use_custom_libcxx)',
107 '--config-variable', 'use_instrumented_libraries=<(use_instrumented_libr aries)', 107 '--config-variable', 'use_instrumented_libraries=<(use_instrumented_libr aries)',
108 '--config-variable', 108 '--config-variable',
109 'use_prebuilt_instrumented_libraries=<(use_prebuilt_instrumented_librari es)', 109 'use_prebuilt_instrumented_libraries=<(use_prebuilt_instrumented_librari es)',
110 '--config-variable', 'use_openssl=<(use_openssl)',
111 '--config-variable', 'use_ozone=<(use_ozone)', 110 '--config-variable', 'use_ozone=<(use_ozone)',
112 '--config-variable', 'use_x11=<(use_x11)', 111 '--config-variable', 'use_x11=<(use_x11)',
113 '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_sta rtup_data)', 112 '--config-variable', 'v8_use_external_startup_data=<(v8_use_external_sta rtup_data)',
114 ], 113 ],
115 'conditions': [ 114 'conditions': [
116 # Note: When gyp merges lists, it appends them to the old value. 115 # Note: When gyp merges lists, it appends them to the old value.
117 ['OS=="mac"', { 116 ['OS=="mac"', {
118 'action': [ 117 'action': [
119 '--extra-variable', 'mac_product_name=<(mac_product_name)', 118 '--extra-variable', 'mac_product_name=<(mac_product_name)',
120 ], 119 ],
(...skipping 13 matching lines...) Expand all
134 ], 133 ],
135 }, { 134 }, {
136 'action': [ 135 'action': [
137 '--config-variable', 'msvs_version=0', 136 '--config-variable', 'msvs_version=0',
138 ], 137 ],
139 }], 138 }],
140 ], 139 ],
141 }, 140 },
142 ], 141 ],
143 } 142 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698