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

Side by Side Diff: trunk/src/build/all.gyp

Issue 138123005: Revert 240449 "Add IPC fuzzer dependency to chromium_builder_asan." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 # because we don't want the _unittests binaries. 612 # because we don't want the _unittests binaries.
613 '../content/content_shell_and_tests.gyp:content_shell', 613 '../content/content_shell_and_tests.gyp:content_shell',
614 ], 614 ],
615 'conditions': [ 615 'conditions': [
616 ['OS!="win"', { 616 ['OS!="win"', {
617 'dependencies': [ 617 'dependencies': [
618 '../net/net.gyp:dns_fuzz_stub', 618 '../net/net.gyp:dns_fuzz_stub',
619 '../skia/skia.gyp:filter_fuzz_stub', 619 '../skia/skia.gyp:filter_fuzz_stub',
620 ], 620 ],
621 }], 621 }],
622 ['OS=="linux" and enable_ipc_fuzzer==1', {
623 'dependencies': [
624 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
625 ],
626 }],
627 ['internal_filter_fuzzer==1', { 622 ['internal_filter_fuzzer==1', {
628 'dependencies': [ 623 'dependencies': [
629 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer', 624 '../skia/tools/clusterfuzz-data/fuzzers/filter_fuzzer/filter_fuz zer.gyp:filter_fuzzer',
630 ], 625 ],
631 }], # internal_filter_fuzzer 626 }], # internal_filter_fuzzer
632 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { 627 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
633 'dependencies': [ 628 'dependencies': [
634 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', 629 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
635 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', 630 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
636 ], 631 ],
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 '../chrome/chrome.gyp:interactive_ui_tests_run', 1019 '../chrome/chrome.gyp:interactive_ui_tests_run',
1025 '../chrome/chrome.gyp:sync_integration_tests_run', 1020 '../chrome/chrome.gyp:sync_integration_tests_run',
1026 '../chrome/chrome.gyp:unit_tests_run', 1021 '../chrome/chrome.gyp:unit_tests_run',
1027 '../net/net.gyp:net_unittests_run', 1022 '../net/net.gyp:net_unittests_run',
1028 ], 1023 ],
1029 }, # target_name: chromium_swarm_tests 1024 }, # target_name: chromium_swarm_tests
1030 ], 1025 ],
1031 }], 1026 }],
1032 ], # conditions 1027 ], # conditions
1033 } 1028 }
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