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

Side by Side Diff: build/all.gyp

Issue 67173009: Adding new fuzzer deserialization test code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added logging.h Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | skia/skia.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 '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 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 '../chrome/chrome.gyp:chrome', 601 '../chrome/chrome.gyp:chrome',
602 602
603 # We refer to content_shell directly rather than blink_tests 603 # We refer to content_shell directly rather than blink_tests
604 # because we don't want the _unittests binaries. 604 # because we don't want the _unittests binaries.
605 '../content/content_shell_and_tests.gyp:content_shell', 605 '../content/content_shell_and_tests.gyp:content_shell',
606 ], 606 ],
607 'conditions': [ 607 'conditions': [
608 ['OS!="win"', { 608 ['OS!="win"', {
609 'dependencies': [ 609 'dependencies': [
610 '../net/net.gyp:dns_fuzz_stub', 610 '../net/net.gyp:dns_fuzz_stub',
611 '../skia/skia.gyp:filter_fuzz_stub',
611 ], 612 ],
612 }], 613 }],
613 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { 614 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
614 'dependencies': [ 615 'dependencies': [
615 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy', 616 '../chrome/chrome_syzygy.gyp:chrome_dll_syzygy',
616 '../content/content_shell_and_tests.gyp:content_shell_syzyasan', 617 '../content/content_shell_and_tests.gyp:content_shell_syzyasan',
617 ], 618 ],
618 'conditions': [ 619 'conditions': [
619 ['chrome_multiple_dll==1', { 620 ['chrome_multiple_dll==1', {
620 'dependencies': [ 621 'dependencies': [
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 '../chrome/chrome.gyp:interactive_ui_tests_run', 1043 '../chrome/chrome.gyp:interactive_ui_tests_run',
1043 '../chrome/chrome.gyp:sync_integration_tests_run', 1044 '../chrome/chrome.gyp:sync_integration_tests_run',
1044 '../chrome/chrome.gyp:unit_tests_run', 1045 '../chrome/chrome.gyp:unit_tests_run',
1045 '../net/net.gyp:net_unittests_run', 1046 '../net/net.gyp:net_unittests_run',
1046 ], 1047 ],
1047 }, # target_name: chromium_swarm_tests 1048 }, # target_name: chromium_swarm_tests
1048 ], 1049 ],
1049 }], 1050 }],
1050 ], # conditions 1051 ], # conditions
1051 } 1052 }
OLDNEW
« no previous file with comments | « no previous file | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698