Fix PNaCl debug commandline flags, and use the pexe with debug info in test.
[chromium-blink-merge.git] / mojo / shell / run.h
blob0e6ee6eceac3649408787789d27f9d3b650ac733
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef MOJO_SHELL_RUN_H_
6 #define MOJO_SHELL_RUN_H_
8 namespace mojo {
9 namespace shell {
11 class Context;
13 void Run(Context* context);
15 } // namespace shell
16 } // namespace mojo
18 #endif // MOJO_SHELL_RUN_H_