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

Side by Side Diff: base/third_party/dynamic_annotations/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
OLDNEW
1 Name: dynamic annotations 1 Name: dynamic annotations
2 URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations 2 URL: http://code.google.com/p/data-race-test/wiki/DynamicAnnotations
3 Version: 4384 3 Version: 4384
4 License: BSD
4 5
5 One header and one source file (dynamic_annotations.h and dynamic_annotations.c) 6 One header and one source file (dynamic_annotations.h and dynamic_annotations.c)
6 in this directory define runtime macros useful for annotating synchronization 7 in this directory define runtime macros useful for annotating synchronization
7 utilities and benign data races so data race detectors can handle Chromium code 8 utilities and benign data races so data race detectors can handle Chromium code
8 with better precision. 9 with better precision.
9 10
10 These files were taken from 11 These files were taken from
11 http://code.google.com/p/data-race-test/source/browse/?#svn/trunk/dynamic_annota tions 12 http://code.google.com/p/data-race-test/source/browse/?#svn/trunk/dynamic_annota tions
12 The files are covered under BSD license as described within the files. 13 The files are covered under BSD license as described within the files.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698