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

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

Issue 380623002: Revert of Instrumented libraries: turn off leak detection when building with ASan. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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',
563 'jobs': 1, 564 'jobs': 1,
564 'includes': ['standard_instrumented_package_target.gypi'], 565 'includes': ['standard_instrumented_package_target.gypi'],
565 }, 566 },
566 { 567 {
567 'package_name': 'libdbusmenu', 568 'package_name': 'libdbusmenu',
568 'extra_configure_flags': [ 569 'extra_configure_flags': [
569 # From debian/rules. 570 # From debian/rules.
570 '--disable-scrollkeeper', 571 '--disable-scrollkeeper',
571 '--with-gtk=2', 572 '--with-gtk=2',
572 # See above. 573 # See above.
(...skipping 21 matching lines...) Expand all
594 'package_name': 'dee', 595 'package_name': 'dee',
595 'extra_configure_flags': [ 596 'extra_configure_flags': [
596 # See above. 597 # See above.
597 '--disable-introspection', 598 '--disable-introspection',
598 ], 599 ],
599 'dependencies=': [], 600 'dependencies=': [],
600 'includes': ['standard_instrumented_package_target.gypi'], 601 'includes': ['standard_instrumented_package_target.gypi'],
601 }, 602 },
602 ], 603 ],
603 } 604 }
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