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

Side by Side Diff: build/all.gyp

Issue 321303002: Add a target to produce a SyzyASan instrumented version of pdf.dll (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | pdf/pdf.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) 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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 }], 668 }],
669 ['internal_filter_fuzzer==1', { 669 ['internal_filter_fuzzer==1', {
670 'dependencies': [ 670 'dependencies': [
671 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer', 671 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer',
672 ], 672 ],
673 }], # internal_filter_fuzzer 673 }], # internal_filter_fuzzer
674 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 ', { 674 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and syzyasan==1 ', {
675 'dependencies': [ 675 'dependencies': [
676 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', 676 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
677 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', 677 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
678 '../pdf/pdf.gyp:pdf_syzyasan',
678 ], 679 ],
679 'conditions': [ 680 'conditions': [
680 ['chrome_multiple_dll==1', { 681 ['chrome_multiple_dll==1', {
681 'dependencies': [ 682 'dependencies': [
682 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy', 683 '../chrome/chrome_syzygy.gyp:chrome_child_dll_syzygy',
683 ], 684 ],
684 }], 685 }],
685 ], 686 ],
686 }], 687 }],
687 ], 688 ],
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 'dependencies': [ 1240 'dependencies': [
1240 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1241 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1241 '../ui/views/views.gyp:views', 1242 '../ui/views/views.gyp:views',
1242 '../ui/views/views.gyp:views_unittests', 1243 '../ui/views/views.gyp:views_unittests',
1243 ], 1244 ],
1244 }, # target_name: macviews_builder 1245 }, # target_name: macviews_builder
1245 ], # targets 1246 ], # targets
1246 }], # os=='mac' and toolkit_views==1 1247 }], # os=='mac' and toolkit_views==1
1247 ], # conditions 1248 ], # conditions
1248 } 1249 }
OLDNEW
« no previous file with comments | « no previous file | pdf/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698