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

Side by Side Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 376733006: Re-land: Instrumented libraries: turn off leak detection when building with ASan. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: re-land Created 6 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/instrumented_libraries/download_build_install.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'verbose_libraries_build%': 0, 7 'verbose_libraries_build%': 0,
8 'instrumented_libraries_jobs%': 1, 8 'instrumented_libraries_jobs%': 1,
9 }, 9 },
10 10
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 'dependencies=': [], 553 'dependencies=': [],
554 'includes': ['standard_instrumented_package_target.gypi'], 554 'includes': ['standard_instrumented_package_target.gypi'],
555 }, 555 },
556 { 556 {
557 'package_name': 'libappindicator1', 557 'package_name': 'libappindicator1',
558 'extra_configure_flags': [ 558 'extra_configure_flags': [
559 # See above. 559 # See above.
560 '--disable-introspection', 560 '--disable-introspection',
561 ], 561 ],
562 'dependencies=': [], 562 'dependencies=': [],
563 'build_method': 'custom_libappindicator1',
564 'jobs': 1, 563 'jobs': 1,
565 'includes': ['standard_instrumented_package_target.gypi'], 564 'includes': ['standard_instrumented_package_target.gypi'],
566 }, 565 },
567 { 566 {
568 'package_name': 'libdbusmenu', 567 'package_name': 'libdbusmenu',
569 'extra_configure_flags': [ 568 'extra_configure_flags': [
570 # From debian/rules. 569 # From debian/rules.
571 '--disable-scrollkeeper', 570 '--disable-scrollkeeper',
572 '--with-gtk=2', 571 '--with-gtk=2',
573 # See above. 572 # See above.
(...skipping 21 matching lines...) Expand all
595 'package_name': 'dee', 594 'package_name': 'dee',
596 'extra_configure_flags': [ 595 'extra_configure_flags': [
597 # See above. 596 # See above.
598 '--disable-introspection', 597 '--disable-introspection',
599 ], 598 ],
600 'dependencies=': [], 599 'dependencies=': [],
601 'includes': ['standard_instrumented_package_target.gypi'], 600 'includes': ['standard_instrumented_package_target.gypi'],
602 }, 601 },
603 ], 602 ],
604 } 603 }
OLDNEW
« no previous file with comments | « third_party/instrumented_libraries/download_build_install.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698