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

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: Rebased 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
« no previous file with comments | « base/third_party/dmg_fp/README.chromium ('k') | base/third_party/nspr/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/third_party/dmg_fp/README.chromium ('k') | base/third_party/nspr/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698