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

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

Issue 2460463002: Restore symbol level for Android builds. (Closed)
Patch Set: 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 | 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'android_gyp_debug_static_bot_arm': [ 302 'android_gyp_debug_static_bot_arm': [
303 'android', 'gyp', 'gyp_limited_support_build', 'debug_static_bot', 'arm' 303 'android', 'gyp', 'gyp_limited_support_build', 'debug_static_bot', 'arm'
304 ], 304 ],
305 'android_gyp_release_bot_arm': [ 305 'android_gyp_release_bot_arm': [
306 'android', 'gyp', 'gyp_limited_support_build', 'release_bot', 'arm' 306 'android', 'gyp', 'gyp_limited_support_build', 'release_bot', 'arm'
307 ], 307 ],
308 'android_gn_debug_static_bot_arm': [ 308 'android_gn_debug_static_bot_arm': [
309 'android', 'gn', 'debug_static_bot', 'arm' 309 'android', 'gn', 'debug_static_bot', 'arm'
310 ], 310 ],
311 'android_gn_release_bot_arm': [ 311 'android_gn_release_bot_arm': [
312 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm' 312 'android', 'gn', 'release_bot', 'arm'
313 ], 313 ],
314 'android_gn_debug_static_bot_x86': [ 314 'android_gn_debug_static_bot_x86': [
315 'android', 'gn', 'debug_static_bot', 'x86' 315 'android', 'gn', 'debug_static_bot', 'x86'
316 ], 316 ],
317 'android_gn_release_bot_x86': [ 317 'android_gn_release_bot_x86': [
318 'android', 'gn', 'release_bot', 'minimal_symbols', 'x86' 318 'android', 'gn', 'release_bot', 'x86'
319 ], 319 ],
320 'android_gn_clang_debug_bot_arm': [ 320 'android_gn_clang_debug_bot_arm': [
321 'android', 'gn', 'clang', 'debug_bot', 'arm' 321 'android', 'gn', 'clang', 'debug_bot', 'arm'
322 ], 322 ],
323 'android_gn_clang_debug_static_bot_mipsel': [ 323 'android_gn_clang_debug_static_bot_mipsel': [
324 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel' 324 'android', 'gn', 'clang', 'debug_static_bot', 'mipsel'
325 ], 325 ],
326 'android_gn_debug_static_bot_arm64': [ 326 'android_gn_debug_static_bot_arm64': [
327 'android', 'gn', 'debug_static_bot', 'arm64' 327 'android', 'gn', 'debug_static_bot', 'arm64'
328 ], 328 ],
329 'android_gn_release_bot_arm64': [ 329 'android_gn_release_bot_arm64': [
330 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm64' 330 'android', 'gn', 'release_bot', 'arm64'
331 ], 331 ],
332 'android_gn_debug_static_bot_x64': [ 332 'android_gn_debug_static_bot_x64': [
333 'android', 'gn', 'debug_static_bot', 'x64' 333 'android', 'gn', 'debug_static_bot', 'x64'
334 ], 334 ],
335 'android_gn_asan_shared_release_bot_arm': [ 335 'android_gn_asan_shared_release_bot_arm': [
336 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 336 'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm'
337 'minimal_symbols', 'arm'
338 ], 337 ],
339 'swarming_android_gn_release_bot_arm': [ 338 'swarming_android_gn_release_bot_arm': [
340 'swarming', 'android', 'gn', 'release_bot', 'minimal_symbols', 'arm' 339 'swarming', 'android', 'gn', 'release_bot', 'arm'
341 ], 340 ],
342 341
343 # This is used for tracking purposes; any bot that uses this config 342 # This is used for tracking purposes; any bot that uses this config
344 # should never actually run MB. 343 # should never actually run MB.
345 'none': [ 344 'none': [
346 'error', 345 'error',
347 ], 346 ],
348 }, 347 },
349 348
350 # This is a dict mapping a given 'mixin' name to a dict of settings that 349 # This is a dict mapping a given 'mixin' name to a dict of settings that
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'gn_args': 'target_cpu="x64"', 535 'gn_args': 'target_cpu="x64"',
537 'gyp_defines': 'target_arch=x64', 536 'gyp_defines': 'target_arch=x64',
538 }, 537 },
539 538
540 'x86': { 539 'x86': {
541 'gn_args': 'target_cpu="x86"', 540 'gn_args': 'target_cpu="x86"',
542 'gyp_defines': 'target_arch=ia32', 541 'gyp_defines': 'target_arch=ia32',
543 }, 542 },
544 }, 543 },
545 } 544 }
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