diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 13:16:18 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 13:16:18 +0000 |
commit | f8d84640e74dd664c02dead0236c182470357c3e (patch) | |
tree | c81ac3d73a64511b946e6761baa55b9fe32491b2 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 15ad6ae0119b9d6411495b8b3221e4b73fdd2eb8 (diff) | |
download | chromium_src-f8d84640e74dd664c02dead0236c182470357c3e.zip chromium_src-f8d84640e74dd664c02dead0236c182470357c3e.tar.gz chromium_src-f8d84640e74dd664c02dead0236c182470357c3e.tar.bz2 |
Instrumented libraries: turn off leak detection when building with ASan.
Fixes a build failure. I also did some refactoring.
This is a re-land that fixes a build error.
BUG=313751
TBR=glider@chromium.org
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281804
Review URL: https://codereview.chromium.org/376733006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282021 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 5c8309f..847f378 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -560,7 +560,6 @@ '--disable-introspection', ], 'dependencies=': [], - 'build_method': 'custom_libappindicator1', 'jobs': 1, 'includes': ['standard_instrumented_package_target.gypi'], }, |