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

Unified Diff: build/common.gypi

Issue 11642018: Add a postbuild action for executables built with ASan on Mac OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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 | « build/asan.gyp ('k') | build/mac/copy_asan_runtime_dylib.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 180386)
+++ build/common.gypi (working copy)
@@ -2400,6 +2400,12 @@
},
},
'conditions': [
+ ['1==1', {
Mark Mentovai 2013/02/08 17:45:13 You’re not actually in target_defaults here, so…
+ 'dependencies': [
Mark Mentovai 2013/02/08 17:45:13 …this 'dependencies' section gets included into th
+ '<(DEPTH)/build/asan.gyp:asan_dynamic_runtime',
+ ],
+ }],
+
['os_posix==1', {
'target_defaults': {
'ldflags': [
@@ -4039,4 +4045,5 @@
# and therefore SYMROOT, needs to be set at the project level.
'SYMROOT': '<(DEPTH)/xcodebuild',
},
+
}
« no previous file with comments | « build/asan.gyp ('k') | build/mac/copy_asan_runtime_dylib.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698