diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 23:05:40 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-29 23:05:40 +0000 |
commit | eeb7fb2b0a7faf4428351023e637031ab7ad9147 (patch) | |
tree | d1eaf03ca8e4555a8346a4c6e24688e56aa37897 /third_party/instrumented_libraries/instrumented_libraries.gyp | |
parent | 7ff84b9f7476cf85ba060c924193eeccdcb14591 (diff) | |
download | chromium_src-eeb7fb2b0a7faf4428351023e637031ab7ad9147.zip chromium_src-eeb7fb2b0a7faf4428351023e637031ab7ad9147.tar.gz chromium_src-eeb7fb2b0a7faf4428351023e637031ab7ad9147.tar.bz2 |
Instrumented libraries: add libgconf-2-4.
BUG=313751
TBR=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/309483005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273645 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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 43dd8f7..935693a 100644 --- a/third_party/instrumented_libraries/instrumented_libraries.gyp +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp @@ -91,6 +91,7 @@ '<(_sanitizer_type)-libpci3', '<(_sanitizer_type)-libdbusmenu-glib4', '<(_sanitizer_type)-liboverlay-scrollbar-0.2-0', + '<(_sanitizer_type)-libgconf-2-4', ], 'conditions': [ ['asan==1', { @@ -495,5 +496,17 @@ 'dependencies=': [], 'includes': ['standard_instrumented_library_target.gypi'], }, + { + 'library_name': 'libgconf-2-4', + 'extra_configure_flags': [ + # From debian/rules. (Even though --with-gtk=3.0 doesn't make sense.) + '--with-gtk=3.0', + '--disable-orbit', + # See above. + '--disable-introspection', + ], + 'dependencies=': [], + 'includes': ['standard_instrumented_library_target.gypi'], + }, ], } |