Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/bin/bash | |
| 2 | |
| 3 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 4 # Use of this source code is governed by a BSD-style license that can be | |
| 5 # found in the LICENSE file. | |
| 6 | |
| 7 stunnel -p /engine/data/stunnel.pem -P /engine/stunnel.pid -d 25467 -r 12345 | |
|
maniscalco
2016/01/27 17:02:10
What happens when stunnel fails? Will this script
marcinjb
2016/01/28 19:29:45
Done.
| |
| 8 exec /engine/blimp_engine_app \ | |
|
maniscalco
2016/01/27 17:02:10
One of the feature we're losing with this change i
marcinjb
2016/01/28 19:29:45
Done.
| |
| 9 --disable-gpu \ | |
| 10 --use-remote-compositing \ | |
| 11 --disable-cached-picture-raster \ | |
| 12 --blimp-client-token-path=/engine/data/client_token | |
| OLD | NEW |