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

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

Issue 911963002: Instrumented libraries: disallow loadable modules for gdk-pixbuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | 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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 }, 619 },
620 { 620 {
621 'package_name': 'libgdk-pixbuf2.0-0', 621 'package_name': 'libgdk-pixbuf2.0-0',
622 'extra_configure_flags': [ 622 'extra_configure_flags': [
623 '--disable-static', 623 '--disable-static',
624 # From debian/rules. 624 # From debian/rules.
625 '--with-libjasper', 625 '--with-libjasper',
626 '--with-x11', 626 '--with-x11',
627 # Make the build less problematic. 627 # Make the build less problematic.
628 '--disable-introspection', 628 '--disable-introspection',
629 # Do not use loadable modules. Same as with Pango, there's no easy way
630 # to make gdk-pixbuf pick instrumented versions over system-installed
631 # ones.
632 '--disable-modules',
629 ], 633 ],
630 'dependencies=': [], 634 'dependencies=': [],
631 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh', 635 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh',
632 'includes': ['standard_instrumented_package_target.gypi'], 636 'includes': ['standard_instrumented_package_target.gypi'],
633 }, 637 },
634 { 638 {
635 'package_name': 'libpci3', 639 'package_name': 'libpci3',
636 'dependencies=': [], 640 'dependencies=': [],
637 'extra_configure_flags': ['--disable-static'], 641 'extra_configure_flags': ['--disable-static'],
638 'build_method': 'custom_libpci3', 642 'build_method': 'custom_libpci3',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 'extra_configure_flags': [ 779 'extra_configure_flags': [
776 '--disable-static', 780 '--disable-static',
777 # See above. 781 # See above.
778 '--disable-introspection', 782 '--disable-introspection',
779 ], 783 ],
780 'run_before_build': 'scripts/autoreconf.sh', 784 'run_before_build': 'scripts/autoreconf.sh',
781 'includes': ['standard_instrumented_package_target.gypi'], 785 'includes': ['standard_instrumented_package_target.gypi'],
782 }, 786 },
783 ], 787 ],
784 } 788 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698