Explicitly add python-numpy dependency to install-build-deps.
[chromium-blink-merge.git] / base / third_party / dynamic_annotations / README.chromium
blobdc8bdef05312259dedeb940bc4760e19e137d027
1 Name: dynamic annotations
2 URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations
3 Version: 4384
4 License: BSD
6 One header and one source file (dynamic_annotations.h and dynamic_annotations.c)
7 in this directory define runtime macros useful for annotating synchronization
8 utilities and benign data races so data race detectors can handle Chromium code
9 with better precision.
11 These files were taken from
12 http://code.google.com/p/data-race-test/source/browse/?#svn/trunk/dynamic_annotations
13 The files are covered under BSD license as described within the files.