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