| OLD | NEW |
| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 '<(_sanitizer_type)-pulseaudio', | 124 '<(_sanitizer_type)-pulseaudio', |
| 125 '<(_sanitizer_type)-libasound2', | 125 '<(_sanitizer_type)-libasound2', |
| 126 '<(_sanitizer_type)-pango1.0', | 126 '<(_sanitizer_type)-pango1.0', |
| 127 '<(_sanitizer_type)-libcap2', | 127 '<(_sanitizer_type)-libcap2', |
| 128 '<(_sanitizer_type)-udev', | 128 '<(_sanitizer_type)-udev', |
| 129 '<(_sanitizer_type)-libgnome-keyring0', | 129 '<(_sanitizer_type)-libgnome-keyring0', |
| 130 '<(_sanitizer_type)-libgtk2.0-0', | 130 '<(_sanitizer_type)-libgtk2.0-0', |
| 131 '<(_sanitizer_type)-libgdk-pixbuf2.0-0', | 131 '<(_sanitizer_type)-libgdk-pixbuf2.0-0', |
| 132 '<(_sanitizer_type)-libpci3', | 132 '<(_sanitizer_type)-libpci3', |
| 133 '<(_sanitizer_type)-libdbusmenu-glib4', | 133 '<(_sanitizer_type)-libdbusmenu-glib4', |
| 134 '<(_sanitizer_type)-overlay-scrollbar', | |
| 135 '<(_sanitizer_type)-libgconf-2-4', | 134 '<(_sanitizer_type)-libgconf-2-4', |
| 136 '<(_sanitizer_type)-libappindicator1', | 135 '<(_sanitizer_type)-libappindicator1', |
| 137 '<(_sanitizer_type)-libdbusmenu', | 136 '<(_sanitizer_type)-libdbusmenu', |
| 138 '<(_sanitizer_type)-atk1.0', | 137 '<(_sanitizer_type)-atk1.0', |
| 139 '<(_sanitizer_type)-libunity9', | 138 '<(_sanitizer_type)-libunity9', |
| 140 '<(_sanitizer_type)-dee', | 139 '<(_sanitizer_type)-dee', |
| 141 '<(_sanitizer_type)-libpixman-1-0', | 140 '<(_sanitizer_type)-libpixman-1-0', |
| 142 ], | 141 ], |
| 143 'conditions': [ | 142 'conditions': [ |
| 144 ['"<(_ubuntu_release)"=="precise"', { | 143 ['"<(_ubuntu_release)"=="precise"', { |
| (...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 # a just-built binary and crashes. Vala requires introspection. | 650 # a just-built binary and crashes. Vala requires introspection. |
| 652 # TODO(earthdok): find a better fix. | 651 # TODO(earthdok): find a better fix. |
| 653 '--disable-introspection', | 652 '--disable-introspection', |
| 654 '--disable-vala', | 653 '--disable-vala', |
| 655 ], | 654 ], |
| 656 'dependencies=': [], | 655 'dependencies=': [], |
| 657 'run_before_build': 'scripts/autogen.sh', | 656 'run_before_build': 'scripts/autogen.sh', |
| 658 'includes': ['standard_instrumented_package_target.gypi'], | 657 'includes': ['standard_instrumented_package_target.gypi'], |
| 659 }, | 658 }, |
| 660 { | 659 { |
| 661 'package_name': 'overlay-scrollbar', | |
| 662 'extra_configure_flags': [ | |
| 663 '--disable-static', | |
| 664 '--with-gtk=2', | |
| 665 ], | |
| 666 'dependencies=': [], | |
| 667 'run_before_build': 'scripts/autogen.sh', | |
| 668 'includes': ['standard_instrumented_package_target.gypi'], | |
| 669 }, | |
| 670 { | |
| 671 'package_name': 'libgconf-2-4', | 660 'package_name': 'libgconf-2-4', |
| 672 'extra_configure_flags': [ | 661 'extra_configure_flags': [ |
| 673 '--disable-static', | 662 '--disable-static', |
| 674 # From debian/rules. (Even though --with-gtk=3.0 doesn't make sense.) | 663 # From debian/rules. (Even though --with-gtk=3.0 doesn't make sense.) |
| 675 '--with-gtk=3.0', | 664 '--with-gtk=3.0', |
| 676 '--disable-orbit', | 665 '--disable-orbit', |
| 677 # See above. | 666 # See above. |
| 678 '--disable-introspection', | 667 '--disable-introspection', |
| 679 ], | 668 ], |
| 680 'dependencies=': [], | 669 'dependencies=': [], |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 'extra_configure_flags': [ | 775 'extra_configure_flags': [ |
| 787 '--disable-static', | 776 '--disable-static', |
| 788 # See above. | 777 # See above. |
| 789 '--disable-introspection', | 778 '--disable-introspection', |
| 790 ], | 779 ], |
| 791 'run_before_build': 'scripts/autoreconf.sh', | 780 'run_before_build': 'scripts/autoreconf.sh', |
| 792 'includes': ['standard_instrumented_package_target.gypi'], | 781 'includes': ['standard_instrumented_package_target.gypi'], |
| 793 }, | 782 }, |
| 794 ], | 783 ], |
| 795 } | 784 } |
| OLD | NEW |