| Index: mandoline/ui/common/mandoline_switches.cc
|
| diff --git a/mandoline/ui/common/mandoline_switches.cc b/mandoline/ui/common/mandoline_switches.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2f48ba8842ce8ca3d9ee84cad85da03eff228658
|
| --- /dev/null
|
| +++ b/mandoline/ui/common/mandoline_switches.cc
|
| @@ -0,0 +1,15 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "mandoline/ui/common/mandoline_switches.h"
|
| +
|
| +namespace switches {
|
| +
|
| +// Checks to verify if the system is ready to run layout tests.
|
| +const char kCheckLayoutTestSysDeps[] = "check-layout-test-sys-deps";
|
| +
|
| +// Runs layout tests.
|
| +const char kRunLayoutTest[] = "run-layout-test";
|
| +
|
| +} // namespace switches
|
|
|