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

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

Issue 393023010: Instrumented libraries: update configure flags for libgcrypt11. (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 | « 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 # From debian/rules. 224 # From debian/rules.
225 '--with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts', 225 '--with-add-fonts=/usr/X11R6/lib/X11/fonts,/usr/local/share/fonts',
226 ], 226 ],
227 'patch': 'patches/libfontconfig.diff', 227 'patch': 'patches/libfontconfig.diff',
228 'includes': ['standard_instrumented_package_target.gypi'], 228 'includes': ['standard_instrumented_package_target.gypi'],
229 }, 229 },
230 { 230 {
231 'package_name': 'libgcrypt11', 231 'package_name': 'libgcrypt11',
232 'dependencies=': [], 232 'dependencies=': [],
233 'package_ldflags': ['-Wl,-z,muldefs'], 233 'package_ldflags': ['-Wl,-z,muldefs'],
234 'extra_configure_flags': [
235 # From debian/rules.
236 '--enable-noexecstack',
237 '--enable-ld-version-script',
238 '--enable-static',
239 # http://crbug.com/344505
240 '--disable-asm'
241 ],
234 'includes': ['standard_instrumented_package_target.gypi'], 242 'includes': ['standard_instrumented_package_target.gypi'],
235 }, 243 },
236 { 244 {
237 'package_name': 'libglib2.0-0', 245 'package_name': 'libglib2.0-0',
238 'dependencies=': [], 246 'dependencies=': [],
239 'extra_configure_flags': [ 247 'extra_configure_flags': [
240 '--disable-gtk-doc', 248 '--disable-gtk-doc',
241 '--disable-gtk-doc-html', 249 '--disable-gtk-doc-html',
242 '--disable-gtk-doc-pdf', 250 '--disable-gtk-doc-pdf',
243 ], 251 ],
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'package_name': 'dee', 604 'package_name': 'dee',
597 'extra_configure_flags': [ 605 'extra_configure_flags': [
598 # See above. 606 # See above.
599 '--disable-introspection', 607 '--disable-introspection',
600 ], 608 ],
601 'dependencies=': [], 609 'dependencies=': [],
602 'includes': ['standard_instrumented_package_target.gypi'], 610 'includes': ['standard_instrumented_package_target.gypi'],
603 }, 611 },
604 ], 612 ],
605 } 613 }
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