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

Side by Side Diff: build/all.gyp

Issue 25890006: Copy asan_rtl.* and agent_logger.exe to the syzygy directory for the ASan builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the dependency to copy_syzyasan_binaries outside of the 'action' section. Created 7 years, 2 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 | chrome/chrome_syzygy.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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 '../ui/app_list/app_list.gyp:*', 193 '../ui/app_list/app_list.gyp:*',
194 ], 194 ],
195 }], 195 }],
196 ], 196 ],
197 }, # target_name: All 197 }, # target_name: All
198 { 198 {
199 'target_name': 'All_syzygy', 199 'target_name': 'All_syzygy',
200 'type': 'none', 200 'type': 'none',
201 'conditions': [ 201 'conditions': [
202 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', { 202 ['OS=="win" and fastbuild==0 and target_arch=="ia32"', {
203 'dependencies': [ 203 'dependencies': [
204 '../chrome/installer/mini_installer_syzygy.gyp:*', 204 '../chrome/installer/mini_installer_syzygy.gyp:*',
205 ], 205 ],
206 }, 206 }],
207 ],
208 ], 207 ],
209 }, # target_name: All_syzygy 208 }, # target_name: All_syzygy
210 { 209 {
211 'target_name': 'chromium_builder_tests', 210 'target_name': 'chromium_builder_tests',
212 'type': 'none', 211 'type': 'none',
213 'dependencies': [ 212 'dependencies': [
214 '../base/base.gyp:base_unittests', 213 '../base/base.gyp:base_unittests',
215 '../chrome/chrome.gyp:unit_tests', 214 '../chrome/chrome.gyp:unit_tests',
216 '../crypto/crypto.gyp:crypto_unittests', 215 '../crypto/crypto.gyp:crypto_unittests',
217 '../net/net.gyp:net_unittests', 216 '../net/net.gyp:net_unittests',
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 '../chrome/chrome.gyp:interactive_ui_tests_run', 938 '../chrome/chrome.gyp:interactive_ui_tests_run',
940 '../chrome/chrome.gyp:sync_integration_tests_run', 939 '../chrome/chrome.gyp:sync_integration_tests_run',
941 '../chrome/chrome.gyp:unit_tests_run', 940 '../chrome/chrome.gyp:unit_tests_run',
942 '../net/net.gyp:net_unittests_run', 941 '../net/net.gyp:net_unittests_run',
943 ], 942 ],
944 }, # target_name: chromium_swarm_tests 943 }, # target_name: chromium_swarm_tests
945 ], 944 ],
946 }], 945 }],
947 ], # conditions 946 ], # conditions
948 } 947 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_syzygy.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698