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

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 Created 7 years, 3 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 | build/common.gypi » ('j') | chrome/browser/chrome_content_browser_client.cc » ('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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 '../chrome/chrome.gyp:linux_packages_<(channel)', 104 '../chrome/chrome.gyp:linux_packages_<(channel)',
105 ], 105 ],
106 }], 106 }],
107 ['chromeos==0', { 107 ['chromeos==0', {
108 'dependencies': [ 108 'dependencies': [
109 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*', 109 '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
110 '../third_party/libmtp/libmtp.gyp:*', 110 '../third_party/libmtp/libmtp.gyp:*',
111 '../third_party/mtpd/mtpd.gyp:*', 111 '../third_party/mtpd/mtpd.gyp:*',
112 ], 112 ],
113 }], 113 }],
114 ['enable_ipc_fuzzer==1', {
115 'dependencies': [
116 '../tools/ipc_fuzzer/ipc_fuzzer.gyp:*',
117 ],
118 }],
114 ], 119 ],
115 }], 120 }],
116 ['use_x11==1', { 121 ['use_x11==1', {
117 'dependencies': [ 122 'dependencies': [
118 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 123 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
119 ], 124 ],
120 }], 125 }],
121 ['toolkit_uses_gtk==1', { 126 ['toolkit_uses_gtk==1', {
122 'dependencies': [ 127 'dependencies': [
123 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 128 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 '../chrome/chrome.gyp:interactive_ui_tests_run', 917 '../chrome/chrome.gyp:interactive_ui_tests_run',
913 '../chrome/chrome.gyp:sync_integration_tests_run', 918 '../chrome/chrome.gyp:sync_integration_tests_run',
914 '../chrome/chrome.gyp:unit_tests_run', 919 '../chrome/chrome.gyp:unit_tests_run',
915 '../net/net.gyp:net_unittests_run', 920 '../net/net.gyp:net_unittests_run',
916 ], 921 ],
917 }, # target_name: chromium_swarm_tests 922 }, # target_name: chromium_swarm_tests
918 ], 923 ],
919 }], 924 }],
920 ], # conditions 925 ], # conditions
921 } 926 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698