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

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

Issue 437023002: Instrumented libraries: fix nss build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'includes': ['standard_instrumented_package_target.gypi'], 372 'includes': ['standard_instrumented_package_target.gypi'],
373 }, 373 },
374 { 374 {
375 'package_name': 'zlib1g', 375 'package_name': 'zlib1g',
376 'dependencies=': [], 376 'dependencies=': [],
377 'patch': 'patches/zlib1g.diff', 377 'patch': 'patches/zlib1g.diff',
378 'includes': ['standard_instrumented_package_target.gypi'], 378 'includes': ['standard_instrumented_package_target.gypi'],
379 }, 379 },
380 { 380 {
381 'package_name': 'nss', 381 'package_name': 'nss',
382 'dependencies=': [], 382 'dependencies=': [
383 # TODO(earthdok): get rid of this dependency
384 '<(_sanitizer_type)-libnspr4',
385 ],
383 'patch': 'patches/nss.diff', 386 'patch': 'patches/nss.diff',
384 'build_method': 'custom_nss', 387 'build_method': 'custom_nss',
385 'includes': ['standard_instrumented_package_target.gypi'], 388 'includes': ['standard_instrumented_package_target.gypi'],
386 }, 389 },
387 { 390 {
388 'package_name': 'pulseaudio', 391 'package_name': 'pulseaudio',
389 'dependencies=': [], 392 'dependencies=': [],
390 'patch': 'patches/pulseaudio.diff', 393 'patch': 'patches/pulseaudio.diff',
391 'run_before_build': 'scripts/pulseaudio.sh', 394 'run_before_build': 'scripts/pulseaudio.sh',
392 'jobs': 1, 395 'jobs': 1,
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 'package_name': 'dee', 593 'package_name': 'dee',
591 'extra_configure_flags': [ 594 'extra_configure_flags': [
592 # See above. 595 # See above.
593 '--disable-introspection', 596 '--disable-introspection',
594 ], 597 ],
595 'dependencies=': [], 598 'dependencies=': [],
596 'includes': ['standard_instrumented_package_target.gypi'], 599 'includes': ['standard_instrumented_package_target.gypi'],
597 }, 600 },
598 ], 601 ],
599 } 602 }
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