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

Unified Diff: base/third_party/valgrind/README

Issue 115328: During shutdown delete any pending tasks if running under Valgrind. (Closed)
Patch Set: "code reviews fixes" Created 11 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/message_loop.cc ('k') | base/third_party/valgrind/valgrind.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/third_party/valgrind/README
diff --git a/base/third_party/valgrind/README b/base/third_party/valgrind/README
new file mode 100644
index 0000000000000000000000000000000000000000..ce8c47bfa0b943ea3b780fa242f08f0e73fce1bb
--- /dev/null
+++ b/base/third_party/valgrind/README
@@ -0,0 +1,8 @@
+The single header file (valgrind.h) in this directory defines runtime
+macros that determine whether the current process is running under
+Valgrind.
+
+This header file was taken from Valgrind source code (version 3.4.1,
+available at http://valgrind.org/downloads/valgrind-3.4.1.tar.bz2, dated
+28 Feb 2009). The file is covered under BSD license as described within
+the file.
« no previous file with comments | « base/message_loop.cc ('k') | base/third_party/valgrind/valgrind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698