Chromium Code Reviews| Index: mojo/tools/upload_binaries.py |
| diff --git a/mojo/tools/upload_binaries.py b/mojo/tools/upload_binaries.py |
| index 4acf03e96dbdf278afbc18dc36f96d1a78567dd6..e0b86db6548b4db5b8c425608bbca7d2ad530c9a 100755 |
| --- a/mojo/tools/upload_binaries.py |
| +++ b/mojo/tools/upload_binaries.py |
| @@ -25,7 +25,7 @@ BLACKLISTED_APPS = [ |
| ] |
| def target(config): |
| - return config.target_os + "-" + config.target_arch |
| + return config.target_os + "-" + config.target_cpu |
| def find_apps_to_upload(build_dir): |
| apps = [] |