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

Side by Side Diff: build/all.gyp

Issue 740323003: Include llvm-symbolizer in chromium_builder_asan Clang builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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) 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 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'dependencies': [ 736 'dependencies': [
737 '../v8/src/d8.gyp:d8#host', 737 '../v8/src/d8.gyp:d8#host',
738 '../third_party/pdfium/samples/samples.gyp:pdfium_test', 738 '../third_party/pdfium/samples/samples.gyp:pdfium_test',
739 ], 739 ],
740 }], 740 }],
741 ['internal_filter_fuzzer==1', { 741 ['internal_filter_fuzzer==1', {
742 'dependencies': [ 742 'dependencies': [
743 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer', 743 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer',
744 ], 744 ],
745 }], # internal_filter_fuzzer 745 }], # internal_filter_fuzzer
746 ['clang==1', {
747 'dependencies': [
748 'sanitizers/sanitizers.gyp:llvm-symbolizer',
749 ],
750 }],
746 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 ', { 751 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 ', {
747 'dependencies': [ 752 'dependencies': [
748 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', 753 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
749 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', 754 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
750 '../pdf/pdf.gyp:pdf_syzyasan', 755 '../pdf/pdf.gyp:pdf_syzyasan',
751 ], 756 ],
752 'conditions': [ 757 'conditions': [
753 ['chrome_multiple_dll==1', { 758 ['chrome_multiple_dll==1', {
754 'dependencies': [ 759 'dependencies': [
755 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', 760 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 'dependencies': [ 1379 'dependencies': [
1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1380 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1376 '../ui/views/views.gyp:views', 1381 '../ui/views/views.gyp:views',
1377 '../ui/views/views.gyp:views_unittests', 1382 '../ui/views/views.gyp:views_unittests',
1378 ], 1383 ],
1379 }, # target_name: macviews_builder 1384 }, # target_name: macviews_builder
1380 ], # targets 1385 ], # targets
1381 }], # os=='mac' and toolkit_views==1 1386 }], # os=='mac' and toolkit_views==1
1382 ], # conditions 1387 ], # conditions
1383 } 1388 }
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