summaryrefslogtreecommitdiff
path: root/base/third_party/dynamic_annotations/README.chromium
diff options
context:
space:
mode:
authorJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:41:38 +0900
committerJinkun Jang <jinkun.jang@samsung.com>2013-03-13 01:41:38 +0900
commit8a6ea078957a71e285dcf1db46aa1e5d26dfcb3f (patch)
treeebbbe8a8120031a0a1340161064b1e1a2b2bc2ef /base/third_party/dynamic_annotations/README.chromium
parentf0b7f23011002ef4a1e455be07c6b298cb5cef94 (diff)
downloadchromium-8a6ea078957a71e285dcf1db46aa1e5d26dfcb3f.tar.gz
chromium-8a6ea078957a71e285dcf1db46aa1e5d26dfcb3f.tar.bz2
chromium-8a6ea078957a71e285dcf1db46aa1e5d26dfcb3f.zip
Tizen 2.1 base
Diffstat (limited to 'base/third_party/dynamic_annotations/README.chromium')
-rw-r--r--base/third_party/dynamic_annotations/README.chromium11
1 files changed, 11 insertions, 0 deletions
diff --git a/base/third_party/dynamic_annotations/README.chromium b/base/third_party/dynamic_annotations/README.chromium
new file mode 100644
index 000000000000..f78a98214386
--- /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.