| OLD | NEW |
| (Empty) |
| 1 #!/bin/bash | |
| 2 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | |
| 3 # Use of this source code is governed by a BSD-style license that can be | |
| 4 # found in the LICENSE file. | |
| 5 cd $(dirname $0) | |
| 6 ../../google_appengine/appcfg.py update .. -A chromeos-status $@ | |
| 7 ../../google_appengine/appcfg.py update .. -A chromium-status $@ | |
| 8 ../../google_appengine/appcfg.py update .. -A chromiumos-status $@ | |
| 9 ../../google_appengine/appcfg.py update .. -A chromiumos-browser-status $@ | |
| 10 ../../google_appengine/appcfg.py update .. -A gyp-status $@ | |
| 11 ../../google_appengine/appcfg.py update .. -A naclports-status $@ | |
| 12 ../../google_appengine/appcfg.py update .. -A naclsdk-status $@ | |
| 13 ../../google_appengine/appcfg.py update .. -A nativeclient-status $@ | |
| 14 ../../google_appengine/appcfg.py update .. -A o3d-status $@ | |
| OLD | NEW |