Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: mandoline/ui/common/mandoline_switches.cc

Issue 1308973005: html_viewer/web_view: An app for running layout-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix-win-build Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698