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

Unified Diff: testing/gtest.gyp

Issue 218613015: Link binaries targeting iOS simulator to the appropriate ASan dynamic runtime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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
« build/mac/asan.gyp ('K') | « build/mac/asan.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/gtest.gyp
diff --git a/testing/gtest.gyp b/testing/gtest.gyp
index 486f3e774d6de9cf600e0b61c6cfac95b5a69abc..24feec6120a6a4f4695afb6a2b6ea3f40f684d30 100644
--- a/testing/gtest.gyp
+++ b/testing/gtest.gyp
@@ -105,30 +105,6 @@
],
},
}],
- ['OS=="ios" and asan==1', {
- 'direct_dependent_settings': {
- 'target_conditions': [
- # Package the ASan runtime dylib into the test app bundles.
- ['_type=="executable"', {
- 'postbuilds': [
- {
- 'variables': {
- # Define copy_asan_dylib_path in a variable ending in
- # _path so that gyp understands it's a path and
- # performs proper relativization during dict merging.
- 'copy_asan_dylib_path':
- '<(DEPTH)/build/mac/copy_asan_runtime_dylib.sh',
- },
- 'postbuild_name': 'Copy ASan runtime dylib',
- 'action': [
- '>(copy_asan_dylib_path)',
- ],
- },
- ],
- }],
- ],
- },
- }],
['os_posix == 1', {
'defines': [
# gtest isn't able to figure out when RTTI is disabled for gcc
« build/mac/asan.gyp ('K') | « build/mac/asan.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698