|
Fixes broken media tests which were dependent on psutil. I've only setup
the build rules for linux right now as we've only got a Linux bot.
The psutil build requires that it be run from source directory, so a
small wrapper script was necessary to handle this and convert output
paths to absolute. If there's a way to do this in GYP let me know.
Most of the CL is just psutil upgrades, the important files are:
chrome/chrome_tests.gypi
third_party/psutil/build.py
I attached the new build step to pyautolib. Let me know if it should be
elsewhere.
BUG= 106105
TEST=Ran linux build. Ran media pyauto test.
Total comments: 6
Total comments: 10
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1646 lines, -506 lines) |
Patch |
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/HISTORY
|
View
|
|
2 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/PKG-INFO
|
View
|
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/README.chromium
|
View
|
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
A |
third_party/psutil/build.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+44 lines, -0 lines |
2 comments
|
Download
|
 |
A |
third_party/psutil/docs/class_diagram.png
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/docs/documentation.html
|
View
|
|
8 chunks |
+46 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/examples/iotop.py
|
View
|
|
3 chunks |
+65 lines, -40 lines |
0 comments
|
Download
|
 |
A |
third_party/psutil/examples/nettop.py
|
View
|
|
1 chunk |
+143 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/examples/process_detail.py
|
View
|
|
5 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
A |
third_party/psutil/examples/top.py
|
View
|
|
1 chunk |
+202 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/psutil/psutil.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/__init__.py
|
View
|
|
5 chunks |
+86 lines, -71 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_common.py
|
View
|
|
4 chunks |
+31 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_compat.py
|
View
|
|
2 chunks |
+15 lines, -28 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psbsd.py
|
View
|
|
5 chunks |
+48 lines, -8 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_pslinux.py
|
View
|
|
5 chunks |
+95 lines, -64 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psmswindows.py
|
View
|
|
3 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psosx.py
|
View
|
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psposix.py
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_bsd.h
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_bsd.c
|
View
|
|
9 chunks |
+174 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_linux.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_linux.c
|
View
|
|
9 chunks |
+28 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_mswindows.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_mswindows.c
|
View
|
|
11 chunks |
+375 lines, -184 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/_psutil_osx.c
|
View
|
|
6 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/psutil/arch/bsd/process_info.c
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/setup.py
|
View
|
|
6 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/test/_posix.py
|
View
|
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/psutil/test/_windows.py
|
View
|
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/test/test_memory_leaks.py
|
View
|
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/psutil/test/test_psutil.py
|
View
|
|
17 chunks |
+56 lines, -20 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|