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

Unified Diff: third_party/psutil/MANIFEST.in

Issue 6246123: Moving psutil to third_party. This is first step for Media Performance test project. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: modification based on code review's comments Created 9 years, 11 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 | « third_party/psutil/LICENSE ('k') | third_party/psutil/PKG-INFO » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/psutil/MANIFEST.in
diff --git a/third_party/psutil/MANIFEST.in b/third_party/psutil/MANIFEST.in
new file mode 100644
index 0000000000000000000000000000000000000000..1fc83283ef190284dfab517a1cfa358b2993e0dd
--- /dev/null
+++ b/third_party/psutil/MANIFEST.in
@@ -0,0 +1,9 @@
+include CREDITS
+include HISTORY
+include LICENSE
+include MANIFEST.in
+include README
+include setup.py
+recursive-include docs *.html *.dia *.png
+recursive-include psutil *.py *.c *.h
+recursive-include test *.py
« no previous file with comments | « third_party/psutil/LICENSE ('k') | third_party/psutil/PKG-INFO » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698