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

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

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.h
diff --git a/mojo/services/tracing/public/cpp/switches.h b/mandoline/ui/common/mandoline_switches.h
similarity index 52%
copy from mojo/services/tracing/public/cpp/switches.h
copy to mandoline/ui/common/mandoline_switches.h
index 49dae998d45ae2280f0aeb8eb086355637883f01..e4fdec77e9fa100a50df0268c06b681c319c28e4 100644
--- a/mojo/services/tracing/public/cpp/switches.h
+++ b/mandoline/ui/common/mandoline_switches.h
@@ -2,15 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
-#define MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
+#ifndef MANDOLINE_UI_COMMON_MANDOLINE_SWITCHES_H_
+#define MANDOLINE_UI_COMMON_MANDOLINE_SWITCHES_H_
-namespace tracing {
+namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kEnableStatsCollectionBindings[];
+extern const char kCheckLayoutTestSysDeps[];
+extern const char kRunLayoutTest[];
-} // namespace tracing
+} // namespace switches
-#endif // MOJO_SERVICES_TRACING_PUBLIC_CPP_SWITCHES_H_
+#endif // MANDOLINE_UI_COMMON_MANDOLINE_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698