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

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

Issue 694583002: Instrumented libraries: add libtasn1-6. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 '<(_sanitizer_type)-libglib2.0-0', 113 '<(_sanitizer_type)-libglib2.0-0',
114 '<(_sanitizer_type)-libdbus-1-3', 114 '<(_sanitizer_type)-libdbus-1-3',
115 '<(_sanitizer_type)-libdbus-glib-1-2', 115 '<(_sanitizer_type)-libdbus-glib-1-2',
116 '<(_sanitizer_type)-nss', 116 '<(_sanitizer_type)-nss',
117 '<(_sanitizer_type)-libfontconfig1', 117 '<(_sanitizer_type)-libfontconfig1',
118 '<(_sanitizer_type)-pulseaudio', 118 '<(_sanitizer_type)-pulseaudio',
119 '<(_sanitizer_type)-libasound2', 119 '<(_sanitizer_type)-libasound2',
120 '<(_sanitizer_type)-pango1.0', 120 '<(_sanitizer_type)-pango1.0',
121 '<(_sanitizer_type)-libcap2', 121 '<(_sanitizer_type)-libcap2',
122 '<(_sanitizer_type)-udev', 122 '<(_sanitizer_type)-udev',
123 '<(_sanitizer_type)-libtasn1-3',
124 '<(_sanitizer_type)-libgnome-keyring0', 123 '<(_sanitizer_type)-libgnome-keyring0',
125 '<(_sanitizer_type)-libgtk2.0-0', 124 '<(_sanitizer_type)-libgtk2.0-0',
126 '<(_sanitizer_type)-libgdk-pixbuf2.0-0', 125 '<(_sanitizer_type)-libgdk-pixbuf2.0-0',
127 '<(_sanitizer_type)-libpci3', 126 '<(_sanitizer_type)-libpci3',
128 '<(_sanitizer_type)-libdbusmenu-glib4', 127 '<(_sanitizer_type)-libdbusmenu-glib4',
129 '<(_sanitizer_type)-overlay-scrollbar', 128 '<(_sanitizer_type)-overlay-scrollbar',
130 '<(_sanitizer_type)-libgconf-2-4', 129 '<(_sanitizer_type)-libgconf-2-4',
131 '<(_sanitizer_type)-libappindicator1', 130 '<(_sanitizer_type)-libappindicator1',
132 '<(_sanitizer_type)-libdbusmenu', 131 '<(_sanitizer_type)-libdbusmenu',
133 '<(_sanitizer_type)-atk1.0', 132 '<(_sanitizer_type)-atk1.0',
134 '<(_sanitizer_type)-libunity9', 133 '<(_sanitizer_type)-libunity9',
135 '<(_sanitizer_type)-dee', 134 '<(_sanitizer_type)-dee',
136 '<(_sanitizer_type)-libpixman-1-0', 135 '<(_sanitizer_type)-libpixman-1-0',
137 ], 136 ],
138 'conditions': [ 137 'conditions': [
138 ['"<(_ubuntu_release)"=="precise"', {
139 'dependencies': [
140 '<(_sanitizer_type)-libtasn1-3',
141 ],
142 }, {
143 'dependencies': [
144 '<(_sanitizer_type)-libtasn1-6',
145 ],
146 }],
139 ['msan==1', { 147 ['msan==1', {
140 'dependencies': [ 148 'dependencies': [
141 '<(_sanitizer_type)-libcups2', 149 '<(_sanitizer_type)-libcups2',
142 ], 150 ],
143 }], 151 }],
144 ['tsan==1', { 152 ['tsan==1', {
145 'dependencies!': [ 153 'dependencies!': [
146 '<(_sanitizer_type)-libpng12-0', 154 '<(_sanitizer_type)-libpng12-0',
147 ], 155 ],
148 }], 156 }],
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 # TODO(earthdok): find a better fix. 490 # TODO(earthdok): find a better fix.
483 '--disable-gudev' 491 '--disable-gudev'
484 ], 492 ],
485 # Required on Trusty due to autoconf version mismatch. 493 # Required on Trusty due to autoconf version mismatch.
486 'run_before_build': 'scripts/autoreconf.sh', 494 'run_before_build': 'scripts/autoreconf.sh',
487 'includes': ['standard_instrumented_package_target.gypi'], 495 'includes': ['standard_instrumented_package_target.gypi'],
488 }, 496 },
489 { 497 {
490 'package_name': 'libtasn1-3', 498 'package_name': 'libtasn1-3',
491 'dependencies=': [], 499 'dependencies=': [],
500 'extra_configure_flags': [
501 # From debian/rules.
502 '--enable-ld-version-script',
503 ],
492 'includes': ['standard_instrumented_package_target.gypi'], 504 'includes': ['standard_instrumented_package_target.gypi'],
493 }, 505 },
494 { 506 {
507 'package_name': 'libtasn1-6',
508 'dependencies=': [],
509 'extra_configure_flags': [
510 # From debian/rules.
511 '--enable-ld-version-script',
512 ],
513 'includes': ['standard_instrumented_package_target.gypi'],
514 },
515 {
495 'package_name': 'libgnome-keyring0', 516 'package_name': 'libgnome-keyring0',
496 'extra_configure_flags': [ 517 'extra_configure_flags': [
497 # Build static libs (from debian/rules). 518 # Build static libs (from debian/rules).
498 '--enable-static', 519 '--enable-static',
499 '--enable-tests=no', 520 '--enable-tests=no',
500 # Make the build less problematic. 521 # Make the build less problematic.
501 '--disable-introspection', 522 '--disable-introspection',
502 ], 523 ],
503 'package_ldflags': ['-Wl,--as-needed'], 524 'package_ldflags': ['-Wl,--as-needed'],
504 'dependencies=': [], 525 'dependencies=': [],
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 'extra_configure_flags': [ 649 'extra_configure_flags': [
629 # See above. 650 # See above.
630 '--disable-introspection', 651 '--disable-introspection',
631 ], 652 ],
632 'dependencies=': [], 653 'dependencies=': [],
633 'run_before_build': 'scripts/autogen.sh', 654 'run_before_build': 'scripts/autogen.sh',
634 'includes': ['standard_instrumented_package_target.gypi'], 655 'includes': ['standard_instrumented_package_target.gypi'],
635 }, 656 },
636 ], 657 ],
637 } 658 }
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