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

Unified Diff: build/mac/asan.gyp

Issue 232723003: Fix variables expansion in build/mac/asan.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/mac/asan.gyp
diff --git a/build/mac/asan.gyp b/build/mac/asan.gyp
index 91a36d2d4d9f667c53b82a656931e72b2f63985e..fabe91023a1941643d5ba0ed6f48a7b31c9aa3e4 100644
--- a/build/mac/asan.gyp
+++ b/build/mac/asan.gyp
@@ -37,8 +37,12 @@
{
'destination': '<(PRODUCT_DIR)',
'target_conditions': [
- ['_toolset=="host"', { 'files': [ 'asan_osx_dynamic'] }],
- ['_toolset=="target"', { 'files': [ 'asan_iossim_dynamic'] }],
+ ['_toolset=="host"', {
+ 'files': [ '<!(/bin/ls <(asan_osx_dynamic))'],
+ }],
+ ['_toolset=="target"', {
+ 'files': [ '<!(/bin/ls <(asan_iossim_dynamic))'],
+ }],
],
},
],
« 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