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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |