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

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2342033002: MB: Change Android Clang to build shared instead of static. (Closed)
Patch Set: Renamed Created 4 years, 3 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) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl.
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'Linux64 Release [large tests]': 'gn_release_bot_x64', 52 'Linux64 Release [large tests]': 'gn_release_bot_x64',
53 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests', 53 'Linux64 Debug (GYP)': 'gyp_debug_bot_x64_exclude_tests',
54 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests', 54 'Linux64 Release (GYP)': 'gyp_release_bot_x64_exclude_tests',
55 55
56 # Android 56 # Android
57 'Android32 Builder': 'android_gn_release_bot_arm', 57 'Android32 Builder': 'android_gn_release_bot_arm',
58 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm', 58 'Android32 Builder (dbg)': 'android_gn_debug_static_bot_arm',
59 'Android32 Builder x86': 'android_gn_release_bot_x86', 59 'Android32 Builder x86': 'android_gn_release_bot_x86',
60 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86', 60 'Android32 Builder x86 (dbg)': 'android_gn_debug_static_bot_x86',
61 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel' , 61 'Android32 Builder MIPS (dbg)': 'android_gn_clang_debug_static_bot_mipsel' ,
62 'Android32 Clang (dbg)': 'android_gn_clang_debug_static_bot_arm', 62 'Android32 Clang (dbg)': 'android_gn_clang_debug_bot_arm',
63 'Android64 Builder': 'android_gn_release_bot_arm64', 63 'Android64 Builder': 'android_gn_release_bot_arm64',
64 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64', 64 'Android64 Builder (dbg)': 'android_gn_debug_static_bot_arm64',
65 'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64', 65 'Android64 Builder x64 (dbg)': 'android_gn_debug_static_bot_x64',
66 'Android32 GYP': 'android_gyp_release_bot_arm', 66 'Android32 GYP': 'android_gyp_release_bot_arm',
67 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm', 67 'Android32 GYP (dbg)': 'android_gyp_debug_static_bot_arm',
68 'Android32 Tests (L Nexus5)(dbg)': 'none', 68 'Android32 Tests (L Nexus5)(dbg)': 'none',
69 'Android32 Tests (L Nexus5)': 'none', 69 'Android32 Tests (L Nexus5)': 'none',
70 'Android32 Tests (L Nexus7.2)(dbg)': 'none', 70 'Android32 Tests (L Nexus7.2)(dbg)': 'none',
71 'Android32 Tests (L Nexus7.2)': 'none', 71 'Android32 Tests (L Nexus7.2)': 'none',
72 'Android64 Tests (L Nexus9)': 'none', 72 'Android64 Tests (L Nexus9)': 'none',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'android_compile_dbg': 'android_gn_debug_static_bot_arm', 132 'android_compile_dbg': 'android_gn_debug_static_bot_arm',
133 'android_compile_rel': 'android_gn_release_bot_arm', 133 'android_compile_rel': 'android_gn_release_bot_arm',
134 'android_compile_arm64_dbg': 'android_gn_debug_static_bot_arm64', 134 'android_compile_arm64_dbg': 'android_gn_debug_static_bot_arm64',
135 'android_compile_arm64_rel': 'android_gn_release_bot_arm64', 135 'android_compile_arm64_rel': 'android_gn_release_bot_arm64',
136 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86', 136 'android_compile_x86_dbg': 'android_gn_debug_static_bot_x86',
137 'android_compile_x86_rel': 'android_gn_release_bot_x86', 137 'android_compile_x86_rel': 'android_gn_release_bot_x86',
138 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64', 138 'android_compile_x64_dbg': 'android_gn_debug_static_bot_x64',
139 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel', 139 'android_compile_mips_dbg': 'android_gn_clang_debug_static_bot_mipsel',
140 'android_dbg': 'android_gn_debug_static_bot_arm', 140 'android_dbg': 'android_gn_debug_static_bot_arm',
141 'android_rel': 'android_gn_release_bot_arm', 141 'android_rel': 'android_gn_release_bot_arm',
142 'android_clang_dbg': 'android_gn_clang_debug_static_bot_arm', 142 'android_clang_dbg': 'android_gn_clang_debug_bot_arm',
143 'android_arm64_rel': 'android_gn_release_bot_arm64', 143 'android_arm64_rel': 'android_gn_release_bot_arm64',
144 'android_n6': 'android_gn_debug_static_bot_arm', 144 'android_n6': 'android_gn_debug_static_bot_arm',
145 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm', 145 'android_gyp_dbg': 'android_gyp_debug_static_bot_arm',
146 'android_gyp_rel': 'android_gyp_release_bot_arm', 146 'android_gyp_rel': 'android_gyp_release_bot_arm',
147 147
148 # Windows 148 # Windows
149 'win_compile_dbg': 'gn_debug_bot_x86', 149 'win_compile_dbg': 'gn_debug_bot_x86',
150 'win_compile_rel': 'gn_release_bot_x86', 150 'win_compile_rel': 'gn_release_bot_x86',
151 'win_compile_x64_dbg': 'gn_debug_bot_x64', 151 'win_compile_x64_dbg': 'gn_debug_bot_x64',
152 'win_compile_x64_rel': 'gn_release_bot_x64', 152 'win_compile_x64_rel': 'gn_release_bot_x64',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ], 312 ],
313 'android_gn_release_bot_arm': [ 313 'android_gn_release_bot_arm': [
314 'android', 'gn', 'release_bot', 'arm' 314 'android', 'gn', 'release_bot', 'arm'
315 ], 315 ],
316 'android_gn_debug_static_bot_x86': [ 316 'android_gn_debug_static_bot_x86': [
317 'android', 'gn', 'debug_static_bot', 'x86' 317 'android', 'gn', 'debug_static_bot', 'x86'
318 ], 318 ],
319 'android_gn_release_bot_x86': [ 319 'android_gn_release_bot_x86': [
320 'android', 'gn', 'release_bot', 'x86' 320 'android', 'gn', 'release_bot', 'x86'
321 ], 321 ],
322 'android_gn_clang_debug_static_bot_arm': [ 322 'android_gn_clang_debug_bot_arm': [
323 'android', 'gn', 'clang', 'debug_static_bot', 'arm' 323 'android', 'gn', 'clang', 'debug_bot', 'arm'
324 ], 324 ],
325 'android_gn_clang_debug_static_bot_mipsel': [ 325 'android_gn_clang_debug_static_bot_mipsel': [
326 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel' 326 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel'
327 ], 327 ],
328 'android_gn_debug_static_bot_arm64': [ 328 'android_gn_debug_static_bot_arm64': [
329 'android', 'gn', 'debug_static_bot', 'arm64' 329 'android', 'gn', 'debug_static_bot', 'arm64'
330 ], 330 ],
331 'android_gn_release_bot_arm64': [ 331 'android_gn_release_bot_arm64': [
332 'android', 'gn', 'release_bot', 'arm64' 332 'android', 'gn', 'release_bot', 'arm64'
333 ], 333 ],
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'gn_args': 'target_cpu="x64"', 539 'gn_args': 'target_cpu="x64"',
540 'gyp_defines': 'target_arch=x64', 540 'gyp_defines': 'target_arch=x64',
541 }, 541 },
542 542
543 'x86': { 543 'x86': {
544 'gn_args': 'target_cpu="x86"', 544 'gn_args': 'target_cpu="x86"',
545 'gyp_defines': 'target_arch=ia32', 545 'gyp_defines': 'target_arch=ia32',
546 }, 546 },
547 }, 547 },
548 } 548 }
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