Chromium Code Reviews| Index: tools/run-tests.py |
| diff --git a/tools/run-tests.py b/tools/run-tests.py |
| index c3c2a0932b301af29468a653d8478ab6af70607e..95e917792113efe666e4f8213dc39f2c73dc2340 100755 |
| --- a/tools/run-tests.py |
| +++ b/tools/run-tests.py |
| @@ -89,6 +89,8 @@ SUPPORTED_ARCHS = ["android_arm", |
| "mips64el", |
| "nacl_ia32", |
| "nacl_x64", |
| + "ppc", |
| + "ppc64", |
| "x64", |
| "x32", |
| "arm64"] |