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