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

Side by Side Diff: build/all.gyp

Issue 18254010: IPC fuzzer child process component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments from jochen Created 7 years 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 | build/common.gypi » ('j') | build/common.gypi » ('J')
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 '../chrome/chrome.gyp:linux_packages_<(channel)', 117 '../chrome/chrome.gyp:linux_packages_<(channel)',
118 ], 118 ],
119 }], 119 }],
120 ['chromeos==0', { 120 ['chromeos==0', {
121 'dependencies': [ 121 'dependencies': [
122 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', 122 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
123 '../third_party/libmtp/libmtp.gyp:*', 123 '../third_party/libmtp/libmtp.gyp:*',
124 '../third_party/mtpd/mtpd.gyp:*', 124 '../third_party/mtpd/mtpd.gyp:*',
125 ], 125 ],
126 }], 126 }],
127 ['enable_ipc_fuzzer==1', {
128 'dependencies': [
129 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
130 ],
131 }],
127 ], 132 ],
128 }], 133 }],
129 ['use_x11==1', { 134 ['use_x11==1', {
130 'dependencies': [ 135 'dependencies': [
131 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 136 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
132 ], 137 ],
133 }], 138 }],
134 ['toolkit_uses_gtk==1', { 139 ['toolkit_uses_gtk==1', {
135 'dependencies': [ 140 'dependencies': [
136 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 141 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 '../chrome/chrome.gyp:interactive_ui_tests_run', 1066 '../chrome/chrome.gyp:interactive_ui_tests_run',
1062 '../chrome/chrome.gyp:sync_integration_tests_run', 1067 '../chrome/chrome.gyp:sync_integration_tests_run',
1063 '../chrome/chrome.gyp:unit_tests_run', 1068 '../chrome/chrome.gyp:unit_tests_run',
1064 '../net/net.gyp:net_unittests_run', 1069 '../net/net.gyp:net_unittests_run',
1065 ], 1070 ],
1066 }, # target_name: chromium_swarm_tests 1071 }, # target_name: chromium_swarm_tests
1067 ], 1072 ],
1068 }], 1073 }],
1069 ], # conditions 1074 ], # conditions
1070 } 1075 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698