diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 20:05:15 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-08 20:05:15 +0000 |
commit | 717e908d5396b137c655f8453550f3045a48767e (patch) | |
tree | f8e7688d2da5dcd88996efa2393537a5a6ae1292 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | d787e19be5526d6c16123aab1f9f731c3e15223f (diff) | |
download | chromium_src-717e908d5396b137c655f8453550f3045a48767e.zip chromium_src-717e908d5396b137c655f8453550f3045a48767e.tar.gz chromium_src-717e908d5396b137c655f8453550f3045a48767e.tar.bz2 |
Instrumented libraries: turn off leak detection when building with ASan.
Fixes a build failure. I also did some refactoring.
BUG=313751
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/376733006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281804 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'], }, |