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

Unified Diff: third_party/psutil/README.chromium

Issue 8774018: Add psutil build step to fix pyauto media issues. Upgrade psutil to 0.4.0. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Disable Mac builds. Created 9 years 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
Index: third_party/psutil/README.chromium
diff --git a/third_party/psutil/README.chromium b/third_party/psutil/README.chromium
index 7e0dd2f07a20b36c4038cc26031f5dcfde1fbb5f..188b8581243a2fa876e09403de9cda61e0dba5d7 100644
--- a/third_party/psutil/README.chromium
+++ b/third_party/psutil/README.chromium
@@ -1,17 +1,16 @@
Name: Python process utilities
Short Name: psutil
URL: http://code.google.com/p/psutil/
-Version: 0.3.1
+Version: 0.4.0
License: BSD
License File: LICENSE
Security Critical: Yes
Description:
-psutil is a module providing an interface for retrieving information
-on running processes and system utilization (CPU, memory) in a portable
-way by using Python, implementing many functionalities offered by
+psutil is a module providing an interface for retrieving information
+on running processes and system utilization (CPU, memory) in a portable
+way by using Python, implementing many functionalities offered by
command line tools like ps, top, kill, lsof and netstat.
Local Modifications:
None
-

Powered by Google App Engine
This is Rietveld 408576698