Index: base/third_party/dynamic_annotations/README.chromium |
diff --git a/base/third_party/dynamic_annotations/README.chromium b/base/third_party/dynamic_annotations/README.chromium |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f78a9821438604c2c3b39f49b6bc644b14fc684f |
--- /dev/null |
+++ b/base/third_party/dynamic_annotations/README.chromium |
@@ -0,0 +1,11 @@ |
+Name: dynamic annotations |
+URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations |
+ |
+One header and one source file (dynamic_annotations.h and dynamic_annotations.c) |
+in this directory define runtime macros useful for annotating synchronization |
+utilities and benign data races so data race detectors can handle Chromium code |
+with better precision. |
+ |
+These files were taken from |
+http://code.google.com/p/data-race-test/source/browse/?r=2062#svn/trunk/dynamic_annotations |
+The files are covered under BSD license as described within the files. |